--- title: Food Not Food Text Classifier (video) emoji: 🍗🚫🥑 colorFrom: blue colorTo: yellow sdk: gradio sdk_version: 5.9.1 app_file: app.py pinned: false license: apache-2.0 --- # 🍗🚫🥑 Food Not Food Text Classifier (video) Small demo to showcase a text classifier to determine if a sentence is about food or not food. DistilBERT model fine-tuned on a small synthetic dataset of [250 generated food/not_food image captions](https://huggingface.co/datasets/mrdbourke/learn_hf_food_not_food_image_captions). See [source code notebook](https://github.com/mrdbourke/learn-huggingface/blob/main/notebooks/hugging_face_text_classification_tutorial.ipynb).