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