Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

MarieRoald
/
DeepLearn24OCRChallenge

Image-to-Text
Transformers
Safetensors
vision-encoder-decoder
image-text-to-text
Model card Files Files and versions
xet
Community

Instructions to use MarieRoald/DeepLearn24OCRChallenge with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use MarieRoald/DeepLearn24OCRChallenge 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="MarieRoald/DeepLearn24OCRChallenge")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForImageTextToText
    
    tokenizer = AutoTokenizer.from_pretrained("MarieRoald/DeepLearn24OCRChallenge")
    model = AutoModelForImageTextToText.from_pretrained("MarieRoald/DeepLearn24OCRChallenge")
  • Notebooks
  • Google Colab
  • Kaggle
DeepLearn24OCRChallenge
2.44 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
MarieRoald's picture
MarieRoald
Manually add processor files
a30a375 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    5.55 kB
    Update README.md almost 2 years ago
  • config.json
    4.76 kB
    Upload model almost 2 years ago
  • generation_config.json
    247 Bytes
    Upload model almost 2 years ago
  • merges.txt
    456 kB
    Manually add processor files almost 2 years ago
  • model.safetensors
    2.44 GB
    xet
    Upload model almost 2 years ago
  • preprocessor_config.json
    364 Bytes
    Upload preprocessor config almost 2 years ago
  • special_tokens_map.json
    957 Bytes
    Manually add processor files almost 2 years ago
  • tokenizer.json
    2.11 MB
    Manually add processor files almost 2 years ago
  • tokenizer_config.json
    1.25 kB
    Manually add processor files almost 2 years ago
  • vocab.json
    798 kB
    Manually add processor files almost 2 years ago