File size: 837 Bytes
4d371fd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | {
"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"
]
} |