salescue-sentiment-v1 / config.json
vadimnicolai's picture
Upload ClosingTime model
4d371fd verified
Raw
History Blame Contribute Delete
837 Bytes
{
"model_type": "salescue",
"module_name": "sentiment",
"hidden_size": 768,
"backbone": "microsoft/deberta-v3-base",
"version": "1",
"labels": [
"enthusiastic",
"positive_engaged",
"neutral_professional",
"cautious_interest",
"polite_decline",
"frustrated_objection",
"hostile_rejection"
],
"id2label": {
"0": "enthusiastic",
"1": "positive_engaged",
"2": "neutral_professional",
"3": "cautious_interest",
"4": "polite_decline",
"5": "frustrated_objection",
"6": "hostile_rejection"
},
"label2id": {
"enthusiastic": 0,
"positive_engaged": 1,
"neutral_professional": 2,
"cautious_interest": 3,
"polite_decline": 4,
"frustrated_objection": 5,
"hostile_rejection": 6
},
"architectures": [
"DisentangledSentimentIntentHead"
]
}