Usage
from transformers import pipeline
p = pipeline("image-classification", model="juliensimon/autotrain-food101-1471154053")
result = p("my_image.jpg")
Model Trained Using AutoTrain
- Problem type: Multi-class Classification
- Model ID: 1471154053
- CO2 Emissions (in grams): 179.1154
Validation Metrics
- Loss: 0.301
- Accuracy: 0.915
- Macro F1: 0.915
- Micro F1: 0.915
- Weighted F1: 0.915
- Macro Precision: 0.917
- Micro Precision: 0.915
- Weighted Precision: 0.917
- Macro Recall: 0.915
- Micro Recall: 0.915
- Weighted Recall: 0.915
- Downloads last month
- 17
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.