qquarkq's picture
Initial model upload with metrics and example usage
7118a79 verified
Raw
History Blame Contribute Delete
245 Bytes
{
"model_type": "bert",
"model_name": "cointegrated/rubert-tiny2",
"num_classes": 3,
"task_names": [
"profanity",
"threat",
"illegal"
],
"thresholds": {
"profanity": 0.51,
"threat": 0.35,
"illegal": 0.25
}
}