Update adapter_config.json
Browse files- adapter_config.json +14 -6
adapter_config.json
CHANGED
|
@@ -1,37 +1,45 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"alpha_pattern": {},
|
|
|
|
| 3 |
"auto_mapping": {
|
| 4 |
"base_model_class": "Qwen3ForCausalLM",
|
| 5 |
"parent_library": "transformers.models.qwen3.modeling_qwen3",
|
| 6 |
-
"unsloth_fixed": true
|
| 7 |
},
|
| 8 |
"base_model_name_or_path": "unsloth/qwen3-4b-instruct-2507-unsloth-bnb-4bit",
|
| 9 |
"bias": "none",
|
|
|
|
| 10 |
"ensure_weight_tying": false,
|
|
|
|
|
|
|
| 11 |
"fan_in_fan_out": false,
|
| 12 |
"inference_mode": true,
|
| 13 |
"init_lora_weights": true,
|
|
|
|
|
|
|
|
|
|
| 14 |
"loftq_config": {},
|
| 15 |
"lora_alpha": 128,
|
| 16 |
"lora_bias": false,
|
| 17 |
"lora_dropout": 0.0,
|
|
|
|
| 18 |
"megatron_core": "megatron.core",
|
|
|
|
| 19 |
"peft_type": "LORA",
|
| 20 |
"peft_version": "0.18.1",
|
| 21 |
"qalora_group_size": 16,
|
| 22 |
"r": 64,
|
| 23 |
"rank_pattern": {},
|
|
|
|
| 24 |
"target_modules": [
|
| 25 |
"down_proj",
|
| 26 |
"k_proj",
|
| 27 |
-
"o_proj",
|
| 28 |
-
"v_proj",
|
| 29 |
-
"up_proj",
|
| 30 |
"q_proj",
|
| 31 |
"gate_proj"
|
| 32 |
],
|
|
|
|
| 33 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 34 |
"use_dora": false,
|
| 35 |
"use_qalora": false,
|
| 36 |
-
"use_rslora": false
|
| 37 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
"auto_mapping": {
|
| 6 |
"base_model_class": "Qwen3ForCausalLM",
|
| 7 |
"parent_library": "transformers.models.qwen3.modeling_qwen3",
|
|
|
|
| 8 |
},
|
| 9 |
"base_model_name_or_path": "unsloth/qwen3-4b-instruct-2507-unsloth-bnb-4bit",
|
| 10 |
"bias": "none",
|
| 11 |
+
"corda_config": null,
|
| 12 |
"ensure_weight_tying": false,
|
| 13 |
+
"eva_config": null,
|
| 14 |
+
"exclude_modules": null,
|
| 15 |
"fan_in_fan_out": false,
|
| 16 |
"inference_mode": true,
|
| 17 |
"init_lora_weights": true,
|
| 18 |
+
"layer_replication": null,
|
| 19 |
+
"layers_pattern": null,
|
| 20 |
+
"layers_to_transform": null,
|
| 21 |
"loftq_config": {},
|
| 22 |
"lora_alpha": 128,
|
| 23 |
"lora_bias": false,
|
| 24 |
"lora_dropout": 0.0,
|
| 25 |
+
"megatron_config": null,
|
| 26 |
"megatron_core": "megatron.core",
|
| 27 |
+
"modules_to_save": null,
|
| 28 |
"peft_type": "LORA",
|
| 29 |
"peft_version": "0.18.1",
|
| 30 |
"qalora_group_size": 16,
|
| 31 |
"r": 64,
|
| 32 |
"rank_pattern": {},
|
| 33 |
+
"revision": null,
|
| 34 |
"target_modules": [
|
| 35 |
"down_proj",
|
| 36 |
"k_proj",
|
|
|
|
|
|
|
|
|
|
| 37 |
"q_proj",
|
| 38 |
"gate_proj"
|
| 39 |
],
|
| 40 |
+
"target_parameters": null,
|
| 41 |
"task_type": "CAUSAL_LM",
|
| 42 |
+
"trainable_token_indices": null,
|
| 43 |
"use_dora": false,
|
| 44 |
"use_qalora": false,
|
| 45 |
+
"use_rslora": false
|
|
|