Instructions to use randomstate42/vit_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use randomstate42/vit_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="randomstate42/vit_model") 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("randomstate42/vit_model") model = AutoModelForImageClassification.from_pretrained("randomstate42/vit_model") - Notebooks
- Google Colab
- Kaggle
Commit ·
d1cf536
1
Parent(s): 60112e2
Training in progress, epoch 9
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343508653
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:558dbd865db0b510e9371f83a25e36e6d9cfe492a73e12fca0b0b47266dbe99e
|
| 3 |
size 343508653
|