Training in progress, step 63
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -20,11 +20,11 @@
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
-
"k_proj",
|
| 24 |
"q_proj",
|
|
|
|
| 25 |
"up_proj",
|
|
|
|
| 26 |
"v_proj",
|
| 27 |
-
"o_proj",
|
| 28 |
"down_proj",
|
| 29 |
"gate_proj"
|
| 30 |
],
|
|
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
|
|
|
| 23 |
"q_proj",
|
| 24 |
+
"o_proj",
|
| 25 |
"up_proj",
|
| 26 |
+
"k_proj",
|
| 27 |
"v_proj",
|
|
|
|
| 28 |
"down_proj",
|
| 29 |
"gate_proj"
|
| 30 |
],
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 30026872
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a25eb1a06286dd7f2c3005e35fe0345640111949219ecb7f1692b60f8060cd3
|
| 3 |
size 30026872
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6776
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:318ed4c5abba0271223fd2d32b7dcc9f9f23b295bc1d964a4c9856d442e8b008
|
| 3 |
size 6776
|