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