Image Classification
Transformers
PyTorch
TensorBoard
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use naveensb8182/vit-base-beans with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use naveensb8182/vit-base-beans with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="naveensb8182/vit-base-beans") 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("naveensb8182/vit-base-beans") model = AutoModelForImageClassification.from_pretrained("naveensb8182/vit-base-beans") - Notebooks
- Google Colab
- Kaggle
Commit ·
dca0b63
1
Parent(s): 5adce9f
Training in progress, epoch 5
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343269037
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a252cee07e1a600991a40e4a2e0ef4860fc3f56688b1f5ad8d2207f01dbd83e0
|
| 3 |
size 343269037
|
runs/Jan15_00-38-23_DESKTOP-CI4SLPI/events.out.tfevents.1673723337.DESKTOP-CI4SLPI.28312.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:792280ab05133d27bceb7d620f965ce8fe7c91db1d6f7bfd78b4a58059157997
|
| 3 |
+
size 15650
|