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

  • Log In
  • Sign Up

Matthijs
/
mobilevit-small

Image Classification
Transformers
PyTorch
Core ML
mobilevit
vision
Model card Files Files and versions
xet
Community
1

Instructions to use Matthijs/mobilevit-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Matthijs/mobilevit-small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Matthijs/mobilevit-small")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForImageClassification
    
    processor = AutoImageProcessor.from_pretrained("Matthijs/mobilevit-small")
    model = AutoModelForImageClassification.from_pretrained("Matthijs/mobilevit-small")
  • Notebooks
  • Google Colab
  • Kaggle
mobilevit-small
33.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Matthijs's picture
Matthijs
add Core ML model
fe9d761 almost 4 years ago
  • MobileViT_fp16.mlpackage
    add Core ML model almost 4 years ago
  • .gitattributes
    1.17 kB
    initial commit almost 4 years ago
  • README.md
    4.84 kB
    add model card almost 4 years ago
  • config.json
    69.8 kB
    add model almost 4 years ago
  • preprocessor_config.json
    187 Bytes
    add model almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    22.5 MB
    xet
    add model almost 4 years ago