e5-mistral-7b-instruct / lora /adapter_config.json
krilecy's picture
Duplicate from intfloat/e5-mistral-7b-instruct
92ec9d6 verified
raw
history blame
No virus
533 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 32,
"lora_dropout": 0.1,
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"revision": null,
"target_modules": [
"q_proj",
"k_proj",
"v_proj",
"o_proj",
"down_proj",
"up_proj",
"gate_proj"
],
"task_type": "FEATURE_EXTRACTION"
}