Upload model
Browse files- adapter_config.json +6 -6
- adapter_model.safetensors +2 -2
adapter_config.json
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
"layers_pattern": null,
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
-
"lora_alpha":
|
14 |
"lora_dropout": 0.1,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
@@ -19,18 +19,18 @@
|
|
19 |
"score"
|
20 |
],
|
21 |
"peft_type": "LORA",
|
22 |
-
"r":
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"
|
27 |
"down_proj",
|
28 |
-
"o_proj",
|
29 |
"k_proj",
|
30 |
-
"
|
31 |
"q_proj",
|
32 |
"score",
|
33 |
-
"
|
|
|
34 |
],
|
35 |
"task_type": "SEQ_CLS",
|
36 |
"use_dora": false,
|
|
|
10 |
"layers_pattern": null,
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
+
"lora_alpha": 32,
|
14 |
"lora_dropout": 0.1,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
|
|
19 |
"score"
|
20 |
],
|
21 |
"peft_type": "LORA",
|
22 |
+
"r": 32,
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"v_proj",
|
27 |
"down_proj",
|
|
|
28 |
"k_proj",
|
29 |
+
"up_proj",
|
30 |
"q_proj",
|
31 |
"score",
|
32 |
+
"gate_proj",
|
33 |
+
"o_proj"
|
34 |
],
|
35 |
"task_type": "SEQ_CLS",
|
36 |
"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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e0f96ebe1ede5144a7156519083af180c9a08aeccd6071bdcdb93c0b2fc13dd
|
3 |
+
size 433718592
|