Training in progress, step 210
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -29,13 +29,13 @@
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
|
|
|
|
|
|
| 32 |
"q_proj",
|
|
|
|
| 33 |
"v_proj",
|
| 34 |
"up_proj",
|
| 35 |
-
"
|
| 36 |
-
"gate_proj",
|
| 37 |
-
"down_proj",
|
| 38 |
-
"k_proj"
|
| 39 |
],
|
| 40 |
"target_parameters": null,
|
| 41 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
| 32 |
+
"down_proj",
|
| 33 |
+
"o_proj",
|
| 34 |
"q_proj",
|
| 35 |
+
"k_proj",
|
| 36 |
"v_proj",
|
| 37 |
"up_proj",
|
| 38 |
+
"gate_proj"
|
|
|
|
|
|
|
|
|
|
| 39 |
],
|
| 40 |
"target_parameters": null,
|
| 41 |
"task_type": "CAUSAL_LM",
|
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:384ac285ab62242bfc5a542bdde2000b5f9e265ebe19a4b6f185f73c0eff15c4
|
| 3 |
+
size 335605144
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 8824
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98a2484bdddb222de3c5a9d658c6bc6ca9f8040b634d892d790007ff9f28adbc
|
| 3 |
size 8824
|