Mixtral_LoRA / adapter_config.json
Chat-Error's picture
Update adapter_config.json
43ab11e verified
raw
history blame contribute delete
565 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "chargoddard/MixtralRPChat-ZLoss",
"bias": "none",
"fan_in_fan_out": null,
"inference_mode": true,
"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"
}