SlimOrca-DPO-Mixtral-8x7B / adapter_config.json
winglian's picture
checkpoint 460 adapter
fbe8934
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "mistralai/Mixtral-8x7B-v0.1",
"bias": "none",
"fan_in_fan_out": null,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 32,
"lora_dropout": 0.1,
"modules_to_save": [
"lm_head",
"embed_tokens"
],
"peft_type": "LORA",
"r": 64,
"rank_pattern": {},
"revision": null,
"target_modules": [
"k_proj",
"w3",
"w1",
"w2",
"q_proj",
"gate",
"o_proj",
"v_proj"
],
"task_type": "CAUSAL_LM"
}