Instructions to use AhChat/yelp_review_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AhChat/yelp_review_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="AhChat/yelp_review_classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("AhChat/yelp_review_classifier") model = AutoModelForSequenceClassification.from_pretrained("AhChat/yelp_review_classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 690f903d80606576f21b1eac58b9499129ee8c423098a9be276738d3176ec29d
- Size of remote file:
- 5.37 kB
- SHA256:
- 22efc4b7553b389519cdc4a8a4a3f604bd784e586f1ea0c655fc39035b953c87
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.