File size: 400 Bytes
270a3c1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | {
"model_name": "distilbert-base-multilingual-cased",
"tone_labels": [
"neutral",
"frustrated",
"hostile",
"sarcastic",
"positive"
],
"intent_labels": [
"constructive",
"critical",
"personal",
"informational"
],
"risk_thresholds": {
"none": 0.2,
"low": 0.4,
"medium": 0.6,
"high": 0.8,
"critical": 1.0
},
"tone_threshold": 0.3
} |