Instructions to use jonraza15/learb_hf_food_text_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jonraza15/learb_hf_food_text_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jonraza15/learb_hf_food_text_classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("jonraza15/learb_hf_food_text_classifier") model = AutoModelForSequenceClassification.from_pretrained("jonraza15/learb_hf_food_text_classifier") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
f9a2c50 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f19b82b9be1ee1fbb3b7ae812732cba0cf4159f5ba83e920d4f48be381ea4522
size 5201
|