Upload 4 files
Browse files- adapter_config.json +10 -10
- generation_config.json +1 -1
adapter_config.json
CHANGED
@@ -10,28 +10,28 @@
|
|
10 |
"layers_pattern": null,
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
-
"lora_alpha":
|
14 |
"lora_dropout": 0.05,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": [],
|
18 |
"peft_type": "LORA",
|
19 |
-
"r":
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"fc2",
|
25 |
-
"q_proj",
|
26 |
-
"out_proj",
|
27 |
"img_projection.0",
|
28 |
-
"qkv_proj",
|
29 |
"img_projection.2",
|
30 |
-
"fc1",
|
31 |
"k_proj",
|
32 |
-
"
|
|
|
|
|
33 |
"o_proj",
|
34 |
-
"
|
|
|
|
|
|
|
35 |
],
|
36 |
"task_type": "CAUSAL_LM",
|
37 |
"use_dora": false,
|
|
|
10 |
"layers_pattern": null,
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
+
"lora_alpha": 128,
|
14 |
"lora_dropout": 0.05,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": [],
|
18 |
"peft_type": "LORA",
|
19 |
+
"r": 128,
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"fc1",
|
|
|
|
|
|
|
24 |
"img_projection.0",
|
|
|
25 |
"img_projection.2",
|
|
|
26 |
"k_proj",
|
27 |
+
"out_proj",
|
28 |
+
"fc2",
|
29 |
+
"qkv_proj",
|
30 |
"o_proj",
|
31 |
+
"q_proj",
|
32 |
+
"down_proj",
|
33 |
+
"v_proj",
|
34 |
+
"gate_up_proj"
|
35 |
],
|
36 |
"task_type": "CAUSAL_LM",
|
37 |
"use_dora": false,
|
generation_config.json
CHANGED
@@ -6,5 +6,5 @@
|
|
6 |
"temperature": 0.3,
|
7 |
"top_k": 20,
|
8 |
"top_p": 0.7,
|
9 |
-
"transformers_version": "4.
|
10 |
}
|
|
|
6 |
"temperature": 0.3,
|
7 |
"top_k": 20,
|
8 |
"top_p": 0.7,
|
9 |
+
"transformers_version": "4.41.2"
|
10 |
}
|