File size: 550 Bytes
710c9a0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
{
"base_model_name_or_path": "/root/.cache/huggingface/hub/models--Qwen--Qwen3-14B/snapshots/231c69a380487f6c0e52d02dcf0d5456d1918201",
"r": 64,
"target_modules": [
"o_proj",
"q_proj",
"v_proj",
"k_proj",
"gate_proj",
"down_proj",
"up_proj"
],
"lora_alpha": 64,
"lora_dropout": 0.0,
"fan_in_fan_out": false,
"bias": "none",
"use_rslora": false,
"init_lora_weights": true,
"megatron_core": "megatron.core",
"use_dora": false,
"lora_bias": false,
"task_type": "CAUSAL_LM",
"peft_type": "LORA"
} |