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