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