Mixtral / adapter_config.json
nRuaif
Upload folder using huggingface_hub
a550e19
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "mistralai/Mixtral-8x7B-v0.1",
"bias": "none",
"fan_in_fan_out": null,
"inference_mode": false,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 64,
"lora_dropout": 0,
"modules_to_save": null,
"peft_type": "LORA",
"r": 32,
"rank_pattern": {},
"revision": null,
"target_modules": [
"gate",
"w1",
"v_proj",
"k_proj",
"w3",
"o_proj",
"q_proj",
"w2"
],
"task_type": "CAUSAL_LM"
}