Instructions to use mikerol/beta11-ViT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mikerol/beta11-ViT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="mikerol/beta11-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/beta11-ViT") model = AutoModelForImageClassification.from_pretrained("mikerol/beta11-ViT") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 22198364
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5719ae574cd6e74d261b9f8657dd213e1a065eb5b8f6ce876a52339cce61d394
|
| 3 |
size 22198364
|
runs/Jan05_16-23-48_7ecd9a470aec/events.out.tfevents.1767630229.7ecd9a470aec.376.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:04a024ae2ebea07e8bff7dfcd1797bf308f2ba890b10c15a1ab06d95b2cbce0a
|
| 3 |
+
size 13085
|