Training in progress, step 100
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- tokenizer_config.json +4 -0
- training_args.bin +2 -2
adapter_config.json
CHANGED
|
@@ -25,13 +25,13 @@
|
|
| 25 |
"rank_pattern": {},
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
| 28 |
-
"k_proj",
|
| 29 |
"o_proj",
|
| 30 |
-
"v_proj",
|
| 31 |
-
"up_proj",
|
| 32 |
"q_proj",
|
|
|
|
|
|
|
| 33 |
"gate_proj",
|
| 34 |
-
"down_proj"
|
|
|
|
| 35 |
],
|
| 36 |
"task_type": "CAUSAL_LM",
|
| 37 |
"trainable_token_indices": null,
|
|
|
|
| 25 |
"rank_pattern": {},
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
|
|
|
| 28 |
"o_proj",
|
|
|
|
|
|
|
| 29 |
"q_proj",
|
| 30 |
+
"v_proj",
|
| 31 |
+
"k_proj",
|
| 32 |
"gate_proj",
|
| 33 |
+
"down_proj",
|
| 34 |
+
"up_proj"
|
| 35 |
],
|
| 36 |
"task_type": "CAUSAL_LM",
|
| 37 |
"trainable_token_indices": null,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 161533192
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7bc1e32c4358f85d93cc9d65c14620e6375ef0a7ee908500819cc976d4ae5ade
|
| 3 |
size 161533192
|
tokenizer_config.json
CHANGED
|
@@ -207,10 +207,14 @@
|
|
| 207 |
"eos_token": "<|im_end|>",
|
| 208 |
"errors": "replace",
|
| 209 |
"extra_special_tokens": {},
|
|
|
|
| 210 |
"model_max_length": 32768,
|
| 211 |
"pad_token": "<|PAD_TOKEN|>",
|
| 212 |
"padding_side": "right",
|
| 213 |
"split_special_tokens": false,
|
|
|
|
| 214 |
"tokenizer_class": "Qwen2Tokenizer",
|
|
|
|
|
|
|
| 215 |
"unk_token": null
|
| 216 |
}
|
|
|
|
| 207 |
"eos_token": "<|im_end|>",
|
| 208 |
"errors": "replace",
|
| 209 |
"extra_special_tokens": {},
|
| 210 |
+
"max_length": 1024,
|
| 211 |
"model_max_length": 32768,
|
| 212 |
"pad_token": "<|PAD_TOKEN|>",
|
| 213 |
"padding_side": "right",
|
| 214 |
"split_special_tokens": false,
|
| 215 |
+
"stride": 0,
|
| 216 |
"tokenizer_class": "Qwen2Tokenizer",
|
| 217 |
+
"truncation_side": "right",
|
| 218 |
+
"truncation_strategy": "longest_first",
|
| 219 |
"unk_token": null
|
| 220 |
}
|
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:3048e96d2d47abd6a65b4c99e7ff2739d57dcfd25844d2ad989dfdb2bdd86f9f
|
| 3 |
+
size 6865
|