isaacOnline
commited on
Commit
•
01b744d
1
Parent(s):
91ce6f0
Training in progress, step 70
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -19,13 +19,13 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
|
|
22 |
"v_proj",
|
23 |
"k_proj",
|
24 |
-
"gate_proj",
|
25 |
-
"q_proj",
|
26 |
"down_proj",
|
27 |
"up_proj",
|
28 |
-
"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM"
|
31 |
}
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"o_proj",
|
23 |
+
"gate_proj",
|
24 |
"v_proj",
|
25 |
"k_proj",
|
|
|
|
|
26 |
"down_proj",
|
27 |
"up_proj",
|
28 |
+
"q_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM"
|
31 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 335604696
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60fd6f638a38a8667025b0cb7ab2f3be84c8840ea5c64a4be11ce5bf22270778
|
3 |
size 335604696
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fd286f1cfd9e2fea9baec0061de0662449f39aa79e4643cf67052d77bcc4ad5
|
3 |
size 4664
|