ashhadahsan commited on
Commit
87d45a7
1 Parent(s): 3e8087d

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +191 -0
config.json ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "\"Turn Display Off After X Mins\" Not working",
14
+ "1": "Adapter gets hot",
15
+ "2": "Ads interupts device use",
16
+ "3": "Alexa integration - Device pairing",
17
+ "4": "App crashing/glitching",
18
+ "5": "App not working as expected",
19
+ "6": "Arrived Defective",
20
+ "7": "Backup and Restore did not work",
21
+ "8": "Bluetooth constantly disconnects",
22
+ "9": "Buttons clicking itself",
23
+ "10": "Can't block app purchase",
24
+ "11": "Charging Cable won't fit",
25
+ "12": "Delivery Related",
26
+ "13": "Device already registered",
27
+ "14": "Device heats up",
28
+ "15": "Device needs to be plugged to use",
29
+ "16": "Device not turning on",
30
+ "17": "Devices shuts down constantly",
31
+ "18": "Does not support Hoopla App",
32
+ "19": "Feedback - Battery life not adequate",
33
+ "20": "Feedback - Camera",
34
+ "21": "Feedback - Competitor comparision",
35
+ "22": "Feedback - Heavy to hold",
36
+ "23": "Feedback - Lockscreen ads",
37
+ "24": "Feedback - Sound quality",
38
+ "25": "Feedback - Wireless Charging",
39
+ "26": "Incompatible with prior-gen accessories",
40
+ "27": "Issue with charging port",
41
+ "28": "Item arrived late",
42
+ "29": "Item not in packaging",
43
+ "30": "Language missing",
44
+ "31": "Lockscreen ads not removed after purchase",
45
+ "32": "Mail app not working",
46
+ "33": "Missing hyperlink Kindle feature",
47
+ "34": "Missing navigation icons",
48
+ "35": "Missing power cable",
49
+ "36": "Moisture Detection Issue",
50
+ "37": "Need Detailed Owners Manual",
51
+ "38": "No Reason Given",
52
+ "39": "Not able to register",
53
+ "40": "Not compatible with BT device",
54
+ "41": "Not easy to remove lockscreen Ads",
55
+ "42": "On-screen Keyboard missing",
56
+ "43": "Order not meet expectations",
57
+ "44": "Parental controls do not work",
58
+ "45": "Privacy concerns",
59
+ "46": "Protective covers related",
60
+ "47": "Red line appeared on screen",
61
+ "48": "Refurb received not adequate",
62
+ "49": "Refurb return process",
63
+ "50": "Return-related Issue",
64
+ "51": "SD Card not compatible",
65
+ "52": "SD Card transfering files",
66
+ "53": "SD Card won't stay inserted into device",
67
+ "54": "SD card reformat pop-up issue",
68
+ "55": "Screen became blurry",
69
+ "56": "Screen changing colors",
70
+ "57": "Screen cracked",
71
+ "58": "Screen dimming intermittently",
72
+ "59": "Screen just flashes",
73
+ "60": "Screen looks faded and washed out",
74
+ "61": "Screen mirroring not working",
75
+ "62": "Screen not responsive",
76
+ "63": "Search experience related",
77
+ "64": "Slow/Sluggish Performance",
78
+ "65": "Status sound / Volume fades out",
79
+ "66": "Subscriptions not downloading",
80
+ "67": "Unable to connect to Wi-Fi",
81
+ "68": "Unable to connect to server (Internet-enabled Apps)",
82
+ "69": "Unable to create profile for other user",
83
+ "70": "Unable to download the apps I wanted",
84
+ "71": "Unable to remove Amazon apps",
85
+ "72": "Unable to set weather to my location",
86
+ "73": "Unable to use Fire TV App",
87
+ "74": "Unhappy with pre-installed Apps",
88
+ "75": "Unknown",
89
+ "76": "Voice over accessibility feature request",
90
+ "77": "Wi-Fi slow/buffering",
91
+ "78": "Wi-Fi using data in background",
92
+ "79": "Wi-fi Disconnecting and Reconnecting",
93
+ "80": "Word suggestions related"
94
+ },
95
+ "initializer_range": 0.02,
96
+ "intermediate_size": 3072,
97
+ "label2id": {
98
+ "\"Turn Display Off After X Mins\" Not working": 0,
99
+ "Adapter gets hot": 1,
100
+ "Ads interupts device use": 2,
101
+ "Alexa integration - Device pairing": 3,
102
+ "App crashing/glitching": 4,
103
+ "App not working as expected": 5,
104
+ "Arrived Defective": 6,
105
+ "Backup and Restore did not work": 7,
106
+ "Bluetooth constantly disconnects": 8,
107
+ "Buttons clicking itself": 9,
108
+ "Can't block app purchase": 10,
109
+ "Charging Cable won't fit": 11,
110
+ "Delivery Related": 12,
111
+ "Device already registered": 13,
112
+ "Device heats up": 14,
113
+ "Device needs to be plugged to use": 15,
114
+ "Device not turning on": 16,
115
+ "Devices shuts down constantly": 17,
116
+ "Does not support Hoopla App": 18,
117
+ "Feedback - Battery life not adequate": 19,
118
+ "Feedback - Camera": 20,
119
+ "Feedback - Competitor comparision": 21,
120
+ "Feedback - Heavy to hold": 22,
121
+ "Feedback - Lockscreen ads": 23,
122
+ "Feedback - Sound quality": 24,
123
+ "Feedback - Wireless Charging": 25,
124
+ "Incompatible with prior-gen accessories": 26,
125
+ "Issue with charging port": 27,
126
+ "Item arrived late": 28,
127
+ "Item not in packaging": 29,
128
+ "Language missing": 30,
129
+ "Lockscreen ads not removed after purchase": 31,
130
+ "Mail app not working": 32,
131
+ "Missing hyperlink Kindle feature": 33,
132
+ "Missing navigation icons": 34,
133
+ "Missing power cable": 35,
134
+ "Moisture Detection Issue": 36,
135
+ "Need Detailed Owners Manual": 37,
136
+ "No Reason Given": 38,
137
+ "Not able to register": 39,
138
+ "Not compatible with BT device": 40,
139
+ "Not easy to remove lockscreen Ads": 41,
140
+ "On-screen Keyboard missing": 42,
141
+ "Order not meet expectations": 43,
142
+ "Parental controls do not work": 44,
143
+ "Privacy concerns": 45,
144
+ "Protective covers related": 46,
145
+ "Red line appeared on screen": 47,
146
+ "Refurb received not adequate": 48,
147
+ "Refurb return process": 49,
148
+ "Return-related Issue": 50,
149
+ "SD Card not compatible": 51,
150
+ "SD Card transfering files": 52,
151
+ "SD Card won't stay inserted into device": 53,
152
+ "SD card reformat pop-up issue": 54,
153
+ "Screen became blurry": 55,
154
+ "Screen changing colors": 56,
155
+ "Screen cracked": 57,
156
+ "Screen dimming intermittently": 58,
157
+ "Screen just flashes": 59,
158
+ "Screen looks faded and washed out": 60,
159
+ "Screen mirroring not working": 61,
160
+ "Screen not responsive": 62,
161
+ "Search experience related": 63,
162
+ "Slow/Sluggish Performance": 64,
163
+ "Status sound / Volume fades out": 65,
164
+ "Subscriptions not downloading": 66,
165
+ "Unable to connect to Wi-Fi": 67,
166
+ "Unable to connect to server (Internet-enabled Apps)": 68,
167
+ "Unable to create profile for other user": 69,
168
+ "Unable to download the apps I wanted": 70,
169
+ "Unable to remove Amazon apps": 71,
170
+ "Unable to set weather to my location": 72,
171
+ "Unable to use Fire TV App": 73,
172
+ "Unhappy with pre-installed Apps": 74,
173
+ "Unknown": 75,
174
+ "Voice over accessibility feature request": 76,
175
+ "Wi-Fi slow/buffering": 77,
176
+ "Wi-Fi using data in background": 78,
177
+ "Wi-fi Disconnecting and Reconnecting": 79,
178
+ "Word suggestions related": 80
179
+ },
180
+ "layer_norm_eps": 1e-12,
181
+ "max_position_embeddings": 512,
182
+ "model_type": "bert",
183
+ "num_attention_heads": 12,
184
+ "num_hidden_layers": 12,
185
+ "pad_token_id": 0,
186
+ "position_embedding_type": "absolute",
187
+ "transformers_version": "4.33.0",
188
+ "type_vocab_size": 2,
189
+ "use_cache": true,
190
+ "vocab_size": 30522
191
+ }