Fine-tuned LLaMA 3.2 Vision for Medical OCR

🎯 Model Info

  • Base: unsloth/Llama-3.2-11B-Vision-Instruct
  • Training Loss: 0.9361
  • Steps: 30
  • Method: LoRA fine-tuning

πŸš€ Usage

from unsloth import FastVisionModel

model, tokenizer = FastVisionModel.from_pretrained(
    "elenamagdy77/Finetune_Llama_3_2_Vision_OCR",
    load_in_4bit=True,
    use_gradient_checkpointing="unsloth",
)

FastVisionModel.for_inference(model)

πŸ“Š Performance

Optimized for medical prescription OCR tasks.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for elenamagdy77/Finetune_Llama_3_2_Vision_OCR