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