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