Training in progress, step 25
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
|
|
23 |
"k_proj",
|
24 |
"gate_proj",
|
25 |
-
"q_proj",
|
26 |
-
"o_proj",
|
27 |
"down_proj",
|
28 |
-
"v_proj"
|
29 |
-
"up_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"o_proj",
|
24 |
+
"up_proj",
|
25 |
+
"q_proj",
|
26 |
"k_proj",
|
27 |
"gate_proj",
|
|
|
|
|
28 |
"down_proj",
|
29 |
+
"v_proj"
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"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 859909312
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e68b56c10ec86150d41c0273aee7902ccbf0179a81e0a827883202a82ffc400a
|
3 |
size 859909312
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6840
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b26aef1ddd64839b4afc9406b588180ab9d1cb1040935f92c2fa63f73ed885fa
|
3 |
size 6840
|