Upload 2 files
Browse files- adapter_config.json +4 -2
- adapter_model.bin +2 -2
adapter_config.json
CHANGED
@@ -9,10 +9,12 @@
|
|
9 |
"merge_weights": false,
|
10 |
"modules_to_save": null,
|
11 |
"peft_type": "LORA",
|
12 |
-
"r":
|
13 |
"target_modules": [
|
14 |
"q_proj",
|
15 |
-
"
|
|
|
|
|
16 |
],
|
17 |
"task_type": "CAUSAL_LM"
|
18 |
}
|
|
|
9 |
"merge_weights": false,
|
10 |
"modules_to_save": null,
|
11 |
"peft_type": "LORA",
|
12 |
+
"r": 16,
|
13 |
"target_modules": [
|
14 |
"q_proj",
|
15 |
+
"k_proj",
|
16 |
+
"v_proj",
|
17 |
+
"o_proj"
|
18 |
],
|
19 |
"task_type": "CAUSAL_LM"
|
20 |
}
|
adapter_model.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:d61caab128042b8007bb05420b6a1b6826a73a230f1617e7a09417f2cead62e4
|
3 |
+
size 67201357
|