Qwen3.5-0.8B-AinuOCR
Model Description
This is Qwen3.5-0.8B-based model, finetuned for OCR of Ainu texts written in カタカナ.
How to Use
from transformers import pipeline
img="https://huggingface.co/KoichiYasuoka/Qwen3.5-0.8B-AinuOCR/resolve/main/uwerankarap/orig/2026-01-31.jpg"
nlp=pipeline("image-text-to-text","KoichiYasuoka/Qwen3.5-0.8B-AinuOCR",max_new_tokens=1024)
doc=nlp([{"role":"user","content":[{"type":"image","image":img},{"type":"text","text":"OCR Ainu sentences."}]}])
print(doc[0]["generated_text"][1]["content"])
- Downloads last month
- 89