Instructions to use apple/mobilevit-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use apple/mobilevit-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="apple/mobilevit-small") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("apple/mobilevit-small", dtype="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Upload vmamba_small_e238_ema.pth
#7
by FengheTan9 - opened
vmamba_small_e238_ema.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d73b47f4e1ef6d21b103a6555d04363ba0939b775770ae659956cd4d2503ad39
|
| 3 |
+
size 711370595
|