Image-Text-to-Text
PEFT
Safetensors
ocr
devanagari
hindi
indic
lora
qwen2.5-vl
vision-language
Eval Results (legacy)
Instructions to use enclavelabs/enclave-scribe-devanagari with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use enclavelabs/enclave-scribe-devanagari with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("allenai/olmOCR-2-7B-1025") model = PeftModel.from_pretrained(base_model, "enclavelabs/enclave-scribe-devanagari") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!