File size: 227 Bytes
4dcc6f7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"model": "DeepPavlov/rubert-base-cased",
"max_length": 40,
"categories": [
"ADULT",
"SELL",
"PLS",
"OSK",
"SPAM",
"RUDELY_OSK"
],
"num_categories": 6,
"binary_threshold": 0.8
} |