Training in progress, step 250
Browse files
adapter_config.json
CHANGED
@@ -23,10 +23,10 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"k_proj",
|
27 |
-
"o_proj",
|
28 |
"v_proj",
|
29 |
-
"
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
|
|
26 |
"v_proj",
|
27 |
+
"o_proj",
|
28 |
+
"q_proj",
|
29 |
+
"k_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"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 59021064
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94598c2ddb228fb1d2135fdc101c0644ee5193e51cf3fc49b155e994beca8e53
|
3 |
size 59021064
|
runs/Jan29_14-46-45_a4b9db7fb077/events.out.tfevents.1738162009.a4b9db7fb077.17.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f22c0f14e3a95fd69b66a93327f0382e24a378aa5543beca62bc399b6e0cb289
|
3 |
+
size 16603
|
tokenizer_config.json
CHANGED
@@ -207,10 +207,16 @@
|
|
207 |
"eos_token": "<|endoftext|>",
|
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": "<|endoftext|>",
|
208 |
"errors": "replace",
|
209 |
"extra_special_tokens": {},
|
210 |
+
"max_length": 4096,
|
211 |
"model_max_length": 32768,
|
212 |
+
"pad_to_multiple_of": null,
|
213 |
"pad_token": "<|PAD_TOKEN|>",
|
214 |
+
"pad_token_type_id": 0,
|
215 |
"padding_side": "right",
|
216 |
"split_special_tokens": false,
|
217 |
+
"stride": 0,
|
218 |
"tokenizer_class": "Qwen2Tokenizer",
|
219 |
+
"truncation_side": "right",
|
220 |
+
"truncation_strategy": "longest_first",
|
221 |
"unk_token": null
|
222 |
}
|
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:add45799a67f153bafa276db61374a176531e06e777cc6ded0d3da54dc515062
|
3 |
+
size 5688
|