ru-toxicity-encoder / config.json
Gloomreach's picture
Upload folder using huggingface_hub
cdaa62f verified
Raw
History Blame Contribute Delete
200 Bytes
{
"model_type": "bert",
"base_model": "cointegrated/rubert-tiny2",
"architecture": "MultiTaskToxicityEncoder",
"thresholds": {
"profanity": 0.2,
"threat": 0.4,
"illegal": 0.5
}
}