keep-calm-models / config.json
elchief84's picture
Upload folder using huggingface_hub
270a3c1 verified
Raw
History Blame Contribute Delete
400 Bytes
{
"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
}