File size: 2,326 Bytes
0584798 | 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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 | {
"base_model_name": "distilbert-base-uncased",
"format": "admesh_multitask_intent_v1",
"label_maps": {
"decision_phase": {
"id2label": {
"0": "awareness",
"1": "research",
"2": "consideration",
"3": "decision",
"4": "action",
"5": "post_purchase",
"6": "support"
},
"label2id": {
"action": 4,
"awareness": 0,
"consideration": 2,
"decision": 3,
"post_purchase": 5,
"research": 1,
"support": 6
}
},
"intent_subtype": {
"id2label": {
"0": "education",
"1": "product_discovery",
"2": "comparison",
"3": "evaluation",
"4": "deal_seeking",
"5": "provider_selection",
"6": "signup",
"7": "purchase",
"8": "booking",
"9": "download",
"10": "contact_sales",
"11": "task_execution",
"12": "onboarding_setup",
"13": "troubleshooting",
"14": "account_help",
"15": "billing_help",
"16": "follow_up",
"17": "emotional_reflection"
},
"label2id": {
"account_help": 14,
"billing_help": 15,
"booking": 8,
"comparison": 2,
"contact_sales": 10,
"deal_seeking": 4,
"download": 9,
"education": 0,
"emotional_reflection": 17,
"evaluation": 3,
"follow_up": 16,
"onboarding_setup": 12,
"product_discovery": 1,
"provider_selection": 5,
"purchase": 7,
"signup": 6,
"task_execution": 11,
"troubleshooting": 13
}
},
"intent_type": {
"id2label": {
"0": "informational",
"1": "exploratory",
"2": "commercial",
"3": "transactional",
"4": "support",
"5": "personal_reflection",
"6": "creative_generation",
"7": "chit_chat",
"8": "ambiguous",
"9": "prohibited"
},
"label2id": {
"ambiguous": 8,
"chit_chat": 7,
"commercial": 2,
"creative_generation": 6,
"exploratory": 1,
"informational": 0,
"personal_reflection": 5,
"prohibited": 9,
"support": 4,
"transactional": 3
}
}
},
"max_length": 72
}
|