Instructions to use nomadrp/mdpo-th-v7 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nomadrp/mdpo-th-v7 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("nomadrp/mdpo-th-v7", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 50
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- tokenizer.json +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -25,11 +25,11 @@
|
|
| 25 |
"target_modules": [
|
| 26 |
"down_proj",
|
| 27 |
"up_proj",
|
| 28 |
-
"k_proj",
|
| 29 |
"gate_proj",
|
| 30 |
"o_proj",
|
| 31 |
"v_proj",
|
| 32 |
-
"q_proj"
|
|
|
|
| 33 |
],
|
| 34 |
"task_type": "CAUSAL_LM",
|
| 35 |
"use_dora": false,
|
|
|
|
| 25 |
"target_modules": [
|
| 26 |
"down_proj",
|
| 27 |
"up_proj",
|
|
|
|
| 28 |
"gate_proj",
|
| 29 |
"o_proj",
|
| 30 |
"v_proj",
|
| 31 |
+
"q_proj",
|
| 32 |
+
"k_proj"
|
| 33 |
],
|
| 34 |
"task_type": "CAUSAL_LM",
|
| 35 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 167832240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6ef6edaca0f0c31fd9fc8d914cfa315a5bc8c8f3718573da9d3ff670bb8c1b8
|
| 3 |
size 167832240
|
tokenizer.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b9e4e7fb171f92fd137b777cc2714bf87d11576700a1dcd7a399e7bbe39537b
|
| 3 |
+
size 17209920
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6200
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f9ee11dc52cedac4374457c966d79744233ab3b6cc1fd4d7d1b78b32875f922b
|
| 3 |
size 6200
|