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