| { | |
| "base_model": "cointegrated/rubert-tiny2", | |
| "hidden_size": 312, | |
| "dropout": 0.2, | |
| "num_heads": 3, | |
| "label_cols": [ | |
| "profanity", | |
| "threat", | |
| "illegal" | |
| ], | |
| "thresholds": { | |
| "profanity": 0.6, | |
| "threat": 0.75, | |
| "illegal": 0.16 | |
| }, | |
| "max_length": 64, | |
| "architecture": "MultiTaskToxicityEncoder" | |
| } |