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