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
Publish model card with embedded 2x2 captcha gallery 999e887 verified
Publish model card with embedded 2x2 captcha gallery 2660d90 verified
Publish model card with embedded 2x2 captcha gallery f79af62 verified
Publish model card with embedded 2x2 captcha gallery 874a801 verified
Update model card with representative captcha samples f34e5e9 verified
Publish model card with spaced 2x2 captcha gallery f38ece4 verified
Update model card with representative captcha samples 58a71d1 verified
Update model card with representative captcha samples 7aaf27f verified
Publish complete model card with 2x2 captcha gallery b26ec8b verified
Display four captcha examples side by side dd672cf verified
Update model card with representative captcha samples 612e211 verified
Update model card with representative captcha samples 3c7d384 verified
Update model card with representative captcha samples d3aebdf 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
Upload trained OCR captcha model 4aaceba verified
Alireza commited on