Instructions to use magicslabnu/OutEffHop_vit_small_patch16_224 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use magicslabnu/OutEffHop_vit_small_patch16_224 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="magicslabnu/OutEffHop_vit_small_patch16_224", trust_remote_code=True) 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("magicslabnu/OutEffHop_vit_small_patch16_224", trust_remote_code=True) model = AutoModelForImageClassification.from_pretrained("magicslabnu/OutEffHop_vit_small_patch16_224", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- image-classification
|
| 4 |
-
inference:
|
| 5 |
license: apache-2.0
|
| 6 |
---
|
| 7 |
# Model card for OutEffHop_vit_small_patch16_224
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- image-classification
|
| 4 |
+
inference: false
|
| 5 |
license: apache-2.0
|
| 6 |
---
|
| 7 |
# Model card for OutEffHop_vit_small_patch16_224
|