YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Food Classifier A DistilBERT-based text classifier that predicts whether a caption describes food or not food. Labels: food, not food Training data: Fine-tuned on NoorEman2829/Item_dataset, a small dataset of 200 captions (100 food, 100 not food). Note: This is a small-scale learning project โ accuracy may not generalize well beyond similar caption styles. ## Usage python from transformers import pipeline classifier = pipeline('text-classification', model='NoorEman2829/food-classifier') classifier('A slice of pepperoni pizza')
- Downloads last month
- 20
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support