Instructions to use Enayat/ViT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Enayat/ViT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Enayat/ViT") 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("Enayat/ViT") model = AutoModelForImageClassification.from_pretrained("Enayat/ViT") - Notebooks
- Google Colab
- Kaggle
Upload arch.gif
Browse files- .gitattributes +1 -0
- images/arch.gif +3 -0
.gitattributes
CHANGED
|
@@ -36,3 +36,4 @@ images/defocused_blurred.JPG filter=lfs diff=lfs merge=lfs -text
|
|
| 36 |
images/motion_blurred.JPG filter=lfs diff=lfs merge=lfs -text
|
| 37 |
images/sharp.JPG filter=lfs diff=lfs merge=lfs -text
|
| 38 |
images/639b1df59b5ec8f6e5fdb8cf_transformer[[:space:]]gif.gif filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 36 |
images/motion_blurred.JPG filter=lfs diff=lfs merge=lfs -text
|
| 37 |
images/sharp.JPG filter=lfs diff=lfs merge=lfs -text
|
| 38 |
images/639b1df59b5ec8f6e5fdb8cf_transformer[[:space:]]gif.gif filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
images/arch.gif filter=lfs diff=lfs merge=lfs -text
|
images/arch.gif
ADDED
|
Git LFS Details
|