Training in progress, step 500
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -32,13 +32,13 @@
|
|
| 32 |
"rank_pattern": {},
|
| 33 |
"revision": null,
|
| 34 |
"target_modules": [
|
|
|
|
| 35 |
"up_proj",
|
|
|
|
| 36 |
"v_proj",
|
| 37 |
-
"k_proj",
|
| 38 |
"down_proj",
|
| 39 |
-
"gate_proj",
|
| 40 |
"o_proj",
|
| 41 |
-
"
|
| 42 |
],
|
| 43 |
"target_parameters": null,
|
| 44 |
"task_type": null,
|
|
|
|
| 32 |
"rank_pattern": {},
|
| 33 |
"revision": null,
|
| 34 |
"target_modules": [
|
| 35 |
+
"gate_proj",
|
| 36 |
"up_proj",
|
| 37 |
+
"q_proj",
|
| 38 |
"v_proj",
|
|
|
|
| 39 |
"down_proj",
|
|
|
|
| 40 |
"o_proj",
|
| 41 |
+
"k_proj"
|
| 42 |
],
|
| 43 |
"target_parameters": null,
|
| 44 |
"task_type": null,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 30409120
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11fe1657019570e4008ccce222e930100aa23da40524ef5d73296a051a52935b
|
| 3 |
size 30409120
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6225
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5e06e605519dd946b1e37d66d42f9d83904541fa24f68678004196c80f34a55
|
| 3 |
size 6225
|