Training in progress, epoch 0
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- tokenizer.json +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"v_proj",
|
23 |
-
"
|
24 |
-
"o_proj",
|
25 |
-
"q_proj",
|
26 |
-
"gate_proj",
|
27 |
"down_proj",
|
|
|
|
|
|
|
28 |
"up_proj",
|
29 |
-
"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM"
|
32 |
}
|
|
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"v_proj",
|
23 |
+
"k_proj",
|
|
|
|
|
|
|
24 |
"down_proj",
|
25 |
+
"q_proj",
|
26 |
+
"o_proj",
|
27 |
+
"lm_head",
|
28 |
"up_proj",
|
29 |
+
"gate_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM"
|
32 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 694431312
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3512f84d6bbafedc1f8d4a50debf47c6dd129ec11961937fef845ce0ba175693
|
3 |
size 694431312
|
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": 2132,
|
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 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa340cf264244013f125e2d8349fad1d1796770fad6f9f746b6d5b912981fc16
|
3 |
size 4728
|