End of training
Browse files- README.md +1 -1
- adapter_config.json +4 -4
- 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: 1024
|
82 |
strict: false
|
83 |
tf32: false
|
84 |
tokenizer_type: AutoTokenizer
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"up_proj",
|
24 |
-
"down_proj",
|
25 |
"o_proj",
|
26 |
-
"
|
27 |
-
"v_proj",
|
28 |
"q_proj",
|
29 |
-
"gate_proj"
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"v_proj",
|
24 |
"up_proj",
|
|
|
25 |
"o_proj",
|
26 |
+
"down_proj",
|
|
|
27 |
"q_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"k_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 74000170
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:862fade1ac8e4df7cd61eb61ed5a26f6e454a12dd51aeb8576bdc60724bae124
|
3 |
size 74000170
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 73911112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3dad2473f098f493e9aa4a24fd048562a4ff8dec2e32b19b837473de5ec09b2b
|
3 |
size 73911112
|
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:c8ac422c0f7294a64f928cb14ff25784fb7af256c9fbb939f88d21a821b53f34
|
3 |
size 6776
|