Training in progress, step 40
Browse files- adapter_config.json +7 -7
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,14 +20,14 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"down_proj",
|
25 |
-
"v_proj",
|
26 |
-
"up_proj",
|
27 |
-
"gate_proj",
|
28 |
-
"o_proj",
|
29 |
"q_proj",
|
30 |
-
"
|
|
|
|
|
|
|
|
|
|
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"lm_head",
|
|
|
|
|
|
|
|
|
|
|
24 |
"q_proj",
|
25 |
+
"gate_proj",
|
26 |
+
"up_proj",
|
27 |
+
"v_proj",
|
28 |
+
"down_proj",
|
29 |
+
"k_proj",
|
30 |
+
"o_proj"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2806378968
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2fcb71eba324cd0c5bd4b0dc9e162967da31d7c53b4bb644fba8c0135dbbe584
|
3 |
size 2806378968
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6249c12ff80a39fe4deda3848928bcfc0158a81cc77c0ae33dd1b5490d77fa10
|
3 |
size 5176
|