Training in progress, epoch 9
Browse files- adapter_config.json +5 -5
- 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 |
-
"o_proj",
|
24 |
"up_proj",
|
25 |
-
"v_proj",
|
26 |
"q_proj",
|
27 |
-
"
|
28 |
-
"lm_head",
|
29 |
"down_proj",
|
30 |
-
"gate_proj"
|
|
|
|
|
|
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"up_proj",
|
|
|
24 |
"q_proj",
|
25 |
+
"o_proj",
|
|
|
26 |
"down_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"lm_head",
|
29 |
+
"k_proj",
|
30 |
+
"v_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 686846608
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36a1a57483b7566b9ff8bc782ab0f7e4bd0adfe2aebc11e19c851a41a08d662f
|
3 |
size 686846608
|
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:1dc2c4c5f5b6d8d5f74de370cd05b275f7634d0e6e87aa8bf80c4885c6e38573
|
3 |
size 5176
|