Instructions to use hmrizal/fruit_and_vegetable_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hmrizal/fruit_and_vegetable_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="hmrizal/fruit_and_vegetable_classification") 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("hmrizal/fruit_and_vegetable_classification") model = AutoModelForImageClassification.from_pretrained("hmrizal/fruit_and_vegetable_classification") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 5
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343328568
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1c286c8717cf00911bb3a0c2611ca5119335f2ca35ac2cb4699806d6924d026
|
| 3 |
size 343328568
|
runs/Jun18_05-48-09_3481d44b1ce1/events.out.tfevents.1718689710.3481d44b1ce1.2579.7
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:82ced1ff16d2ffc4bac1c235859a52bfb7466bcc1f6da62a8b200cb08f09cc77
|
| 3 |
+
size 8910
|