egide-toxicity-model / label_config.json
Loule's picture
Upload Egide toxicity model (fine-tuned xlm-roberta-base)
9f231e5 verified
raw
history blame contribute delete
387 Bytes
{
"labels": [
"toxicity",
"insult",
"hate",
"sexual",
"threat",
"identity_attack"
],
"id2label": {
"0": "toxicity",
"1": "insult",
"2": "hate",
"3": "sexual",
"4": "threat",
"5": "identity_attack"
},
"label2id": {
"toxicity": 0,
"insult": 1,
"hate": 2,
"sexual": 3,
"threat": 4,
"identity_attack": 5
}
}