Instructions to use fcfrank10/food_classification_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fcfrank10/food_classification_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="fcfrank10/food_classification_model") 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("fcfrank10/food_classification_model") model = AutoModelForImageClassification.from_pretrained("fcfrank10/food_classification_model") - 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 343528508
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1756ffa674a5961f9798b29bb0c4be8816090273fbffaa5db263c43d78a0351
|
| 3 |
size 343528508
|
runs/May19_11-48-03_MBPdideveloper.homenet.telecomitalia.it/events.out.tfevents.1716112148.MBPdideveloper.homenet.telecomitalia.it.3462.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:f7226bf34d07ba1f92f0db808e7f7847701f6bfe29eca086f8a3cf5b2e47c96d
|
| 3 |
+
size 14818
|