Training in progress, step 50
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -24,12 +24,12 @@
|
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
"down_proj",
|
| 27 |
-
"gate_proj",
|
| 28 |
"o_proj",
|
| 29 |
"v_proj",
|
| 30 |
-
"
|
| 31 |
"k_proj",
|
| 32 |
-
"
|
|
|
|
| 33 |
],
|
| 34 |
"task_type": "CAUSAL_LM",
|
| 35 |
"use_dora": false,
|
|
|
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
"down_proj",
|
|
|
|
| 27 |
"o_proj",
|
| 28 |
"v_proj",
|
| 29 |
+
"up_proj",
|
| 30 |
"k_proj",
|
| 31 |
+
"q_proj",
|
| 32 |
+
"gate_proj"
|
| 33 |
],
|
| 34 |
"task_type": "CAUSAL_LM",
|
| 35 |
"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 335604696
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d06c88fdeec785ffe17c5bd281d168f44922c621835621dc88ffbd3ba9c26e05
|
| 3 |
size 335604696
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5880
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:530f0594f2c9396f563634c594a83c48ddb08fd9de53f4279ff8deef471ee360
|
| 3 |
size 5880
|