模型:
alexandrainst/da-hatespeech-detection-base
BERT HateSpeech模型可检测丹麦文本是否具有冒犯性。它基于BotXO的预训练模型,在社交媒体数据上进行了微调。
更多详细信息请参见此
以下是如何使用该模型的说明:
from transformers import BertTokenizer, BertForSequenceClassification model = BertForSequenceClassification.from_pretrained("alexandrainst/da-hatespeech-detection-base") tokenizer = BertTokenizer.from_pretrained("alexandrainst/da-hatespeech-detection-base")
训练数据未公开发布。它包括与丹麦广播合作手动注释的社交媒体数据。