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 4
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:74e6f67418dba0aa9bf8b444d8278e1249d61d93c66f14f06a1822872e3ce2fb
|
| 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:6c93dbc09accf5f5df296b3358e9e991f4f200d248bbafb1fb6b669791d5ef40
|
| 3 |
+
size 7310
|