Training in progress, step 20
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -23,13 +23,13 @@
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
-
"
|
|
|
|
| 27 |
"up_proj",
|
| 28 |
-
"q_proj",
|
| 29 |
"down_proj",
|
|
|
|
| 30 |
"v_proj",
|
| 31 |
-
"
|
| 32 |
-
"k_proj"
|
| 33 |
],
|
| 34 |
"task_type": "CAUSAL_LM",
|
| 35 |
"use_dora": false,
|
|
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
+
"k_proj",
|
| 27 |
+
"o_proj",
|
| 28 |
"up_proj",
|
|
|
|
| 29 |
"down_proj",
|
| 30 |
+
"gate_proj",
|
| 31 |
"v_proj",
|
| 32 |
+
"q_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 389074464
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7ffb93603cb79226a3b919eccb1188488f26bdf4900d9fe2d9e2ef59da7c63d
|
| 3 |
size 389074464
|
tokenizer_config.json
CHANGED
|
@@ -2061,7 +2061,7 @@
|
|
| 2061 |
],
|
| 2062 |
"model_max_length": 131072,
|
| 2063 |
"pad_token": "<|finetune_right_pad_id|>",
|
| 2064 |
-
"padding_side": "
|
| 2065 |
"tokenizer_class": "PreTrainedTokenizer",
|
| 2066 |
"unk_token": null
|
| 2067 |
}
|
|
|
|
| 2061 |
],
|
| 2062 |
"model_max_length": 131072,
|
| 2063 |
"pad_token": "<|finetune_right_pad_id|>",
|
| 2064 |
+
"padding_side": "right",
|
| 2065 |
"tokenizer_class": "PreTrainedTokenizer",
|
| 2066 |
"unk_token": null
|
| 2067 |
}
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5624
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:430aab36c92c106df9b496b9846d99f5d90ad5cb9f921e47c28039e5f998ee62
|
| 3 |
size 5624
|