Trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- adapter_config.json +7 -7
adapter_config.json
CHANGED
@@ -13,24 +13,24 @@
|
|
13 |
"layers_pattern": null,
|
14 |
"layers_to_transform": null,
|
15 |
"loftq_config": {},
|
16 |
-
"lora_alpha":
|
17 |
"lora_bias": false,
|
18 |
"lora_dropout": 0,
|
19 |
"megatron_config": null,
|
20 |
"megatron_core": "megatron.core",
|
21 |
"modules_to_save": null,
|
22 |
"peft_type": "LORA",
|
23 |
-
"r":
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
-
"v_proj",
|
28 |
-
"gate_proj",
|
29 |
-
"k_proj",
|
30 |
-
"o_proj",
|
31 |
"q_proj",
|
32 |
"up_proj",
|
33 |
-
"down_proj"
|
|
|
|
|
|
|
|
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
|
|
13 |
"layers_pattern": null,
|
14 |
"layers_to_transform": null,
|
15 |
"loftq_config": {},
|
16 |
+
"lora_alpha": 512,
|
17 |
"lora_bias": false,
|
18 |
"lora_dropout": 0,
|
19 |
"megatron_config": null,
|
20 |
"megatron_core": "megatron.core",
|
21 |
"modules_to_save": null,
|
22 |
"peft_type": "LORA",
|
23 |
+
"r": 512,
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
|
|
|
|
|
|
|
|
27 |
"q_proj",
|
28 |
"up_proj",
|
29 |
+
"down_proj",
|
30 |
+
"o_proj",
|
31 |
+
"k_proj",
|
32 |
+
"gate_proj",
|
33 |
+
"v_proj"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|