reef-nccl-ep-qwen3-8b / adapter_config.json
jhhj25's picture
Upload adapter_config.json with huggingface_hub
ef44379 verified
Raw
History Blame Contribute Delete
326 Bytes
{
"base_model_name_or_path": "work/model",
"bias": "none",
"inference_mode": true,
"lora_alpha": 32,
"lora_dropout": 0.0,
"peft_type": "LORA",
"r": 32,
"target_modules": [
"q_proj",
"k_proj",
"v_proj",
"o_proj",
"gate_proj",
"up_proj",
"down_proj"
],
"task_type": "CAUSAL_LM"
}