End of training
Browse files- README.md +1 -1
- adapter_config.json +3 -3
- adapter_model.bin +1 -1
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -78,7 +78,7 @@ resume_from_checkpoint: null
|
|
78 |
s2_attention: null
|
79 |
sample_packing: false
|
80 |
saves_per_epoch: 1
|
81 |
-
sequence_len:
|
82 |
strict: false
|
83 |
tf32: false
|
84 |
tokenizer_type: AutoTokenizer
|
|
|
78 |
s2_attention: null
|
79 |
sample_packing: false
|
80 |
saves_per_epoch: 1
|
81 |
+
sequence_len: 2048
|
82 |
strict: false
|
83 |
tf32: false
|
84 |
tokenizer_type: AutoTokenizer
|
adapter_config.json
CHANGED
@@ -20,12 +20,12 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"o_proj",
|
25 |
"q_proj",
|
26 |
"gate_proj",
|
|
|
|
|
27 |
"up_proj",
|
28 |
-
"down_proj",
|
29 |
"k_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"down_proj",
|
|
|
24 |
"q_proj",
|
25 |
"gate_proj",
|
26 |
+
"v_proj",
|
27 |
+
"o_proj",
|
28 |
"up_proj",
|
|
|
29 |
"k_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 275494090
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71cf67bc0d319f859897d7c168855f7eb40a8665b8014fa79088f8c726abcc9e
|
3 |
size 275494090
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 275341720
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa5c6949f61cf841375fae518d63feddd6472750bc3e606d22884f9b41652905
|
3 |
size 275341720
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6776
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:664c3a300967daae0dcb9990ee381b1dd42fe992bc1553284c2eb3c410eacf3f
|
3 |
size 6776
|