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 / MobileViT_fp16.mlpackage
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Matthijs's picture
Matthijs
add Core ML model
fe9d761 almost 4 years ago
  • Data
    add Core ML model almost 4 years ago
  • Manifest.json
    617 Bytes
    add Core ML model almost 4 years ago