Instructions to use mmervecerit/vit-base-beans-tutorial with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mmervecerit/vit-base-beans-tutorial with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="mmervecerit/vit-base-beans-tutorial") 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("mmervecerit/vit-base-beans-tutorial") model = AutoModelForImageClassification.from_pretrained("mmervecerit/vit-base-beans-tutorial") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 300
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343227052
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3248b4ee810091ece3e016626da3464ceaa30b3ef61490381a5f985e5defffcd
|
| 3 |
size 343227052
|
runs/Jan25_01-42-25_0085a865efb2/events.out.tfevents.1706146993.0085a865efb2.1029.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:0ae3bc8c6d8901c01d14db0b845549b86cade295e2750a9938299ccd7c3489b8
|
| 3 |
+
size 9934
|