Instructions to use j-hartmann/sentiment-roberta-large-english-3-classes with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use j-hartmann/sentiment-roberta-large-english-3-classes with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="j-hartmann/sentiment-roberta-large-english-3-classes")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("j-hartmann/sentiment-roberta-large-english-3-classes") model = AutoModelForSequenceClassification.from_pretrained("j-hartmann/sentiment-roberta-large-english-3-classes") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
e06a870 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:13b57175f0f1304d24b96556c9120df1a42294f40ec2b306c58d0c7f8f5d6614
size 1425820242
|