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

  • Log In
  • Sign Up

Felix92
/
doctr-torch-crnn-mobilenet-v3-large-french

Image-to-Text
Transformers
PyTorch
English
French
multilingual
Model card Files Files and versions
xet
Community
5

Instructions to use Felix92/doctr-torch-crnn-mobilenet-v3-large-french with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Felix92/doctr-torch-crnn-mobilenet-v3-large-french 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="Felix92/doctr-torch-crnn-mobilenet-v3-large-french")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Felix92/doctr-torch-crnn-mobilenet-v3-large-french", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
doctr-torch-crnn-mobilenet-v3-large-french
18.3 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
Loïck BOURDOIS
Update README.md
3397ce3 almost 4 years ago
  • .gitattributes
    1.22 kB
    initial commit about 4 years ago
  • README.md
    1.09 kB
    Update README.md almost 4 years ago
  • config.json
    493 Bytes
    Add doctr-torch-crnn-mobilenet-v3-large-french model about 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.LongStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    18.3 MB
    xet
    Add doctr-torch-crnn-mobilenet-v3-large-french model about 4 years ago