Yanjie commited on
Commit
50fb9c0
·
1 Parent(s): e669545

upload file

Browse files
Files changed (1) hide show
  1. config.json +165 -0
config.json ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "brand",
13
+ "1": "brand|location",
14
+ "10": "discount|service",
15
+ "11": "escalation|email",
16
+ "12": "escalation|order_modification",
17
+ "13": "escalation|other",
18
+ "14": "escalation|partner",
19
+ "15": "escalation|phone",
20
+ "16": "escalation|post_purchase",
21
+ "17": "escalation|product",
22
+ "18": "escalation|waiting",
23
+ "19": "goodbye",
24
+ "2": "can_i_help|shopping",
25
+ "20": "goodbye|anything_else",
26
+ "21": "goodbye|purchase",
27
+ "22": "issue|query_different_browser",
28
+ "23": "media",
29
+ "24": "order",
30
+ "25": "order|modification",
31
+ "26": "order|online",
32
+ "27": "order|other",
33
+ "28": "order|pickup",
34
+ "29": "order|query_order_number",
35
+ "3": "charge",
36
+ "30": "order|query_order_time",
37
+ "31": "order|status",
38
+ "32": "order|through_phone",
39
+ "33": "order|tracking_info",
40
+ "34": "order|trial",
41
+ "35": "order|wholesale",
42
+ "36": "other",
43
+ "37": "other|how",
44
+ "38": "payment",
45
+ "39": "price",
46
+ "4": "checkout",
47
+ "40": "product",
48
+ "41": "product|care",
49
+ "42": "product|comparison",
50
+ "43": "product|customization",
51
+ "44": "product|dimension",
52
+ "45": "product|manufacture",
53
+ "46": "product|material",
54
+ "47": "product|recommendation",
55
+ "48": "product|sizing",
56
+ "49": "restock",
57
+ "5": "checkout|giftcard",
58
+ "50": "restock|product",
59
+ "51": "return|how",
60
+ "52": "return|other",
61
+ "53": "return|policy",
62
+ "54": "return|refund",
63
+ "55": "review",
64
+ "56": "rewards",
65
+ "57": "sale",
66
+ "58": "service",
67
+ "59": "shipping|cost",
68
+ "6": "discount",
69
+ "60": "shipping|other",
70
+ "61": "shipping|policy",
71
+ "62": "shopping|query_link_item",
72
+ "63": "store",
73
+ "64": "store|location",
74
+ "65": "subscription",
75
+ "66": "subscription|removal",
76
+ "67": "warranty",
77
+ "7": "discount|better",
78
+ "8": "discount|exclusion",
79
+ "9": "discount|other"
80
+ },
81
+ "initializer_range": 0.02,
82
+ "label2id": {
83
+ "brand": 0,
84
+ "brand|location": 1,
85
+ "can_i_help|shopping": 2,
86
+ "charge": 3,
87
+ "checkout": 4,
88
+ "checkout|giftcard": 5,
89
+ "discount": 6,
90
+ "discount|better": 7,
91
+ "discount|exclusion": 8,
92
+ "discount|other": 9,
93
+ "discount|service": 10,
94
+ "escalation|email": 11,
95
+ "escalation|order_modification": 12,
96
+ "escalation|other": 13,
97
+ "escalation|partner": 14,
98
+ "escalation|phone": 15,
99
+ "escalation|post_purchase": 16,
100
+ "escalation|product": 17,
101
+ "escalation|waiting": 18,
102
+ "goodbye": 19,
103
+ "goodbye|anything_else": 20,
104
+ "goodbye|purchase": 21,
105
+ "issue|query_different_browser": 22,
106
+ "media": 23,
107
+ "order": 24,
108
+ "order|modification": 25,
109
+ "order|online": 26,
110
+ "order|other": 27,
111
+ "order|pickup": 28,
112
+ "order|query_order_number": 29,
113
+ "order|query_order_time": 30,
114
+ "order|status": 31,
115
+ "order|through_phone": 32,
116
+ "order|tracking_info": 33,
117
+ "order|trial": 34,
118
+ "order|wholesale": 35,
119
+ "other": 36,
120
+ "other|how": 37,
121
+ "payment": 38,
122
+ "price": 39,
123
+ "product": 40,
124
+ "product|care": 41,
125
+ "product|comparison": 42,
126
+ "product|customization": 43,
127
+ "product|dimension": 44,
128
+ "product|manufacture": 45,
129
+ "product|material": 46,
130
+ "product|recommendation": 47,
131
+ "product|sizing": 48,
132
+ "restock": 49,
133
+ "restock|product": 50,
134
+ "return|how": 51,
135
+ "return|other": 52,
136
+ "return|policy": 53,
137
+ "return|refund": 54,
138
+ "review": 55,
139
+ "rewards": 56,
140
+ "sale": 57,
141
+ "service": 58,
142
+ "shipping|cost": 59,
143
+ "shipping|other": 60,
144
+ "shipping|policy": 61,
145
+ "shopping|query_link_item": 62,
146
+ "store": 63,
147
+ "store|location": 64,
148
+ "subscription": 65,
149
+ "subscription|removal": 66,
150
+ "warranty": 67
151
+ },
152
+ "max_position_embeddings": 512,
153
+ "model_type": "distilbert",
154
+ "n_heads": 12,
155
+ "n_layers": 6,
156
+ "pad_token_id": 0,
157
+ "problem_type": "single_label_classification",
158
+ "qa_dropout": 0.1,
159
+ "seq_classif_dropout": 0.2,
160
+ "sinusoidal_pos_embds": false,
161
+ "tie_weights_": true,
162
+ "torch_dtype": "float32",
163
+ "transformers_version": "4.18.0",
164
+ "vocab_size": 30522
165
+ }