Image-Text-to-Text
PEFT
Safetensors
Vietnamese
Korean
English
ocr
document-understanding
key-information-extraction
vietnamese
qlora
conversational
Instructions to use ysmeta/EVE-OCR-1.0-NPL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ysmeta/EVE-OCR-1.0-NPL with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-VL-7B-Instruct") model = PeftModel.from_pretrained(base_model, "ysmeta/EVE-OCR-1.0-NPL") - Notebooks
- Google Colab
- Kaggle
Ctrl+K