ashhadahsan
commited on
Commit
•
db50b3d
1
Parent(s):
6ad728b
Training in progress epoch 0
Browse files- README.md +8 -58
- config.json +29 -147
- special_tokens_map.json +1 -7
- tf_model.h5 +2 -2
- tokenizer_config.json +1 -15
README.md
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model: bert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_keras_callback
|
6 |
model-index:
|
@@ -15,11 +14,11 @@ probably proofread and complete it, then remove this comment. -->
|
|
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:
|
19 |
-
- Train Accuracy:
|
20 |
-
- Validation Loss:
|
21 |
-
- Validation Accuracy: 0.
|
22 |
-
- Epoch:
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -45,61 +44,12 @@ The following hyperparameters were used during training:
|
|
45 |
|
46 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
47 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
48 |
-
|
|
49 |
-
| 2.0242 | 0.5472 | 2.1511 | 0.5641 | 1 |
|
50 |
-
| 1.2453 | 0.7692 | 2.0964 | 0.5641 | 2 |
|
51 |
-
| 0.7998 | 0.8775 | 2.1303 | 0.5385 | 3 |
|
52 |
-
| 0.5486 | 0.9285 | 2.1598 | 0.5641 | 4 |
|
53 |
-
| 0.3912 | 0.9568 | 2.3294 | 0.5385 | 5 |
|
54 |
-
| 0.2871 | 0.9747 | 2.2660 | 0.5128 | 6 |
|
55 |
-
| 0.2207 | 0.9848 | 2.2427 | 0.5641 | 7 |
|
56 |
-
| 0.1698 | 0.9929 | 2.2875 | 0.5641 | 8 |
|
57 |
-
| 0.1299 | 0.9966 | 2.3486 | 0.5385 | 9 |
|
58 |
-
| 0.1007 | 0.9993 | 2.4327 | 0.5385 | 10 |
|
59 |
-
| 0.0810 | 0.9990 | 2.3987 | 0.5641 | 11 |
|
60 |
-
| 0.0658 | 1.0 | 2.5265 | 0.5385 | 12 |
|
61 |
-
| 0.0527 | 1.0 | 2.5512 | 0.5385 | 13 |
|
62 |
-
| 0.0456 | 1.0 | 2.6158 | 0.5385 | 14 |
|
63 |
-
| 0.0371 | 1.0 | 2.6326 | 0.5641 | 15 |
|
64 |
-
| 0.0316 | 1.0 | 2.6513 | 0.5641 | 16 |
|
65 |
-
| 0.0269 | 1.0 | 2.7042 | 0.5385 | 17 |
|
66 |
-
| 0.0237 | 1.0 | 2.6969 | 0.5385 | 18 |
|
67 |
-
| 0.0211 | 1.0 | 2.7209 | 0.5385 | 19 |
|
68 |
-
| 0.0181 | 1.0 | 2.7522 | 0.5385 | 20 |
|
69 |
-
| 0.0159 | 1.0 | 2.7678 | 0.5641 | 21 |
|
70 |
-
| 0.0143 | 1.0 | 2.7995 | 0.5385 | 22 |
|
71 |
-
| 0.0126 | 1.0 | 2.8722 | 0.5385 | 23 |
|
72 |
-
| 0.0116 | 1.0 | 2.8600 | 0.5641 | 24 |
|
73 |
-
| 0.0105 | 1.0 | 2.8748 | 0.5641 | 25 |
|
74 |
-
| 0.0095 | 1.0 | 2.9152 | 0.5385 | 26 |
|
75 |
-
| 0.0086 | 1.0 | 2.9344 | 0.5385 | 27 |
|
76 |
-
| 0.0078 | 1.0 | 2.9751 | 0.5385 | 28 |
|
77 |
-
| 0.0072 | 1.0 | 2.9778 | 0.5385 | 29 |
|
78 |
-
| 0.0067 | 1.0 | 2.9898 | 0.5641 | 30 |
|
79 |
-
| 0.0061 | 1.0 | 3.0101 | 0.5641 | 31 |
|
80 |
-
| 0.0056 | 1.0 | 3.0371 | 0.5385 | 32 |
|
81 |
-
| 0.0052 | 1.0 | 3.0494 | 0.5385 | 33 |
|
82 |
-
| 0.0048 | 1.0 | 3.0675 | 0.5641 | 34 |
|
83 |
-
| 0.0045 | 1.0 | 3.0909 | 0.5385 | 35 |
|
84 |
-
| 0.0042 | 1.0 | 3.0950 | 0.5385 | 36 |
|
85 |
-
| 0.0039 | 1.0 | 3.1184 | 0.5641 | 37 |
|
86 |
-
| 0.0036 | 1.0 | 3.1713 | 0.5641 | 38 |
|
87 |
-
| 0.0034 | 1.0 | 3.1550 | 0.5641 | 39 |
|
88 |
-
| 0.0032 | 1.0 | 3.2057 | 0.5641 | 40 |
|
89 |
-
| 0.0030 | 1.0 | 3.1849 | 0.5641 | 41 |
|
90 |
-
| 0.0028 | 1.0 | 3.2100 | 0.5897 | 42 |
|
91 |
-
| 0.0026 | 1.0 | 3.2133 | 0.5641 | 43 |
|
92 |
-
| 0.0024 | 1.0 | 3.2389 | 0.5641 | 44 |
|
93 |
-
| 0.0023 | 1.0 | 3.2388 | 0.5641 | 45 |
|
94 |
-
| 0.0021 | 1.0 | 3.2721 | 0.5641 | 46 |
|
95 |
-
| 0.0020 | 1.0 | 3.2828 | 0.5897 | 47 |
|
96 |
-
| 0.0019 | 1.0 | 3.3226 | 0.5641 | 48 |
|
97 |
-
| 0.0018 | 1.0 | 3.3220 | 0.5641 | 49 |
|
98 |
|
99 |
|
100 |
### Framework versions
|
101 |
|
102 |
-
- Transformers 4.
|
103 |
- TensorFlow 2.13.0
|
104 |
- Datasets 2.14.5
|
105 |
-
- Tokenizers 0.
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
3 |
tags:
|
4 |
- generated_from_keras_callback
|
5 |
model-index:
|
|
|
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: 2.0424
|
18 |
+
- Train Accuracy: 0.3510
|
19 |
+
- Validation Loss: 1.6537
|
20 |
+
- Validation Accuracy: 0.5064
|
21 |
+
- Epoch: 0
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
44 |
|
45 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
46 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
47 |
+
| 2.0424 | 0.3510 | 1.6537 | 0.5064 | 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
|
50 |
### Framework versions
|
51 |
|
52 |
+
- Transformers 4.16.2
|
53 |
- TensorFlow 2.13.0
|
54 |
- Datasets 2.14.5
|
55 |
+
- Tokenizers 0.14.0
|
config.json
CHANGED
@@ -10,156 +10,38 @@
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
-
"0": "
|
14 |
-
"1": "
|
15 |
-
"2": "
|
16 |
-
"3": "
|
17 |
-
"4": "
|
18 |
-
"5": "
|
19 |
-
"6": "
|
20 |
-
"7": "
|
21 |
-
"8": "
|
22 |
-
"9": "
|
23 |
-
"10": "
|
24 |
-
"11": "
|
25 |
-
"12": "
|
26 |
-
"13": "
|
27 |
-
"14": "Device not turning on",
|
28 |
-
"15": "Devices shuts down constantly",
|
29 |
-
"16": "Does not support Hoopla App",
|
30 |
-
"17": "Feedback - Battery life not adequate",
|
31 |
-
"18": "Feedback - Competitor comparision",
|
32 |
-
"19": "Feedback - Wireless Charging",
|
33 |
-
"20": "Incompatible with prior-gen accessories",
|
34 |
-
"21": "Issue with charging port",
|
35 |
-
"22": "Item arrived late",
|
36 |
-
"23": "Item not in packaging",
|
37 |
-
"24": "Language missing",
|
38 |
-
"25": "Lockscreen ads not removed after purchase",
|
39 |
-
"26": "Mail app not working",
|
40 |
-
"27": "Missing hyperlink Kindle feature",
|
41 |
-
"28": "Missing navigation icons",
|
42 |
-
"29": "Missing power cable",
|
43 |
-
"30": "Moisture Detection Issue",
|
44 |
-
"31": "Need Detailed Owners Manual",
|
45 |
-
"32": "No Reason Given",
|
46 |
-
"33": "Not able to register",
|
47 |
-
"34": "Not compatible with BT device",
|
48 |
-
"35": "Not easy to remove lockscreen Ads",
|
49 |
-
"36": "On-screen Keyboard missing",
|
50 |
-
"37": "Order not meet expectations",
|
51 |
-
"38": "Parental controls do not work",
|
52 |
-
"39": "Privacy concerns",
|
53 |
-
"40": "Protective covers related",
|
54 |
-
"41": "Red line appeared on screen",
|
55 |
-
"42": "Refurb received not adequate",
|
56 |
-
"43": "Refurb return process",
|
57 |
-
"44": "Return-related Issue",
|
58 |
-
"45": "SD Card not compatible",
|
59 |
-
"46": "SD Card transfering files",
|
60 |
-
"47": "SD Card won't stay inserted into device",
|
61 |
-
"48": "SD card reformat pop-up issue",
|
62 |
-
"49": "Screen became blurry",
|
63 |
-
"50": "Screen changing colors",
|
64 |
-
"51": "Screen cracked",
|
65 |
-
"52": "Screen dimming intermittently",
|
66 |
-
"53": "Screen just flashes",
|
67 |
-
"54": "Screen looks faded and washed out",
|
68 |
-
"55": "Search experience related",
|
69 |
-
"56": "Slow/Sluggish Performance",
|
70 |
-
"57": "Status sound / Volume fades out",
|
71 |
-
"58": "Subscriptions not downloading",
|
72 |
-
"59": "Unable to connect to Wi-Fi",
|
73 |
-
"60": "Unable to connect to server (Internet-enabled Apps)",
|
74 |
-
"61": "Unable to create profile for other user",
|
75 |
-
"62": "Unable to download the apps I wanted",
|
76 |
-
"63": "Unable to remove Amazon apps",
|
77 |
-
"64": "Unable to set weather to my location",
|
78 |
-
"65": "Unable to use Fire TV App",
|
79 |
-
"66": "Unhappy with pre-installed Apps",
|
80 |
-
"67": "Unknown",
|
81 |
-
"68": "Voice over accessibility feature request",
|
82 |
-
"69": "Wi-Fi slow/buffering",
|
83 |
-
"70": "Wi-Fi using data in background",
|
84 |
-
"71": "Wi-fi Disconnecting and Reconnecting",
|
85 |
-
"72": "Word suggestions related"
|
86 |
},
|
87 |
"initializer_range": 0.02,
|
88 |
"intermediate_size": 3072,
|
89 |
"label2id": {
|
90 |
-
"
|
91 |
-
"
|
92 |
-
"
|
93 |
-
"
|
94 |
-
"
|
95 |
-
"
|
96 |
-
"
|
97 |
-
"
|
98 |
-
"
|
99 |
-
"
|
100 |
-
"
|
101 |
-
"
|
102 |
-
"
|
103 |
-
"
|
104 |
-
"Device not turning on": 14,
|
105 |
-
"Devices shuts down constantly": 15,
|
106 |
-
"Does not support Hoopla App": 16,
|
107 |
-
"Feedback - Battery life not adequate": 17,
|
108 |
-
"Feedback - Competitor comparision": 18,
|
109 |
-
"Feedback - Wireless Charging": 19,
|
110 |
-
"Incompatible with prior-gen accessories": 20,
|
111 |
-
"Issue with charging port": 21,
|
112 |
-
"Item arrived late": 22,
|
113 |
-
"Item not in packaging": 23,
|
114 |
-
"Language missing": 24,
|
115 |
-
"Lockscreen ads not removed after purchase": 25,
|
116 |
-
"Mail app not working": 26,
|
117 |
-
"Missing hyperlink Kindle feature": 27,
|
118 |
-
"Missing navigation icons": 28,
|
119 |
-
"Missing power cable": 29,
|
120 |
-
"Moisture Detection Issue": 30,
|
121 |
-
"Need Detailed Owners Manual": 31,
|
122 |
-
"No Reason Given": 32,
|
123 |
-
"Not able to register": 33,
|
124 |
-
"Not compatible with BT device": 34,
|
125 |
-
"Not easy to remove lockscreen Ads": 35,
|
126 |
-
"On-screen Keyboard missing": 36,
|
127 |
-
"Order not meet expectations": 37,
|
128 |
-
"Parental controls do not work": 38,
|
129 |
-
"Privacy concerns": 39,
|
130 |
-
"Protective covers related": 40,
|
131 |
-
"Red line appeared on screen": 41,
|
132 |
-
"Refurb received not adequate": 42,
|
133 |
-
"Refurb return process": 43,
|
134 |
-
"Return-related Issue": 44,
|
135 |
-
"SD Card not compatible": 45,
|
136 |
-
"SD Card transfering files": 46,
|
137 |
-
"SD Card won't stay inserted into device": 47,
|
138 |
-
"SD card reformat pop-up issue": 48,
|
139 |
-
"Screen became blurry": 49,
|
140 |
-
"Screen changing colors": 50,
|
141 |
-
"Screen cracked": 51,
|
142 |
-
"Screen dimming intermittently": 52,
|
143 |
-
"Screen just flashes": 53,
|
144 |
-
"Screen looks faded and washed out": 54,
|
145 |
-
"Search experience related": 55,
|
146 |
-
"Slow/Sluggish Performance": 56,
|
147 |
-
"Status sound / Volume fades out": 57,
|
148 |
-
"Subscriptions not downloading": 58,
|
149 |
-
"Unable to connect to Wi-Fi": 59,
|
150 |
-
"Unable to connect to server (Internet-enabled Apps)": 60,
|
151 |
-
"Unable to create profile for other user": 61,
|
152 |
-
"Unable to download the apps I wanted": 62,
|
153 |
-
"Unable to remove Amazon apps": 63,
|
154 |
-
"Unable to set weather to my location": 64,
|
155 |
-
"Unable to use Fire TV App": 65,
|
156 |
-
"Unhappy with pre-installed Apps": 66,
|
157 |
-
"Unknown": 67,
|
158 |
-
"Voice over accessibility feature request": 68,
|
159 |
-
"Wi-Fi slow/buffering": 69,
|
160 |
-
"Wi-Fi using data in background": 70,
|
161 |
-
"Wi-fi Disconnecting and Reconnecting": 71,
|
162 |
-
"Word suggestions related": 72
|
163 |
},
|
164 |
"layer_norm_eps": 1e-12,
|
165 |
"max_position_embeddings": 512,
|
@@ -168,7 +50,7 @@
|
|
168 |
"num_hidden_layers": 12,
|
169 |
"pad_token_id": 0,
|
170 |
"position_embedding_type": "absolute",
|
171 |
-
"transformers_version": "4.
|
172 |
"type_vocab_size": 2,
|
173 |
"use_cache": true,
|
174 |
"vocab_size": 30522
|
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
+
"0": "Ads",
|
14 |
+
"1": "Apps",
|
15 |
+
"2": "Battery",
|
16 |
+
"3": "Charging",
|
17 |
+
"4": "Delivery",
|
18 |
+
"5": "Display",
|
19 |
+
"6": "FOS",
|
20 |
+
"7": "HW",
|
21 |
+
"8": "Order",
|
22 |
+
"9": "Refurb",
|
23 |
+
"10": "SD",
|
24 |
+
"11": "Setup",
|
25 |
+
"12": "Unknown",
|
26 |
+
"13": "WiFi"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
},
|
28 |
"initializer_range": 0.02,
|
29 |
"intermediate_size": 3072,
|
30 |
"label2id": {
|
31 |
+
"Ads": 0,
|
32 |
+
"Apps": 1,
|
33 |
+
"Battery": 2,
|
34 |
+
"Charging": 3,
|
35 |
+
"Delivery": 4,
|
36 |
+
"Display": 5,
|
37 |
+
"FOS": 6,
|
38 |
+
"HW": 7,
|
39 |
+
"Order": 8,
|
40 |
+
"Refurb": 9,
|
41 |
+
"SD": 10,
|
42 |
+
"Setup": 11,
|
43 |
+
"Unknown": 12,
|
44 |
+
"WiFi": 13
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
},
|
46 |
"layer_norm_eps": 1e-12,
|
47 |
"max_position_embeddings": 512,
|
|
|
50 |
"num_hidden_layers": 12,
|
51 |
"pad_token_id": 0,
|
52 |
"position_embedding_type": "absolute",
|
53 |
+
"transformers_version": "4.16.2",
|
54 |
"type_vocab_size": 2,
|
55 |
"use_cache": true,
|
56 |
"vocab_size": 30522
|
special_tokens_map.json
CHANGED
@@ -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 |
-
}
|
|
|
1 |
+
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
|
|
|
|
|
|
|
|
|
|
|
|
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:d7e98d01c5de9897aacd4026284b2ae8cc1c8497079b58821a7be484aa183811
|
3 |
+
size 438260040
|
tokenizer_config.json
CHANGED
@@ -1,15 +1 @@
|
|
1 |
-
{
|
2 |
-
"clean_up_tokenization_spaces": true,
|
3 |
-
"cls_token": "[CLS]",
|
4 |
-
"do_basic_tokenize": true,
|
5 |
-
"do_lower_case": true,
|
6 |
-
"mask_token": "[MASK]",
|
7 |
-
"model_max_length": 512,
|
8 |
-
"never_split": null,
|
9 |
-
"pad_token": "[PAD]",
|
10 |
-
"sep_token": "[SEP]",
|
11 |
-
"strip_accents": null,
|
12 |
-
"tokenize_chinese_chars": true,
|
13 |
-
"tokenizer_class": "BertTokenizer",
|
14 |
-
"unk_token": "[UNK]"
|
15 |
-
}
|
|
|
1 |
+
{"do_lower_case": true, "do_basic_tokenize": true, "never_split": null, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "tokenizer_file": "/root/.cache/huggingface/transformers/534479488c54aeaf9c3406f647aa2ec13648c06771ffe269edabebd4c412da1d.7f2721073f19841be16f41b0a70b600ca6b880c8f3df6f3535cbc704371bdfa4", "name_or_path": "bert-base-uncased", "tokenizer_class": "BertTokenizer"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|