Instructions to use DerivedFunction01/twitter-roberta-base-sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DerivedFunction01/twitter-roberta-base-sentiment with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="DerivedFunction01/twitter-roberta-base-sentiment")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("DerivedFunction01/twitter-roberta-base-sentiment") model = AutoModelForTokenClassification.from_pretrained("DerivedFunction01/twitter-roberta-base-sentiment") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
9278f62 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:84bbe950f70cc16d15b792efc1320e1885c3a138ce4382fed088e06bcb9ef236
size 5265
|