mymodel / adapter_config.json
rajparmar's picture
Upload model
f4835e1 verified
raw
history blame contribute delete
No virus
667 Bytes
{
"auto_mapping": {
"base_model_class": "MistralForCausalLM",
"parent_library": "transformers.models.mistral.modeling_mistral"
},
"base_model_name_or_path": "ybelkada/Mistral-7B-v0.1-bf16-sharded",
"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.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 32,
"revision": null,
"target_modules": [
"embed_tokens",
"lm_head",
"q_proj",
"v_proj",
"k_proj",
"up_proj",
"down_proj",
"gate_proj"
],
"task_type": null
}