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

  • Log In
  • Sign Up

codedrainer
/
uae-license-detection

Image-to-Text
Transformers
PyTorch
vision-encoder-decoder
donut
uae-license
vision
Model card Files Files and versions
xet
Community
1

Instructions to use codedrainer/uae-license-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use codedrainer/uae-license-detection 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="codedrainer/uae-license-detection")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("codedrainer/uae-license-detection")
    model = AutoModel.from_pretrained("codedrainer/uae-license-detection")
  • Notebooks
  • Google Colab
  • Kaggle
uae-license-detection
860 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
codedrainer's picture
codedrainer
Update config.json
da2f928 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    2.05 kB
    Update README.md almost 3 years ago
  • added_tokens.json
    252 Bytes
    Thats the first version of the model almost 3 years ago
  • config.json
    421 Bytes
    Update config.json almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    858 MB
    xet
    Thats the first version of the model almost 3 years ago
  • sentencepiece.bpe.model
    1.3 MB
    xet
    Thats the first version of the model almost 3 years ago
  • special_tokens_map.json
    339 Bytes
    Thats the first version of the model almost 3 years ago
  • tokenizer_config.json
    573 Bytes
    Thats the first version of the model almost 3 years ago