Instructions to use tiya1012/vit-base-beans-55 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tiya1012/vit-base-beans-55 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="tiya1012/vit-base-beans-55") 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("tiya1012/vit-base-beans-55") model = AutoModelForImageClassification.from_pretrained("tiya1012/vit-base-beans-55", device_map="auto") - 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 343272234
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9368301b73b87d6a5319254beee281256d98c12d92ab12c384ef2cb7216adc9
|
| 3 |
size 343272234
|
runs/May15_15-08-31_700de5dd117c/events.out.tfevents.1715785716.700de5dd117c.19491.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:643784a67ea694b6f121cb8478d6d90488a7a1f5ac5b2ae0f3f31ec0b7740f69
|
| 3 |
+
size 7823
|