Instructions to use Moreza009/HF_CVcourse_FoodClassifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Moreza009/HF_CVcourse_FoodClassifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Moreza009/HF_CVcourse_FoodClassifier") 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("Moreza009/HF_CVcourse_FoodClassifier") model = AutoModelForImageClassification.from_pretrained("Moreza009/HF_CVcourse_FoodClassifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 110647388
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:916caea5dbe71d5987c896662d34ab7f6f09ea886ea46789d70ecd52b54da00b
|
| 3 |
size 110647388
|
runs/May31_10-15-48_bfc6c9092c85/events.out.tfevents.1717150853.bfc6c9092c85.733.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:56518161b92c255576e0bf7c7205ad450295e445e4e4789a5251c62fcd440fb1
|
| 3 |
+
size 33294
|