Zedge's picture
Upload LLaVA-OneVision LoRA fine-tuned model on GuruShots dataset
b8414fe verified
{
"auto_mapping": null,
"base_model_name_or_path": "lmms-lab/llava-onevision-qwen2-0.5b-ov",
"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": 32,
"revision": null,
"target_modules": [
"v_proj",
"k_proj",
"q_proj",
"up_proj",
"gate_proj",
"down_proj",
"o_proj"
],
"task_type": "CAUSAL_LM"
}