Training in progress, step 50
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- tokenizer_config.json +1 -1
- training_args.bin +2 -2
adapter_config.json
CHANGED
|
@@ -29,13 +29,13 @@
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
| 32 |
-
"up_proj",
|
| 33 |
-
"q_proj",
|
| 34 |
-
"down_proj",
|
| 35 |
-
"k_proj",
|
| 36 |
"v_proj",
|
|
|
|
|
|
|
| 37 |
"gate_proj",
|
| 38 |
-
"
|
|
|
|
|
|
|
| 39 |
],
|
| 40 |
"target_parameters": null,
|
| 41 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
"v_proj",
|
| 33 |
+
"k_proj",
|
| 34 |
+
"o_proj",
|
| 35 |
"gate_proj",
|
| 36 |
+
"q_proj",
|
| 37 |
+
"up_proj",
|
| 38 |
+
"down_proj"
|
| 39 |
],
|
| 40 |
"target_parameters": null,
|
| 41 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 83946192
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d15b10a4e6eb6e4d5a3dc1f272f157f9802ad3f034d4ae94ed2b181d28e134d
|
| 3 |
size 83946192
|
tokenizer_config.json
CHANGED
|
@@ -2062,7 +2062,7 @@
|
|
| 2062 |
"pad_token": "<|eot_id|>",
|
| 2063 |
"padding_side": "left",
|
| 2064 |
"stride": 0,
|
| 2065 |
-
"tokenizer_class": "
|
| 2066 |
"truncation_side": "right",
|
| 2067 |
"truncation_strategy": "longest_first"
|
| 2068 |
}
|
|
|
|
| 2062 |
"pad_token": "<|eot_id|>",
|
| 2063 |
"padding_side": "left",
|
| 2064 |
"stride": 0,
|
| 2065 |
+
"tokenizer_class": "PreTrainedTokenizer",
|
| 2066 |
"truncation_side": "right",
|
| 2067 |
"truncation_strategy": "longest_first"
|
| 2068 |
}
|
training_args.bin
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:0469b345e004f2b93e84d06cbb52dec526f6409b37e17e8f89441ad77b524d5c
|
| 3 |
+
size 8504
|