Image Classification
Transformers
PyTorch
TensorBoard
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use derhuli/vit-base-beans with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use derhuli/vit-base-beans with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="derhuli/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("derhuli/vit-base-beans") model = AutoModelForImageClassification.from_pretrained("derhuli/vit-base-beans") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 200
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343270065
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c14b496b3e9f68cef2faffd642be2f38189ecb0e8a561ad8f51a8dbca6422ee6
|
| 3 |
size 343270065
|
runs/Dec09_10-15-05_ip-172-16-41-208.eu-central-1.compute.internal/events.out.tfevents.1670580923.ip-172-16-41-208.eu-central-1.compute.internal
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:d1f1b7a052a30abae75b1bd0b4f57f8999924941c849926a064a768071ce27e4
|
| 3 |
+
size 7236
|