Training in progress, step 22
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -21,13 +21,13 @@
|
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
"lm_head",
|
| 24 |
-
"k_proj",
|
| 25 |
"gate_proj",
|
| 26 |
-
"
|
| 27 |
-
"up_proj",
|
| 28 |
"o_proj",
|
|
|
|
|
|
|
| 29 |
"v_proj",
|
| 30 |
-
"
|
| 31 |
],
|
| 32 |
"task_type": "CAUSAL_LM",
|
| 33 |
"use_dora": false,
|
|
|
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
"lm_head",
|
|
|
|
| 24 |
"gate_proj",
|
| 25 |
+
"k_proj",
|
|
|
|
| 26 |
"o_proj",
|
| 27 |
+
"up_proj",
|
| 28 |
+
"down_proj",
|
| 29 |
"v_proj",
|
| 30 |
+
"q_proj"
|
| 31 |
],
|
| 32 |
"task_type": "CAUSAL_LM",
|
| 33 |
"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 1136736424
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec644f80e6f70487975483d30dfc101e15aa3b75d3082e080da1cf892cf4e2b8
|
| 3 |
size 1136736424
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d58aebc41fb55583d22c4ff5466dc7e0a6cd5d4f5aae019d0eb954140f419a2e
|
| 3 |
size 5560
|