Downloads · 30 days
12
1% of all-time downloads
cardiffnlp/roberta-base-hate
roberta-base-hate is a text classification model from cardiffnlp. Use it when you need a label for a piece of text. It is set up for transformers.
This model is a fine-tuned version of roberta-base on the tweeteval (hate) via tweetnlp. Training split is train and parameters have been tuned on the validation split validation.
Downloads · 30 days
12
1% of all-time downloads
All-time downloads
813
Public
Repo size
997 MB
Likes
0
Public
Click a slice to open those files.
.bin499 MB · 99%
From the Hugging Face model README
This model is a fine-tuned version of roberta-base on the
tweet_eval (hate)
via tweetnlp.
Training split is train and parameters have been tuned on the validation split validation.
Following metrics are achieved on the test split test (link).
Install tweetnlp via pip.
pip install tweetnlp
Load the model in python.
import tweetnlp
model = tweetnlp.Classifier("cardiffnlp/roberta-base-hate", max_length=128)
model.predict('Get the all-analog Classic Vinyl Edition of "Takin Off" Album from {@herbiehancock@} via {@bluenoterecords@} link below {{URL}}')
@inproceedings{camacho-collados-etal-2022-tweetnlp,
title={{T}weet{NLP}: {C}utting-{E}dge {N}atural {L}anguage {P}rocessing for {S}ocial {M}edia},
author={Camacho-Collados, Jose and Rezaee, Kiamehr and Riahi, Talayeh and Ushio, Asahi and Loureiro, Daniel and Antypas, Dimosthenis and Boisson, Joanne and Espinosa-Anke, Luis and Liu, Fangyu and Mart{'\i}nez-C{'a}mara, Eugenio and others},
author = "Ushio, Asahi and
Camacho-Collados, Jose",
booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing: System Demonstrations",
month = nov,
year = "2022",
address = "Abu Dhabi, U.A.E.",
publisher = "Association for Computational Linguistics",
}