Image-to-Text
Transformers
ONNX
Safetensors
vision-encoder-decoder
image-text-to-text
trocr
ocr
captcha
math-captcha
synthetic-data
Instructions to use arkhabbazan/ocr-math-captcha with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use arkhabbazan/ocr-math-captcha with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "image-to-text" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("image-to-text", model="arkhabbazan/ocr-math-captcha")# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("arkhabbazan/ocr-math-captcha") model = AutoModelForMultimodalLM.from_pretrained("arkhabbazan/ocr-math-captcha", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Delete assets/captcha-omex-37-plus-13.png c2c4eb7 verified
Add ONNX weights for transformers.js 10c8e5e verified
Publish model card with embedded 2x2 captcha gallery 38970db verified
Publish model card with embedded 2x2 captcha gallery 999e887 verified
Upload four embedded 290x90 captcha samples ce6d03b verified
Publish model card with embedded 2x2 captcha gallery 2660d90 verified
Update trained OCR captcha model weights 61d79ea verified
Upload four embedded 290x90 captcha samples 4a2a534 verified
Publish model card with embedded 2x2 captcha gallery f79af62 verified
Publish model card with embedded 2x2 captcha gallery 874a801 verified
Upload four embedded 290x90 captcha samples 06b1f52 verified
Update model card with representative captcha samples f34e5e9 verified
Publish model card with spaced 2x2 captcha gallery f38ece4 verified
Upload four uniform 290x90 captcha model-card examples 46ada65 verified
Update model card with representative captcha samples 58a71d1 verified
Update model card with representative captcha samples 7aaf27f verified
Add representative captcha samples to model card 7195045 verified
Publish complete model card with 2x2 captcha gallery b26ec8b verified
Add uniform 300x100 captcha gallery assets 1d837bf verified
Display four captcha examples side by side dd672cf verified
Resize model-card captcha gallery to 300x100 bb47da4 verified
Update model card with representative captcha samples 612e211 verified
Update model card with representative captcha samples 3c7d384 verified
Remove renamed model-card asset assets/omex-new-2.jpeg 3d954f9 verified
Remove renamed model-card asset assets/math-2.png 1635f57 verified
Remove renamed model-card asset assets/math-1.png 3e80eac verified
Add representative captcha samples to model card c4f1431 verified
Update model card with representative captcha samples d3aebdf verified
Add representative captcha samples to model card ff2bea8 verified
Replace generated model card with V12 documentation 43bca1d verified
Replace generated model card with V12 documentation 84126d1 verified
Replace generated model card with V12 documentation fec5e03 verified
Replace generated model card with V12 documentation 2aa95f9 verified
Update TrOCR processor files e05ad55 verified
Upload TrOCR processor 1ecee73 verified
Alireza commited on
Upload trained OCR captcha model 4aaceba verified
Alireza commited on
initial commit 2799323 verified
Alireza commited on