Promptia-235B-checkpoint-4 / adapter_config.json
nkkbr's picture
update
fc02d72
raw
history blame contribute delete
288 Bytes
{
"base_model_name_or_path": "Qwen/Qwen3-235B-A22B",
"bias": "none",
"inference_mode": true,
"lora_alpha": 128,
"lora_dropout": 0.05,
"peft_type": "LORA",
"r": 64,
"target_modules": [
"q_proj",
"k_proj",
"v_proj",
"o_proj"
],
"task_type": "CAUSAL_LM"
}