Training in progress, epoch 1
Browse files- adapter_config.json +6 -6
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -19,14 +19,14 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"
|
23 |
-
"up_proj",
|
24 |
-
"v_proj",
|
25 |
"gate_proj",
|
|
|
|
|
|
|
26 |
"lm_head",
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"q_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM"
|
32 |
}
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"down_proj",
|
|
|
|
|
23 |
"gate_proj",
|
24 |
+
"up_proj",
|
25 |
+
"k_proj",
|
26 |
+
"q_proj",
|
27 |
"lm_head",
|
28 |
+
"v_proj",
|
29 |
+
"o_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 1173487432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd8c44390a3322e26b95f1db0ba2f2d805b602681b83c299bb1ddcb7b76421ef
|
3 |
size 1173487432
|
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:cebab5c4cf408a2e5dfa6119b9ef98b33a65dd9dfd164ef68593fb396a9b796f
|
3 |
size 4728
|