GianniCatBug
commited on
Commit
•
c34c8c3
1
Parent(s):
ca73dbf
Training in progress, epoch 0
Browse files
adapter_config.json
CHANGED
@@ -19,14 +19,14 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
|
|
|
|
22 |
"q_proj",
|
23 |
-
"o_proj",
|
24 |
"down_proj",
|
25 |
-
"
|
26 |
"gate_proj",
|
27 |
-
"
|
28 |
-
"lm_head",
|
29 |
-
"up_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_rslora": false
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"k_proj",
|
23 |
+
"lm_head",
|
24 |
+
"v_proj",
|
25 |
"q_proj",
|
|
|
26 |
"down_proj",
|
27 |
+
"up_proj",
|
28 |
"gate_proj",
|
29 |
+
"o_proj"
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_rslora": false
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 686599888
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58497fa532410f486109d4f08edda16b289ccfb1a2d366eb9859b038c2582482
|
3 |
size 686599888
|
runs/Feb08_13-43-01_ad76e9cba525/events.out.tfevents.1707399782.ad76e9cba525.1967.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2879c663e27df9ce494db31e845e7eda72d49dfc3f26ca89aaf517562490a488
|
3 |
+
size 4857
|
tokenizer.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
-
"max_length":
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
+
"max_length": 375,
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a072cc61df0f0fa71714ecbfbecf3229e41e6e8cd53fa63c09b4d7f363d044ef
|
3 |
size 4600
|