Training in progress, step 4000
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -19,12 +19,12 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"up_proj",
|
23 |
-
"q_proj",
|
24 |
"down_proj",
|
25 |
-
"v_proj",
|
26 |
"gate_proj",
|
27 |
-
"k_proj"
|
|
|
|
|
|
|
28 |
],
|
29 |
"task_type": null
|
30 |
}
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
|
|
22 |
"down_proj",
|
|
|
23 |
"gate_proj",
|
24 |
+
"k_proj",
|
25 |
+
"q_proj",
|
26 |
+
"v_proj",
|
27 |
+
"up_proj"
|
28 |
],
|
29 |
"task_type": null
|
30 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 71615968
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96e955e0114e4ef2133a1b85312f07615b4b81f6c7318c922c063dbfcebef638
|
3 |
size 71615968
|
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:969112c1a8a1937c0d114c620ca3f2dffe6d26b8048855e62ea98af8d3b66358
|
3 |
size 4728
|