Training in progress, step 1350
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -25,12 +25,12 @@
|
|
| 25 |
"rank_pattern": {},
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
| 28 |
-
"
|
| 29 |
-
"up_proj",
|
| 30 |
-
"o_proj",
|
| 31 |
"k_proj",
|
|
|
|
|
|
|
| 32 |
"gate_proj",
|
| 33 |
-
"
|
| 34 |
"down_proj"
|
| 35 |
],
|
| 36 |
"target_parameters": null,
|
|
|
|
| 25 |
"rank_pattern": {},
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
| 28 |
+
"q_proj",
|
|
|
|
|
|
|
| 29 |
"k_proj",
|
| 30 |
+
"up_proj",
|
| 31 |
+
"v_proj",
|
| 32 |
"gate_proj",
|
| 33 |
+
"o_proj",
|
| 34 |
"down_proj"
|
| 35 |
],
|
| 36 |
"target_parameters": null,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32b1c25b564e8539175cc6c8c8e0edcff1a65e7f81145744ed6f88b29553ed14
|
| 3 |
+
size 41581360
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6865
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e5ba93030f2e1cebcc3c208fd9b7e7e0c03ab9e4aadce5d4858d1829bbbdaaa
|
| 3 |
size 6865
|