ashhadahsan
commited on
Commit
•
62a78f2
1
Parent(s):
46c2989
Training in progress epoch 0
Browse files- README.md +8 -7
- added_tokens.json +7 -0
- config.json +145 -139
- logs/train/events.out.tfevents.1697305536.db51fd5e6a68.6332.0.v2 +3 -0
- logs/validation/events.out.tfevents.1697305632.db51fd5e6a68.6332.1.v2 +3 -0
- special_tokens_map.json +7 -1
- tf_model.h5 +2 -2
- tokenizer_config.json +59 -1
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
3 |
tags:
|
4 |
- generated_from_keras_callback
|
5 |
model-index:
|
@@ -14,10 +15,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss:
|
18 |
-
- Train Accuracy: 0.
|
19 |
-
- Validation Loss: 2.
|
20 |
-
- Validation Accuracy: 0.
|
21 |
- Epoch: 0
|
22 |
|
23 |
## Model description
|
@@ -44,12 +45,12 @@ The following hyperparameters were used during training:
|
|
44 |
|
45 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
46 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
47 |
-
|
|
48 |
|
49 |
|
50 |
### Framework versions
|
51 |
|
52 |
-
- Transformers 4.
|
53 |
- TensorFlow 2.13.0
|
54 |
- Datasets 2.14.5
|
55 |
-
- Tokenizers 0.14.
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: bert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_keras_callback
|
6 |
model-index:
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 3.4429
|
19 |
+
- Train Accuracy: 0.2736
|
20 |
+
- Validation Loss: 2.9237
|
21 |
+
- Validation Accuracy: 0.3077
|
22 |
- Epoch: 0
|
23 |
|
24 |
## Model description
|
|
|
45 |
|
46 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
47 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
48 |
+
| 3.4429 | 0.2736 | 2.9237 | 0.3077 | 0 |
|
49 |
|
50 |
|
51 |
### Framework versions
|
52 |
|
53 |
+
- Transformers 4.34.0
|
54 |
- TensorFlow 2.13.0
|
55 |
- Datasets 2.14.5
|
56 |
+
- Tokenizers 0.14.1
|
added_tokens.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"[CLS]": 101,
|
3 |
+
"[MASK]": 103,
|
4 |
+
"[PAD]": 0,
|
5 |
+
"[SEP]": 102,
|
6 |
+
"[UNK]": 100
|
7 |
+
}
|
config.json
CHANGED
@@ -11,9 +11,9 @@
|
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
"0": "\"Turn Display Off After X Mins\" Not working",
|
14 |
-
"1": "
|
15 |
-
"2": "
|
16 |
-
"3": "Alexa-
|
17 |
"4": "App crashing/glitching",
|
18 |
"5": "App not working as expected",
|
19 |
"6": "Arrived Defective",
|
@@ -22,80 +22,83 @@
|
|
22 |
"9": "Buttons clicking itself",
|
23 |
"10": "Can't block app purchase",
|
24 |
"11": "Charging Cable won't fit",
|
25 |
-
"12": "
|
26 |
-
"13": "Device
|
27 |
-
"14": "Device
|
28 |
-
"15": "Device
|
29 |
-
"16": "
|
30 |
-
"17": "
|
31 |
-
"18": "
|
32 |
-
"19": "Feedback -
|
33 |
-
"20": "Feedback -
|
34 |
-
"21": "Feedback -
|
35 |
-
"22": "
|
36 |
-
"23": "
|
37 |
-
"24": "
|
38 |
-
"25": "
|
39 |
-
"26": "
|
40 |
-
"27": "
|
41 |
-
"28": "
|
42 |
-
"29": "
|
43 |
-
"30": "
|
44 |
-
"31": "
|
45 |
-
"32": "
|
46 |
-
"33": "
|
47 |
-
"34": "
|
48 |
-
"35": "
|
49 |
-
"36": "
|
50 |
-
"37": "
|
51 |
-
"38": "
|
52 |
-
"39": "
|
53 |
-
"40": "
|
54 |
-
"41": "
|
55 |
-
"42": "
|
56 |
-
"43": "
|
57 |
-
"44": "
|
58 |
-
"45": "
|
59 |
-
"46": "
|
60 |
-
"47": "
|
61 |
-
"48": "
|
62 |
-
"49": "
|
63 |
-
"50": "
|
64 |
-
"51": "
|
65 |
-
"52": "
|
66 |
-
"53": "
|
67 |
-
"54": "
|
68 |
-
"55": "Screen
|
69 |
-
"56": "Screen
|
70 |
-
"57": "Screen
|
71 |
-
"58": "
|
72 |
-
"59": "
|
73 |
-
"60": "
|
74 |
-
"61": "
|
75 |
-
"62": "
|
76 |
-
"63": "
|
77 |
-
"64": "
|
78 |
-
"65": "
|
79 |
-
"66": "
|
80 |
-
"67": "Unable to
|
81 |
-
"68": "Unable to
|
82 |
-
"69": "Unable to
|
83 |
-
"70": "
|
84 |
-
"71": "
|
85 |
-
"72": "
|
86 |
-
"73": "
|
87 |
-
"74": "
|
88 |
-
"75": "
|
89 |
-
"76": "
|
90 |
-
"77": "
|
|
|
|
|
|
|
91 |
},
|
92 |
"initializer_range": 0.02,
|
93 |
"intermediate_size": 3072,
|
94 |
"label2id": {
|
95 |
"\"Turn Display Off After X Mins\" Not working": 0,
|
96 |
-
"
|
97 |
-
"
|
98 |
-
"Alexa-
|
99 |
"App crashing/glitching": 4,
|
100 |
"App not working as expected": 5,
|
101 |
"Arrived Defective": 6,
|
@@ -104,72 +107,75 @@
|
|
104 |
"Buttons clicking itself": 9,
|
105 |
"Can't block app purchase": 10,
|
106 |
"Charging Cable won't fit": 11,
|
107 |
-
"
|
108 |
-
"Device
|
109 |
-
"Device
|
110 |
-
"Device
|
111 |
-
"
|
112 |
-
"
|
113 |
-
"
|
114 |
-
"Feedback -
|
115 |
-
"Feedback -
|
116 |
-
"Feedback -
|
117 |
-
"
|
118 |
-
"
|
119 |
-
"
|
120 |
-
"
|
121 |
-
"
|
122 |
-
"
|
123 |
-
"
|
124 |
-
"
|
125 |
-
"
|
126 |
-
"
|
127 |
-
"
|
128 |
-
"
|
129 |
-
"
|
130 |
-
"
|
131 |
-
"
|
132 |
-
"
|
133 |
-
"
|
134 |
-
"
|
135 |
-
"
|
136 |
-
"
|
137 |
-
"
|
138 |
-
"
|
139 |
-
"
|
140 |
-
"
|
141 |
-
"
|
142 |
-
"
|
143 |
-
"
|
144 |
-
"
|
145 |
-
"
|
146 |
-
"
|
147 |
-
"
|
148 |
-
"
|
149 |
-
"
|
150 |
-
"Screen
|
151 |
-
"Screen
|
152 |
-
"Screen
|
153 |
-
"
|
154 |
-
"
|
155 |
-
"
|
156 |
-
"
|
157 |
-
"
|
158 |
-
"
|
159 |
-
"
|
160 |
-
"
|
161 |
-
"
|
162 |
-
"Unable to
|
163 |
-
"Unable to
|
164 |
-
"Unable to
|
165 |
-
"
|
166 |
-
"
|
167 |
-
"
|
168 |
-
"
|
169 |
-
"
|
170 |
-
"
|
171 |
-
"
|
172 |
-
"
|
|
|
|
|
|
|
173 |
},
|
174 |
"layer_norm_eps": 1e-12,
|
175 |
"max_position_embeddings": 512,
|
@@ -178,7 +184,7 @@
|
|
178 |
"num_hidden_layers": 12,
|
179 |
"pad_token_id": 0,
|
180 |
"position_embedding_type": "absolute",
|
181 |
-
"transformers_version": "4.
|
182 |
"type_vocab_size": 2,
|
183 |
"use_cache": true,
|
184 |
"vocab_size": 30522
|
|
|
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",
|
|
|
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,
|
|
|
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,
|
|
|
184 |
"num_hidden_layers": 12,
|
185 |
"pad_token_id": 0,
|
186 |
"position_embedding_type": "absolute",
|
187 |
+
"transformers_version": "4.34.0",
|
188 |
"type_vocab_size": 2,
|
189 |
"use_cache": true,
|
190 |
"vocab_size": 30522
|
logs/train/events.out.tfevents.1697305536.db51fd5e6a68.6332.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:165a571e9507818354a086edb52f8c79ec59997b59c0e3f43f7ac77bb55580f0
|
3 |
+
size 4291204
|
logs/validation/events.out.tfevents.1697305632.db51fd5e6a68.6332.1.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12e7d23c32823b1c8163892b9e162c91cbf1c66259293a826602dfb7b67626e8
|
3 |
+
size 392
|
special_tokens_map.json
CHANGED
@@ -1 +1,7 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ddb1307037bd926a8f5edc43b3c8c8ed08dfe763a1e2fe151bafaca9d873be4
|
3 |
+
size 438466132
|
tokenizer_config.json
CHANGED
@@ -1 +1,59 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "[PAD]",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": false
|
10 |
+
},
|
11 |
+
"100": {
|
12 |
+
"content": "[UNK]",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": false
|
18 |
+
},
|
19 |
+
"101": {
|
20 |
+
"content": "[CLS]",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": false
|
26 |
+
},
|
27 |
+
"102": {
|
28 |
+
"content": "[SEP]",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": false
|
34 |
+
},
|
35 |
+
"103": {
|
36 |
+
"content": "[MASK]",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": false
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"additional_special_tokens": [],
|
45 |
+
"clean_up_tokenization_spaces": true,
|
46 |
+
"cls_token": "[CLS]",
|
47 |
+
"do_basic_tokenize": true,
|
48 |
+
"do_lower_case": true,
|
49 |
+
"mask_token": "[MASK]",
|
50 |
+
"model_max_length": 512,
|
51 |
+
"never_split": null,
|
52 |
+
"pad_token": "[PAD]",
|
53 |
+
"sep_token": "[SEP]",
|
54 |
+
"strip_accents": null,
|
55 |
+
"tokenize_chinese_chars": true,
|
56 |
+
"tokenizer_class": "BertTokenizer",
|
57 |
+
"tokenizer_file": "/root/.cache/huggingface/hub/models--bert-base-uncased/snapshots/1dbc166cf8765166998eff31ade2eb64c8a40076/tokenizer.json",
|
58 |
+
"unk_token": "[UNK]"
|
59 |
+
}
|