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 3
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:22c8b32bd78e660bd7739dccebffc7722111eebcac99de986c0bd7251f614e13
|
| 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:dcf1b1de27a0d4c068413073eebdc8ad22ec695f7c1c411d3f123fb8342377a6
|
| 3 |
+
size 7079
|