qwen3.6-35b-opus-to-kimi-lora / adapter_config.json
hotdogs's picture
Upload folder using huggingface_hub
6e84d0a verified
raw
history blame
302 Bytes
{
"base_model_name_or_path": "lordx64/Qwen3.6-35B-A3B-Claude-4.7-Opus-Reasoning-Distilled",
"peft_type": "LORA",
"r": 16,
"lora_alpha": 16,
"target_modules": [
"q_proj",
"k_proj",
"v_proj",
"o_proj"
],
"bias": "none",
"task_type": "CAUSAL_LM",
"inference_mode": true
}