Instructions to use akashmaggon/vit-base-classification-new with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use akashmaggon/vit-base-classification-new with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="akashmaggon/vit-base-classification-new") 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/vit-base-classification-new") model = AutoModelForImageClassification.from_pretrained("akashmaggon/vit-base-classification-new", 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 343236280
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:071188a0e0d705fb728d56ce9e144e8634f458dd47ee347077be49498b07f80a
|
| 3 |
size 343236280
|
runs/May13_19-19-37_477378b26404/events.out.tfevents.1715627979.477378b26404.7831.0
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:84c1adbc5773bb4d08e6e802c73c5fbcad66061815c9547ae8dd8fe7aec1d66a
|
| 3 |
+
size 7818
|