Instructions to use mikerol/beta9-ViT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mikerol/beta9-ViT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="mikerol/beta9-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("mikerol/beta9-ViT") model = AutoModelForImageClassification.from_pretrained("mikerol/beta9-ViT") - 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 343528508
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa2671e6e0ba2af507054b3897e8e6cdda050534685e279cee9d74befc1b2e65
|
| 3 |
size 343528508
|
runs/Dec29_15-36-17_c7423ee50296/events.out.tfevents.1767022586.c7423ee50296.4934.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:08fd169f63607d85b280e1d3e795073b1dfa5e3cbb84ef89cfa7ce517c04c3f9
|
| 3 |
+
size 16811
|