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
File size: 129 Bytes
d507b04 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5154365036d520aa53bcd6b58031d297a1302c4327188ba36fb04d2a78f22ec4
size 5304
|