Training in progress, step 180
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -29,13 +29,13 @@
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
| 32 |
-
"
|
| 33 |
"o_proj",
|
| 34 |
"gate_proj",
|
| 35 |
-
"down_proj",
|
| 36 |
"q_proj",
|
| 37 |
-
"
|
| 38 |
-
"v_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 |
"gate_proj",
|
|
|
|
| 35 |
"q_proj",
|
| 36 |
+
"up_proj",
|
| 37 |
+
"v_proj",
|
| 38 |
+
"k_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 323014560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bd320f0d0c105ccfb6210111926a99d5be5e03ea993b8e50ea499521306117d
|
| 3 |
size 323014560
|
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:3b630f1da3b8a9f5dc75e704d29f8dbf0464a2b9b7c42e6843ec187c68bc4ed7
|
| 3 |
size 8824
|