Instructions to use mikerol/beta15-ViT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mikerol/beta15-ViT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="mikerol/beta15-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/beta15-ViT") model = AutoModelForImageClassification.from_pretrained("mikerol/beta15-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:7eaffb900f69394be8dd14ee43812eb6c1feedc3f75a2c6b5d13d158e2f90956
|
| 3 |
size 350158660
|
runs/Jan07_17-52-12_d359fce9a15b/events.out.tfevents.1767808335.d359fce9a15b.8413.2
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:74ebc8f10a4c5ef21476ffd478f56a82d326e11c9bd9ec72b85ac221f5253956
|
| 3 |
+
size 15664
|