Yanjie Zhao commited on
Commit ·
30bb609
1
Parent(s): 6889e1d
update intent label mapping
Browse files- config.json +70 -70
config.json
CHANGED
|
@@ -9,79 +9,79 @@
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 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 |
"initializer_range": 0.02,
|
| 49 |
"label2id": {
|
| 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 |
"max_position_embeddings": 512,
|
| 87 |
"model_type": "distilbert",
|
|
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "goodbye",
|
| 13 |
+
"1": "discount",
|
| 14 |
+
"2": "can_i_help",
|
| 15 |
+
"3": "other",
|
| 16 |
+
"4": "escalation",
|
| 17 |
+
"5": "goodbye|purchase",
|
| 18 |
+
"6": "restock",
|
| 19 |
+
"7": "subscription",
|
| 20 |
+
"8": "discount|other",
|
| 21 |
+
"9": "subscription|removal",
|
| 22 |
+
"10": "goodbye|anything_else",
|
| 23 |
+
"11": "issue|query_clarification",
|
| 24 |
+
"12": "order|query_order_number",
|
| 25 |
+
"13": "shipping|policy",
|
| 26 |
+
"14": "shopping|query_link_item",
|
| 27 |
+
"15": "shopping|query_first_time",
|
| 28 |
+
"16": "issue|query_screenshot",
|
| 29 |
+
"17": "issue|query_different_browser",
|
| 30 |
+
"18": "shipping|cost",
|
| 31 |
+
"19": "checkout",
|
| 32 |
+
"20": "order|tracking_info",
|
| 33 |
+
"21": "order|query_order_time",
|
| 34 |
+
"22": "escalation|waiting",
|
| 35 |
+
"23": "issue|query_screenshot_cart",
|
| 36 |
+
"24": "order|query_tracking_info",
|
| 37 |
+
"25": "issue|query_error_message",
|
| 38 |
+
"26": "shopping|query_screenshot_cart",
|
| 39 |
+
"27": "product",
|
| 40 |
+
"28": "return|policy",
|
| 41 |
+
"29": "shopping|query_item_info",
|
| 42 |
+
"30": "shopping|query_other_item",
|
| 43 |
+
"31": "issue|query_spam_folder",
|
| 44 |
+
"32": "warranty",
|
| 45 |
+
"33": "checkout|giftcard",
|
| 46 |
+
"34": "shipping|other"
|
| 47 |
},
|
| 48 |
"initializer_range": 0.02,
|
| 49 |
"label2id": {
|
| 50 |
+
"goodbye": 0,
|
| 51 |
+
"discount": 1,
|
| 52 |
+
"can_i_help": 2,
|
| 53 |
+
"other": 3,
|
| 54 |
+
"escalation": 4,
|
| 55 |
+
"goodbye|purchase": 5,
|
| 56 |
+
"restock": 6,
|
| 57 |
+
"subscription": 7,
|
| 58 |
+
"discount|other": 8,
|
| 59 |
+
"subscription|removal": 9,
|
| 60 |
+
"goodbye|anything_else": 10,
|
| 61 |
+
"issue|query_clarification": 11,
|
| 62 |
+
"order|query_order_number": 12,
|
| 63 |
+
"shipping|policy": 13,
|
| 64 |
+
"shopping|query_link_item": 14,
|
| 65 |
+
"shopping|query_first_time": 15,
|
| 66 |
+
"issue|query_screenshot": 16,
|
| 67 |
+
"issue|query_different_browser": 17,
|
| 68 |
+
"shipping|cost": 18,
|
| 69 |
+
"checkout": 19,
|
| 70 |
+
"order|tracking_info": 20,
|
| 71 |
+
"order|query_order_time": 21,
|
| 72 |
+
"escalation|waiting": 22,
|
| 73 |
+
"issue|query_screenshot_cart": 23,
|
| 74 |
+
"order|query_tracking_info": 24,
|
| 75 |
+
"issue|query_error_message": 25,
|
| 76 |
+
"shopping|query_screenshot_cart": 26,
|
| 77 |
+
"product": 27,
|
| 78 |
+
"return|policy": 28,
|
| 79 |
+
"shopping|query_item_info": 29,
|
| 80 |
+
"shopping|query_other_item": 30,
|
| 81 |
+
"issue|query_spam_folder": 31,
|
| 82 |
+
"warranty": 32,
|
| 83 |
+
"checkout|giftcard": 33,
|
| 84 |
+
"shipping|other": 34
|
| 85 |
},
|
| 86 |
"max_position_embeddings": 512,
|
| 87 |
"model_type": "distilbert",
|