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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

sivan22
/
hdd-words-ocr

Image-to-Text
Transformers
PyTorch
TensorBoard
Safetensors
Hebrew
vision-encoder-decoder
image-text-to-text
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use sivan22/hdd-words-ocr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sivan22/hdd-words-ocr 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="sivan22/hdd-words-ocr")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForImageTextToText
    
    tokenizer = AutoTokenizer.from_pretrained("sivan22/hdd-words-ocr")
    model = AutoModelForImageTextToText.from_pretrained("sivan22/hdd-words-ocr")
  • Notebooks
  • Google Colab
  • Kaggle
hdd-words-ocr / runs
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
sivan22's picture
sivan22
Training in progress, step 12500
8c7ab55 about 3 years ago
  • May17_11-28-15_4e0a98886f12
    Training in progress, step 100 about 3 years ago
  • May17_11-31-37_4e0a98886f12
    Training in progress, step 100 about 3 years ago
  • May18_20-54-14_b5b0e8d5e2bb
    Training in progress, step 5000 about 3 years ago
  • May21_10-46-03_deb0d712ef94
    Training in progress, step 2500 about 3 years ago
  • May21_11-19-03_deb0d712ef94
    Training in progress, step 2500 about 3 years ago
  • May21_12-17-52_deb0d712ef94
    Training in progress, step 12500 about 3 years ago