Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

arkhabbazan
/
ocr-match-captcha

Image-to-Text
Transformers
Safetensors
vision-encoder-decoder
image-text-to-text
trocr
ocr
captcha
math-captcha
synthetic-data
Model card Files Files and versions
xet
Community

Instructions to use arkhabbazan/ocr-match-captcha with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use arkhabbazan/ocr-match-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-match-captcha")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMultimodalLM
    
    tokenizer = AutoTokenizer.from_pretrained("arkhabbazan/ocr-match-captcha")
    model = AutoModelForMultimodalLM.from_pretrained("arkhabbazan/ocr-match-captcha", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ocr-match-captcha
1.34 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 31 commits
arkhabbazan's picture
arkhabbazan
Update trained OCR captcha model weights
61d79ea verified 38 minutes ago
  • assets
    Upload four embedded 290x90 captcha samples 4 days ago
  • .gitattributes
    1.52 kB
    initial commit 4 days ago
  • README.md
    2.37 kB
    Publish model card with embedded 2x2 captcha gallery 4 days ago
  • config.json
    3.17 kB
    Update trained OCR captcha model weights 38 minutes ago
  • generation_config.json
    929 Bytes
    Update trained OCR captcha model weights 38 minutes ago
  • model.safetensors
    1.34 GB
    xet
    Update trained OCR captcha model weights 38 minutes ago
  • preprocessor_config.json
    435 Bytes
    Update TrOCR processor files 4 days ago
  • processor_config.json
    431 Bytes
    Upload TrOCR processor 4 days ago
  • tokenizer.json
    3.56 MB
    Upload TrOCR processor 4 days ago
  • tokenizer_config.json
    660 Bytes
    Upload TrOCR processor 4 days ago