Training in progress, step 13
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -21,12 +21,12 @@
|
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
"v_proj",
|
| 24 |
-
"up_proj",
|
| 25 |
"gate_proj",
|
|
|
|
| 26 |
"down_proj",
|
| 27 |
-
"
|
| 28 |
"q_proj",
|
| 29 |
-
"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": false,
|
|
|
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
"v_proj",
|
|
|
|
| 24 |
"gate_proj",
|
| 25 |
+
"up_proj",
|
| 26 |
"down_proj",
|
| 27 |
+
"k_proj",
|
| 28 |
"q_proj",
|
| 29 |
+
"o_proj"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 14696
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02b48e67acb1b6535b15c01d489348bff25f3fac47112840aedd064b54c78ac6
|
| 3 |
size 14696
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6776
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ded83cc5da1d585cbd5bdc109de10ec095d7e218443391505e2586f48f8d1cc9
|
| 3 |
size 6776
|