File size: 2,629 Bytes
6889e1d
 
 
 
 
 
 
 
 
 
 
30bb609
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6889e1d
 
 
30bb609
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6889e1d
 
 
 
 
 
 
 
 
 
 
 
86855f9
6889e1d
 
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
97
98
99
100
{
  "_name_or_path": "distilbert-base-uncased",
  "activation": "gelu",
  "architectures": [
    "DistilBertForSequenceClassification"
  ],
  "attention_dropout": 0.1,
  "dim": 768,
  "dropout": 0.1,
  "hidden_dim": 3072,
  "id2label": {
  "0": "goodbye",
  "1": "discount",
  "2": "can_i_help",
  "3": "other",
  "4": "escalation",
  "5": "goodbye|purchase",
  "6": "restock",
  "7": "subscription",
  "8": "discount|other",
  "9": "subscription|removal",
  "10": "goodbye|anything_else",
  "11": "issue|query_clarification",
  "12": "order|query_order_number",
  "13": "shipping|policy",
  "14": "shopping|query_link_item",
  "15": "shopping|query_first_time",
  "16": "issue|query_screenshot",
  "17": "issue|query_different_browser",
  "18": "shipping|cost",
  "19": "checkout",
  "20": "order|tracking_info",
  "21": "order|query_order_time",
  "22": "escalation|waiting",
  "23": "issue|query_screenshot_cart",
  "24": "order|query_tracking_info",
  "25": "issue|query_error_message",
  "26": "shopping|query_screenshot_cart",
  "27": "product",
  "28": "return|policy",
  "29": "shopping|query_item_info",
  "30": "shopping|query_other_item",
  "31": "issue|query_spam_folder",
  "32": "warranty",
  "33": "checkout|giftcard",
  "34": "shipping|other"
  },
  "initializer_range": 0.02,
  "label2id": {
  "goodbye": 0,
  "discount": 1,
  "can_i_help": 2,
  "other": 3,
  "escalation": 4,
  "goodbye|purchase": 5,
  "restock": 6,
  "subscription": 7,
  "discount|other": 8,
  "subscription|removal": 9,
  "goodbye|anything_else": 10,
  "issue|query_clarification": 11,
  "order|query_order_number": 12,
  "shipping|policy": 13,
  "shopping|query_link_item": 14,
  "shopping|query_first_time": 15,
  "issue|query_screenshot": 16,
  "issue|query_different_browser": 17,
  "shipping|cost": 18,
  "checkout": 19,
  "order|tracking_info": 20,
  "order|query_order_time": 21,
  "escalation|waiting": 22,
  "issue|query_screenshot_cart": 23,
  "order|query_tracking_info": 24,
  "issue|query_error_message": 25,
  "shopping|query_screenshot_cart": 26,
  "product": 27,
  "return|policy": 28,
  "shopping|query_item_info": 29,
  "shopping|query_other_item": 30,
  "issue|query_spam_folder": 31,
  "warranty": 32,
  "checkout|giftcard": 33,
  "shipping|other": 34
  },
  "max_position_embeddings": 512,
  "model_type": "distilbert",
  "n_heads": 12,
  "n_layers": 6,
  "pad_token_id": 0,
  "problem_type": "single_label_classification",
  "qa_dropout": 0.1,
  "seq_classif_dropout": 0.2,
  "sinusoidal_pos_embds": false,
  "tie_weights_": true,
  "torch_dtype": "float32",
  "transformers_version": "4.17.0",
  "vocab_size": 30522
}