Training in progress, epoch 0
Browse files
adapter_config.json
CHANGED
@@ -15,12 +15,12 @@
|
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
17 |
"gate_proj",
|
18 |
-
"v_proj",
|
19 |
-
"down_proj",
|
20 |
-
"o_proj",
|
21 |
"q_proj",
|
|
|
22 |
"k_proj",
|
23 |
-
"
|
|
|
|
|
24 |
],
|
25 |
"task_type": "SEQ_CLS"
|
26 |
}
|
|
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
17 |
"gate_proj",
|
|
|
|
|
|
|
18 |
"q_proj",
|
19 |
+
"o_proj",
|
20 |
"k_proj",
|
21 |
+
"down_proj",
|
22 |
+
"up_proj",
|
23 |
+
"v_proj"
|
24 |
],
|
25 |
"task_type": "SEQ_CLS"
|
26 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 50626520
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15662a76c458ab12b58631fe057751665e6764094aec72ab55d5cf3fbe0e694e
|
3 |
size 50626520
|
runs/Apr16_18-48-40_9833a4855afb/events.out.tfevents.1713293321.9833a4855afb.25.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0f5ad5738d55359796662f08242dce13812efca6d891405db835ec000f37893
|
3 |
+
size 6993
|
tokenizer.json
CHANGED
@@ -2,13 +2,13 @@
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
-
"max_length":
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
"strategy": {
|
11 |
-
"Fixed":
|
12 |
},
|
13 |
"direction": "Right",
|
14 |
"pad_to_multiple_of": null,
|
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
+
"max_length": 2048,
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
"strategy": {
|
11 |
+
"Fixed": 2048
|
12 |
},
|
13 |
"direction": "Right",
|
14 |
"pad_to_multiple_of": null,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97fafdba41732eab6f8b05f79e51dec541f05fd3118d1ff77580870456d60693
|
3 |
size 4920
|