Lucky Verma commited on
Upload folder using huggingface_hub
Browse files- adapter_config.json +4 -4
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -21,12 +21,12 @@
|
|
| 21 |
"revision": "unsloth",
|
| 22 |
"target_modules": [
|
| 23 |
"up_proj",
|
| 24 |
-
"
|
|
|
|
| 25 |
"gate_proj",
|
| 26 |
"down_proj",
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"v_proj"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": false,
|
|
|
|
| 21 |
"revision": "unsloth",
|
| 22 |
"target_modules": [
|
| 23 |
"up_proj",
|
| 24 |
+
"o_proj",
|
| 25 |
+
"v_proj",
|
| 26 |
"gate_proj",
|
| 27 |
"down_proj",
|
| 28 |
+
"k_proj",
|
| 29 |
+
"q_proj"
|
|
|
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": false,
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5112
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d8a8aae68e9e22919416b0f577e24fc753fe8cbc425040903873cbc21df619a
|
| 3 |
size 5112
|