Instructions to use akashmaggon/classification-vit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use akashmaggon/classification-vit with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="akashmaggon/classification-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("akashmaggon/classification-vit") model = AutoModelForImageClassification.from_pretrained("akashmaggon/classification-vit", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 347956168
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2155fae310af14f9fb950b26b32c5288ee3c0b107a84f1c15ad44fe6aed998a
|
| 3 |
size 347956168
|
runs/Feb11_08-22-50_b859d709fdd1/events.out.tfevents.1707639784.b859d709fdd1.478.1
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:49fd35ed061e2c3451d913c07dcca8cd0e0b1724182534bfcd5d82d2eff78729
|
| 3 |
+
size 6325
|