File size: 324 Bytes
b0d6d13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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"
}