Feature Extraction
Transformers
Safetensors
English
DeepseekOCR
text-generation-inference
unsloth
deepseek_vl_v2
custom_code
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("VinitT/Indic-Ocr", trust_remote_code=True, dtype="auto")Quick Links
Uploaded finetuned model
- Developed by: VinitT
- License: apache-2.0
- Finetuned from model : deepseek-ai/DeepSeek-OCR
This deepseek_vl_v2 model was trained 2x faster with Unsloth and Huggingface's TRL library.
- Downloads last month
- 9
Model tree for VinitT/Indic-Ocr
Base model
deepseek-ai/DeepSeek-OCR
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="VinitT/Indic-Ocr", trust_remote_code=True)