hate-speech-v2 / hate_speech_model /training_config.json
rendyputrak's picture
Update
40f0e45 verified
Raw
History Blame Contribute Delete
406 Bytes
{
"optimal_threshold": 0.43,
"class_weights": {
"non_hate": 0.5966592554586397,
"hate": 3.0864051902093776
},
"label_mapping": {
"0": "Non-Hate",
"1": "Hate"
},
"max_length": 128,
"dataset": "Exqrch/IndoDiscourse",
"metrics": {
"accuracy": 0.7902178066488346,
"precision": 0.3990306946688207,
"recall": 0.5825471698113207,
"f1_score": 0.473633748801534
}
}