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