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