Instructions to use NAMAA-Space/Qari-OCR-0.4.0-VL-4B-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use NAMAA-Space/Qari-OCR-0.4.0-VL-4B-Instruct with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen3-VL-4B-Instruct") model = PeftModel.from_pretrained(base_model, "NAMAA-Space/Qari-OCR-0.4.0-VL-4B-Instruct") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
5efee9f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f66a139a25bd9a45ae1f347f95aa2e69eb2b98d2b814e6c998038af22d07930d
size 6289
|