Image Classification
Transformers
TensorBoard
Safetensors
mobilevit
Generated from Trainer
Eval Results (legacy)
Instructions to use kedimestan/mobilevit-x-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kedimestan/mobilevit-x-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="kedimestan/mobilevit-x-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("kedimestan/mobilevit-x-small") model = AutoModelForImageClassification.from_pretrained("kedimestan/mobilevit-x-small") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- b0170a9bf43cdba20b96b959b93199a9798022d2b4654ed92fe492eae854a58a
- Size of remote file:
- 5.3 kB
- SHA256:
- 5154365036d520aa53bcd6b58031d297a1302c4327188ba36fb04d2a78f22ec4
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.