{ | |
"auto_mapping": { | |
"base_model_class": "LlavaForConditionalGeneration", | |
"parent_library": "transformers.models.llava.modeling_llava" | |
}, | |
"base_model_name_or_path": "llava-hf/llava-1.5-13b-hf", | |
"bias": "none", | |
"fan_in_fan_out": false, | |
"inference_mode": true, | |
"init_lora_weights": true, | |
"layers_pattern": null, | |
"layers_to_transform": null, | |
"lora_alpha": 16, | |
"lora_dropout": 0.0, | |
"modules_to_save": null, | |
"peft_type": "LORA", | |
"r": 64, | |
"revision": null, | |
"target_modules": [ | |
"k_proj", | |
"o_proj", | |
"linear_1", | |
"up_proj", | |
"linear_2", | |
"q_proj", | |
"down_proj", | |
"v_proj", | |
"gate_proj" | |
], | |
"task_type": null | |
} |