Instructions to use AnkitAI/reviews-roberta-base-sentiment-analysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AnkitAI/reviews-roberta-base-sentiment-analysis with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="AnkitAI/reviews-roberta-base-sentiment-analysis")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("AnkitAI/reviews-roberta-base-sentiment-analysis") model = AutoModelForSequenceClassification.from_pretrained("AnkitAI/reviews-roberta-base-sentiment-analysis") - Notebooks
- Google Colab
- Kaggle
Adding OpenVINO file of this model
#1
by AnkitAI - opened
Beep boop I am the OpenVINO exporter bot π€. On behalf of AnkitAI, I would like to add to this repository the exported OpenVINO model.
AnkitAI changed pull request status to merged