Instructions to use mikerol/beta14-ViT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mikerol/beta14-ViT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="mikerol/beta14-ViT") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoProcessor, AutoModelForImageClassification processor = AutoProcessor.from_pretrained("mikerol/beta14-ViT") model = AutoModelForImageClassification.from_pretrained("mikerol/beta14-ViT") - 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 350158660
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af161ddd99bc8e40d1b306b0d3b2ab280c4cf5954cfe6ea91539bc4c903e4985
|
| 3 |
size 350158660
|
runs/Jan07_14-51-48_d359fce9a15b/events.out.tfevents.1767797509.d359fce9a15b.8413.1
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:706184e22fe0da0080c23cda589c300db6a2f2248d736e2077d64f82f76ba2d1
|
| 3 |
+
size 15714
|