Upload model
Browse files- adapter_config.json +4 -4
- adapter_model.bin +1 -1
adapter_config.json
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
"init_lora_weights": true,
|
8 |
"layers_pattern": null,
|
9 |
"layers_to_transform": null,
|
10 |
-
"lora_alpha":
|
11 |
"lora_dropout": 0.05,
|
12 |
"modules_to_save": null,
|
13 |
"peft_type": "LORA",
|
@@ -15,12 +15,12 @@
|
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
17 |
"q_proj",
|
18 |
-
"gate_proj",
|
19 |
"up_proj",
|
20 |
"o_proj",
|
21 |
-
"v_proj",
|
22 |
"k_proj",
|
23 |
-
"down_proj"
|
|
|
|
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
26 |
}
|
|
|
7 |
"init_lora_weights": true,
|
8 |
"layers_pattern": null,
|
9 |
"layers_to_transform": null,
|
10 |
+
"lora_alpha": 32,
|
11 |
"lora_dropout": 0.05,
|
12 |
"modules_to_save": null,
|
13 |
"peft_type": "LORA",
|
|
|
15 |
"revision": null,
|
16 |
"target_modules": [
|
17 |
"q_proj",
|
|
|
18 |
"up_proj",
|
19 |
"o_proj",
|
|
|
20 |
"k_proj",
|
21 |
+
"down_proj",
|
22 |
+
"gate_proj",
|
23 |
+
"v_proj"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM"
|
26 |
}
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 160069389
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de77b76deac9594910c8eab25fe7ddc56c2605daae60396a607f37f87bad12ca
|
3 |
size 160069389
|