vedantjumle commited on
Commit
9f97d93
·
1 Parent(s): fc926bd

Training in progress epoch 0

Browse files
Files changed (5) hide show
  1. README.md +7 -55
  2. added_tokens.json +3 -0
  3. config.json +301 -301
  4. tf_model.h5 +1 -1
  5. tokenizer_config.json +11 -0
README.md CHANGED
@@ -15,10 +15,10 @@ probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Train Loss: 0.0791
19
- - Validation Loss: 0.5970
20
- - Train Accuracy: 0.86
21
- - Epoch: 48
22
 
23
  ## Model description
24
 
@@ -44,60 +44,12 @@ The following hyperparameters were used during training:
44
 
45
  | Train Loss | Validation Loss | Train Accuracy | Epoch |
46
  |:----------:|:---------------:|:--------------:|:-----:|
47
- | 6.1590 | 5.0940 | 0.01 | 0 |
48
- | 5.0418 | 4.9883 | 0.0133 | 1 |
49
- | 4.9133 | 4.8504 | 0.0333 | 2 |
50
- | 4.7401 | 4.6073 | 0.07 | 3 |
51
- | 4.3767 | 3.9978 | 0.1767 | 4 |
52
- | 3.6892 | 3.2744 | 0.35 | 5 |
53
- | 2.9908 | 2.6567 | 0.4933 | 6 |
54
- | 2.3695 | 2.2079 | 0.6033 | 7 |
55
- | 1.9372 | 1.8126 | 0.66 | 8 |
56
- | 1.5314 | 1.5588 | 0.7133 | 9 |
57
- | 1.2590 | 1.3589 | 0.7333 | 10 |
58
- | 1.0342 | 1.2366 | 0.7433 | 11 |
59
- | 0.8585 | 1.1181 | 0.77 | 12 |
60
- | 0.7366 | 1.0283 | 0.78 | 13 |
61
- | 0.6208 | 0.9584 | 0.7933 | 14 |
62
- | 0.5448 | 0.9084 | 0.8133 | 15 |
63
- | 0.4745 | 0.8591 | 0.8033 | 16 |
64
- | 0.4187 | 0.8293 | 0.83 | 17 |
65
- | 0.3628 | 0.7953 | 0.84 | 18 |
66
- | 0.3299 | 0.7676 | 0.8467 | 19 |
67
- | 0.3072 | 0.7536 | 0.8267 | 20 |
68
- | 0.2794 | 0.7395 | 0.8367 | 21 |
69
- | 0.2370 | 0.7114 | 0.8567 | 22 |
70
- | 0.2203 | 0.6990 | 0.8467 | 23 |
71
- | 0.2104 | 0.6906 | 0.8433 | 24 |
72
- | 0.1838 | 0.6815 | 0.86 | 25 |
73
- | 0.1680 | 0.6633 | 0.8533 | 26 |
74
- | 0.1650 | 0.6629 | 0.8533 | 27 |
75
- | 0.1558 | 0.6536 | 0.8567 | 28 |
76
- | 0.1482 | 0.6499 | 0.86 | 29 |
77
- | 0.1404 | 0.6465 | 0.86 | 30 |
78
- | 0.1340 | 0.6385 | 0.8567 | 31 |
79
- | 0.1226 | 0.6313 | 0.8533 | 32 |
80
- | 0.1212 | 0.6257 | 0.86 | 33 |
81
- | 0.1120 | 0.6220 | 0.86 | 34 |
82
- | 0.1084 | 0.6271 | 0.86 | 35 |
83
- | 0.1043 | 0.6172 | 0.86 | 36 |
84
- | 0.1046 | 0.6173 | 0.86 | 37 |
85
- | 0.0989 | 0.6127 | 0.86 | 38 |
86
- | 0.0969 | 0.6106 | 0.86 | 39 |
87
- | 0.0918 | 0.6161 | 0.8633 | 40 |
88
- | 0.0916 | 0.6062 | 0.86 | 41 |
89
- | 0.0892 | 0.6037 | 0.86 | 42 |
90
- | 0.0822 | 0.6037 | 0.86 | 43 |
91
- | 0.0865 | 0.5968 | 0.86 | 44 |
92
- | 0.0819 | 0.5992 | 0.86 | 45 |
93
- | 0.0847 | 0.5988 | 0.86 | 46 |
94
- | 0.0805 | 0.5971 | 0.86 | 47 |
95
- | 0.0791 | 0.5970 | 0.86 | 48 |
96
 
97
 
98
  ### Framework versions
99
 
100
- - Transformers 4.33.2
101
  - TensorFlow 2.13.0
102
  - Datasets 2.14.5
103
- - Tokenizers 0.13.3
 
15
 
16
  This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Train Loss: 5.8145
19
+ - Validation Loss: 5.0149
20
+ - Train Accuracy: 0.0067
21
+ - Epoch: 0
22
 
23
  ## Model description
24
 
 
44
 
45
  | Train Loss | Validation Loss | Train Accuracy | Epoch |
46
  |:----------:|:---------------:|:--------------:|:-----:|
47
+ | 5.8145 | 5.0149 | 0.0067 | 0 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
 
49
 
50
  ### Framework versions
51
 
52
+ - Transformers 4.34.0
53
  - TensorFlow 2.13.0
54
  - Datasets 2.14.5
55
+ - Tokenizers 0.14.1
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<|endoftext|>": 50256
3
+ }
config.json CHANGED
@@ -9,309 +9,309 @@
9
  "embd_pdrop": 0.1,
10
  "eos_token_id": 50256,
11
  "id2label": {
12
- "accept reservations": 0,
13
- "account blocked": 1,
14
- "alarm": 2,
15
- "application status": 3,
16
- "apr": 4,
17
- "are you a bot": 5,
18
- "balance": 6,
19
- "bill balance": 7,
20
- "bill due": 8,
21
- "book flight": 9,
22
- "book hotel": 10,
23
- "calculator": 11,
24
- "calendar": 12,
25
- "calendar update": 13,
26
- "calories": 14,
27
- "cancel": 15,
28
- "cancel reservation": 16,
29
- "car rental": 17,
30
- "card declined": 18,
31
- "carry on": 19,
32
- "change accent": 20,
33
- "change ai name": 21,
34
- "change language": 22,
35
- "change speed": 23,
36
- "change user name": 24,
37
- "change volume": 25,
38
- "confirm reservation": 26,
39
- "cook time": 27,
40
- "credit limit": 28,
41
- "credit limit change": 29,
42
- "credit score": 30,
43
- "current location": 31,
44
- "damaged card": 32,
45
- "date": 33,
46
- "definition": 34,
47
- "direct deposit": 35,
48
- "directions": 36,
49
- "distance": 37,
50
- "do you have pets": 38,
51
- "exchange rate": 39,
52
- "expiration date": 40,
53
- "find phone": 41,
54
- "flight status": 42,
55
- "flip coin": 43,
56
- "food last": 44,
57
- "freeze account": 45,
58
- "fun fact": 46,
59
- "gas": 47,
60
- "gas type": 48,
61
- "goodbye": 49,
62
- "greeting": 50,
63
- "how busy": 51,
64
- "how old are you": 52,
65
- "improve credit score": 53,
66
- "income": 54,
67
- "ingredient substitution": 55,
68
- "ingredients list": 56,
69
- "insurance": 57,
70
- "insurance change": 58,
71
- "interest rate": 59,
72
- "international fees": 60,
73
- "international visa": 61,
74
- "jump start": 62,
75
- "last maintenance": 63,
76
- "lost luggage": 64,
77
- "make call": 65,
78
- "maybe": 66,
79
- "meal suggestion": 67,
80
- "meaning of life": 68,
81
- "measurement conversion": 69,
82
- "meeting schedule": 70,
83
- "min payment": 71,
84
- "mpg": 72,
85
- "new card": 73,
86
- "next holiday": 74,
87
- "next song": 75,
88
- "no": 76,
89
- "nutrition info": 77,
90
- "oil change how": 78,
91
- "oil change when": 79,
92
- "order": 80,
93
- "order checks": 81,
94
- "order status": 82,
95
- "pay bill": 83,
96
- "payday": 84,
97
- "pin change": 85,
98
- "play music": 86,
99
- "plug type": 87,
100
- "pto balance": 88,
101
- "pto request": 89,
102
- "pto request status": 90,
103
- "pto used": 91,
104
- "recipe": 92,
105
- "redeem rewards": 93,
106
- "reminder": 94,
107
- "reminder update": 95,
108
- "repeat": 96,
109
- "replacement card duration": 97,
110
- "report fraud": 98,
111
- "report lost card": 99,
112
- "reset settings": 100,
113
- "restaurant reservation": 101,
114
- "restaurant reviews": 102,
115
- "restaurant suggestion": 103,
116
- "rewards balance": 104,
117
- "roll dice": 105,
118
- "rollover 401k": 106,
119
- "routing": 107,
120
- "schedule maintenance": 108,
121
- "schedule meeting": 109,
122
- "share location": 110,
123
- "shopping list": 111,
124
- "shopping list update": 112,
125
- "smart home": 113,
126
- "spelling": 114,
127
- "spending history": 115,
128
- "sync device": 116,
129
- "taxes": 117,
130
- "tell joke": 118,
131
- "text": 119,
132
- "thank you": 120,
133
- "time": 121,
134
- "timer": 122,
135
- "timezone": 123,
136
- "tire change": 124,
137
- "tire pressure": 125,
138
- "todo list": 126,
139
- "todo list update": 127,
140
- "traffic": 128,
141
- "transactions": 129,
142
- "transfer": 130,
143
- "translate": 131,
144
- "travel alert": 132,
145
- "travel notification": 133,
146
- "travel suggestion": 134,
147
- "uber": 135,
148
- "update playlist": 136,
149
- "user name": 137,
150
- "vaccines": 138,
151
- "w2": 139,
152
- "weather": 140,
153
- "what are your hobbies": 141,
154
- "what can i ask you": 142,
155
- "what is your name": 143,
156
- "what song": 144,
157
- "where are you from": 145,
158
- "whisper mode": 146,
159
- "who do you work for": 147,
160
- "who made you": 148,
161
- "yes": 149
162
  },
163
  "initializer_range": 0.02,
164
  "label2id": {
165
- "0": "accept reservations",
166
- "1": "account blocked",
167
- "2": "alarm",
168
- "3": "application status",
169
- "4": "apr",
170
- "5": "are you a bot",
171
- "6": "balance",
172
- "7": "bill balance",
173
- "8": "bill due",
174
- "9": "book flight",
175
- "10": "book hotel",
176
- "11": "calculator",
177
- "12": "calendar",
178
- "13": "calendar update",
179
- "14": "calories",
180
- "15": "cancel",
181
- "16": "cancel reservation",
182
- "17": "car rental",
183
- "18": "card declined",
184
- "19": "carry on",
185
- "20": "change accent",
186
- "21": "change ai name",
187
- "22": "change language",
188
- "23": "change speed",
189
- "24": "change user name",
190
- "25": "change volume",
191
- "26": "confirm reservation",
192
- "27": "cook time",
193
- "28": "credit limit",
194
- "29": "credit limit change",
195
- "30": "credit score",
196
- "31": "current location",
197
- "32": "damaged card",
198
- "33": "date",
199
- "34": "definition",
200
- "35": "direct deposit",
201
- "36": "directions",
202
- "37": "distance",
203
- "38": "do you have pets",
204
- "39": "exchange rate",
205
- "40": "expiration date",
206
- "41": "find phone",
207
- "42": "flight status",
208
- "43": "flip coin",
209
- "44": "food last",
210
- "45": "freeze account",
211
- "46": "fun fact",
212
- "47": "gas",
213
- "48": "gas type",
214
- "49": "goodbye",
215
- "50": "greeting",
216
- "51": "how busy",
217
- "52": "how old are you",
218
- "53": "improve credit score",
219
- "54": "income",
220
- "55": "ingredient substitution",
221
- "56": "ingredients list",
222
- "57": "insurance",
223
- "58": "insurance change",
224
- "59": "interest rate",
225
- "60": "international fees",
226
- "61": "international visa",
227
- "62": "jump start",
228
- "63": "last maintenance",
229
- "64": "lost luggage",
230
- "65": "make call",
231
- "66": "maybe",
232
- "67": "meal suggestion",
233
- "68": "meaning of life",
234
- "69": "measurement conversion",
235
- "70": "meeting schedule",
236
- "71": "min payment",
237
- "72": "mpg",
238
- "73": "new card",
239
- "74": "next holiday",
240
- "75": "next song",
241
- "76": "no",
242
- "77": "nutrition info",
243
- "78": "oil change how",
244
- "79": "oil change when",
245
- "80": "order",
246
- "81": "order checks",
247
- "82": "order status",
248
- "83": "pay bill",
249
- "84": "payday",
250
- "85": "pin change",
251
- "86": "play music",
252
- "87": "plug type",
253
- "88": "pto balance",
254
- "89": "pto request",
255
- "90": "pto request status",
256
- "91": "pto used",
257
- "92": "recipe",
258
- "93": "redeem rewards",
259
- "94": "reminder",
260
- "95": "reminder update",
261
- "96": "repeat",
262
- "97": "replacement card duration",
263
- "98": "report fraud",
264
- "99": "report lost card",
265
- "100": "reset settings",
266
- "101": "restaurant reservation",
267
- "102": "restaurant reviews",
268
- "103": "restaurant suggestion",
269
- "104": "rewards balance",
270
- "105": "roll dice",
271
- "106": "rollover 401k",
272
- "107": "routing",
273
- "108": "schedule maintenance",
274
- "109": "schedule meeting",
275
- "110": "share location",
276
- "111": "shopping list",
277
- "112": "shopping list update",
278
- "113": "smart home",
279
- "114": "spelling",
280
- "115": "spending history",
281
- "116": "sync device",
282
- "117": "taxes",
283
- "118": "tell joke",
284
- "119": "text",
285
- "120": "thank you",
286
- "121": "time",
287
- "122": "timer",
288
- "123": "timezone",
289
- "124": "tire change",
290
- "125": "tire pressure",
291
- "126": "todo list",
292
- "127": "todo list update",
293
- "128": "traffic",
294
- "129": "transactions",
295
- "130": "transfer",
296
- "131": "translate",
297
- "132": "travel alert",
298
- "133": "travel notification",
299
- "134": "travel suggestion",
300
- "135": "uber",
301
- "136": "update playlist",
302
- "137": "user name",
303
- "138": "vaccines",
304
- "139": "w2",
305
- "140": "weather",
306
- "141": "what are your hobbies",
307
- "142": "what can i ask you",
308
- "143": "what is your name",
309
- "144": "what song",
310
- "145": "where are you from",
311
- "146": "whisper mode",
312
- "147": "who do you work for",
313
- "148": "who made you",
314
- "149": "yes"
315
  },
316
  "layer_norm_epsilon": 1e-05,
317
  "model_type": "gpt2",
@@ -337,7 +337,7 @@
337
  "max_length": 50
338
  }
339
  },
340
- "transformers_version": "4.33.2",
341
  "use_cache": true,
342
  "vocab_size": 50257
343
  }
 
9
  "embd_pdrop": 0.1,
10
  "eos_token_id": 50256,
11
  "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3",
16
+ "4": "LABEL_4",
17
+ "5": "LABEL_5",
18
+ "6": "LABEL_6",
19
+ "7": "LABEL_7",
20
+ "8": "LABEL_8",
21
+ "9": "LABEL_9",
22
+ "10": "LABEL_10",
23
+ "11": "LABEL_11",
24
+ "12": "LABEL_12",
25
+ "13": "LABEL_13",
26
+ "14": "LABEL_14",
27
+ "15": "LABEL_15",
28
+ "16": "LABEL_16",
29
+ "17": "LABEL_17",
30
+ "18": "LABEL_18",
31
+ "19": "LABEL_19",
32
+ "20": "LABEL_20",
33
+ "21": "LABEL_21",
34
+ "22": "LABEL_22",
35
+ "23": "LABEL_23",
36
+ "24": "LABEL_24",
37
+ "25": "LABEL_25",
38
+ "26": "LABEL_26",
39
+ "27": "LABEL_27",
40
+ "28": "LABEL_28",
41
+ "29": "LABEL_29",
42
+ "30": "LABEL_30",
43
+ "31": "LABEL_31",
44
+ "32": "LABEL_32",
45
+ "33": "LABEL_33",
46
+ "34": "LABEL_34",
47
+ "35": "LABEL_35",
48
+ "36": "LABEL_36",
49
+ "37": "LABEL_37",
50
+ "38": "LABEL_38",
51
+ "39": "LABEL_39",
52
+ "40": "LABEL_40",
53
+ "41": "LABEL_41",
54
+ "42": "LABEL_42",
55
+ "43": "LABEL_43",
56
+ "44": "LABEL_44",
57
+ "45": "LABEL_45",
58
+ "46": "LABEL_46",
59
+ "47": "LABEL_47",
60
+ "48": "LABEL_48",
61
+ "49": "LABEL_49",
62
+ "50": "LABEL_50",
63
+ "51": "LABEL_51",
64
+ "52": "LABEL_52",
65
+ "53": "LABEL_53",
66
+ "54": "LABEL_54",
67
+ "55": "LABEL_55",
68
+ "56": "LABEL_56",
69
+ "57": "LABEL_57",
70
+ "58": "LABEL_58",
71
+ "59": "LABEL_59",
72
+ "60": "LABEL_60",
73
+ "61": "LABEL_61",
74
+ "62": "LABEL_62",
75
+ "63": "LABEL_63",
76
+ "64": "LABEL_64",
77
+ "65": "LABEL_65",
78
+ "66": "LABEL_66",
79
+ "67": "LABEL_67",
80
+ "68": "LABEL_68",
81
+ "69": "LABEL_69",
82
+ "70": "LABEL_70",
83
+ "71": "LABEL_71",
84
+ "72": "LABEL_72",
85
+ "73": "LABEL_73",
86
+ "74": "LABEL_74",
87
+ "75": "LABEL_75",
88
+ "76": "LABEL_76",
89
+ "77": "LABEL_77",
90
+ "78": "LABEL_78",
91
+ "79": "LABEL_79",
92
+ "80": "LABEL_80",
93
+ "81": "LABEL_81",
94
+ "82": "LABEL_82",
95
+ "83": "LABEL_83",
96
+ "84": "LABEL_84",
97
+ "85": "LABEL_85",
98
+ "86": "LABEL_86",
99
+ "87": "LABEL_87",
100
+ "88": "LABEL_88",
101
+ "89": "LABEL_89",
102
+ "90": "LABEL_90",
103
+ "91": "LABEL_91",
104
+ "92": "LABEL_92",
105
+ "93": "LABEL_93",
106
+ "94": "LABEL_94",
107
+ "95": "LABEL_95",
108
+ "96": "LABEL_96",
109
+ "97": "LABEL_97",
110
+ "98": "LABEL_98",
111
+ "99": "LABEL_99",
112
+ "100": "LABEL_100",
113
+ "101": "LABEL_101",
114
+ "102": "LABEL_102",
115
+ "103": "LABEL_103",
116
+ "104": "LABEL_104",
117
+ "105": "LABEL_105",
118
+ "106": "LABEL_106",
119
+ "107": "LABEL_107",
120
+ "108": "LABEL_108",
121
+ "109": "LABEL_109",
122
+ "110": "LABEL_110",
123
+ "111": "LABEL_111",
124
+ "112": "LABEL_112",
125
+ "113": "LABEL_113",
126
+ "114": "LABEL_114",
127
+ "115": "LABEL_115",
128
+ "116": "LABEL_116",
129
+ "117": "LABEL_117",
130
+ "118": "LABEL_118",
131
+ "119": "LABEL_119",
132
+ "120": "LABEL_120",
133
+ "121": "LABEL_121",
134
+ "122": "LABEL_122",
135
+ "123": "LABEL_123",
136
+ "124": "LABEL_124",
137
+ "125": "LABEL_125",
138
+ "126": "LABEL_126",
139
+ "127": "LABEL_127",
140
+ "128": "LABEL_128",
141
+ "129": "LABEL_129",
142
+ "130": "LABEL_130",
143
+ "131": "LABEL_131",
144
+ "132": "LABEL_132",
145
+ "133": "LABEL_133",
146
+ "134": "LABEL_134",
147
+ "135": "LABEL_135",
148
+ "136": "LABEL_136",
149
+ "137": "LABEL_137",
150
+ "138": "LABEL_138",
151
+ "139": "LABEL_139",
152
+ "140": "LABEL_140",
153
+ "141": "LABEL_141",
154
+ "142": "LABEL_142",
155
+ "143": "LABEL_143",
156
+ "144": "LABEL_144",
157
+ "145": "LABEL_145",
158
+ "146": "LABEL_146",
159
+ "147": "LABEL_147",
160
+ "148": "LABEL_148",
161
+ "149": "LABEL_149"
162
  },
163
  "initializer_range": 0.02,
164
  "label2id": {
165
+ "LABEL_0": 0,
166
+ "LABEL_1": 1,
167
+ "LABEL_10": 10,
168
+ "LABEL_100": 100,
169
+ "LABEL_101": 101,
170
+ "LABEL_102": 102,
171
+ "LABEL_103": 103,
172
+ "LABEL_104": 104,
173
+ "LABEL_105": 105,
174
+ "LABEL_106": 106,
175
+ "LABEL_107": 107,
176
+ "LABEL_108": 108,
177
+ "LABEL_109": 109,
178
+ "LABEL_11": 11,
179
+ "LABEL_110": 110,
180
+ "LABEL_111": 111,
181
+ "LABEL_112": 112,
182
+ "LABEL_113": 113,
183
+ "LABEL_114": 114,
184
+ "LABEL_115": 115,
185
+ "LABEL_116": 116,
186
+ "LABEL_117": 117,
187
+ "LABEL_118": 118,
188
+ "LABEL_119": 119,
189
+ "LABEL_12": 12,
190
+ "LABEL_120": 120,
191
+ "LABEL_121": 121,
192
+ "LABEL_122": 122,
193
+ "LABEL_123": 123,
194
+ "LABEL_124": 124,
195
+ "LABEL_125": 125,
196
+ "LABEL_126": 126,
197
+ "LABEL_127": 127,
198
+ "LABEL_128": 128,
199
+ "LABEL_129": 129,
200
+ "LABEL_13": 13,
201
+ "LABEL_130": 130,
202
+ "LABEL_131": 131,
203
+ "LABEL_132": 132,
204
+ "LABEL_133": 133,
205
+ "LABEL_134": 134,
206
+ "LABEL_135": 135,
207
+ "LABEL_136": 136,
208
+ "LABEL_137": 137,
209
+ "LABEL_138": 138,
210
+ "LABEL_139": 139,
211
+ "LABEL_14": 14,
212
+ "LABEL_140": 140,
213
+ "LABEL_141": 141,
214
+ "LABEL_142": 142,
215
+ "LABEL_143": 143,
216
+ "LABEL_144": 144,
217
+ "LABEL_145": 145,
218
+ "LABEL_146": 146,
219
+ "LABEL_147": 147,
220
+ "LABEL_148": 148,
221
+ "LABEL_149": 149,
222
+ "LABEL_15": 15,
223
+ "LABEL_16": 16,
224
+ "LABEL_17": 17,
225
+ "LABEL_18": 18,
226
+ "LABEL_19": 19,
227
+ "LABEL_2": 2,
228
+ "LABEL_20": 20,
229
+ "LABEL_21": 21,
230
+ "LABEL_22": 22,
231
+ "LABEL_23": 23,
232
+ "LABEL_24": 24,
233
+ "LABEL_25": 25,
234
+ "LABEL_26": 26,
235
+ "LABEL_27": 27,
236
+ "LABEL_28": 28,
237
+ "LABEL_29": 29,
238
+ "LABEL_3": 3,
239
+ "LABEL_30": 30,
240
+ "LABEL_31": 31,
241
+ "LABEL_32": 32,
242
+ "LABEL_33": 33,
243
+ "LABEL_34": 34,
244
+ "LABEL_35": 35,
245
+ "LABEL_36": 36,
246
+ "LABEL_37": 37,
247
+ "LABEL_38": 38,
248
+ "LABEL_39": 39,
249
+ "LABEL_4": 4,
250
+ "LABEL_40": 40,
251
+ "LABEL_41": 41,
252
+ "LABEL_42": 42,
253
+ "LABEL_43": 43,
254
+ "LABEL_44": 44,
255
+ "LABEL_45": 45,
256
+ "LABEL_46": 46,
257
+ "LABEL_47": 47,
258
+ "LABEL_48": 48,
259
+ "LABEL_49": 49,
260
+ "LABEL_5": 5,
261
+ "LABEL_50": 50,
262
+ "LABEL_51": 51,
263
+ "LABEL_52": 52,
264
+ "LABEL_53": 53,
265
+ "LABEL_54": 54,
266
+ "LABEL_55": 55,
267
+ "LABEL_56": 56,
268
+ "LABEL_57": 57,
269
+ "LABEL_58": 58,
270
+ "LABEL_59": 59,
271
+ "LABEL_6": 6,
272
+ "LABEL_60": 60,
273
+ "LABEL_61": 61,
274
+ "LABEL_62": 62,
275
+ "LABEL_63": 63,
276
+ "LABEL_64": 64,
277
+ "LABEL_65": 65,
278
+ "LABEL_66": 66,
279
+ "LABEL_67": 67,
280
+ "LABEL_68": 68,
281
+ "LABEL_69": 69,
282
+ "LABEL_7": 7,
283
+ "LABEL_70": 70,
284
+ "LABEL_71": 71,
285
+ "LABEL_72": 72,
286
+ "LABEL_73": 73,
287
+ "LABEL_74": 74,
288
+ "LABEL_75": 75,
289
+ "LABEL_76": 76,
290
+ "LABEL_77": 77,
291
+ "LABEL_78": 78,
292
+ "LABEL_79": 79,
293
+ "LABEL_8": 8,
294
+ "LABEL_80": 80,
295
+ "LABEL_81": 81,
296
+ "LABEL_82": 82,
297
+ "LABEL_83": 83,
298
+ "LABEL_84": 84,
299
+ "LABEL_85": 85,
300
+ "LABEL_86": 86,
301
+ "LABEL_87": 87,
302
+ "LABEL_88": 88,
303
+ "LABEL_89": 89,
304
+ "LABEL_9": 9,
305
+ "LABEL_90": 90,
306
+ "LABEL_91": 91,
307
+ "LABEL_92": 92,
308
+ "LABEL_93": 93,
309
+ "LABEL_94": 94,
310
+ "LABEL_95": 95,
311
+ "LABEL_96": 96,
312
+ "LABEL_97": 97,
313
+ "LABEL_98": 98,
314
+ "LABEL_99": 99
315
  },
316
  "layer_norm_epsilon": 1e-05,
317
  "model_type": "gpt2",
 
337
  "max_length": 50
338
  }
339
  },
340
+ "transformers_version": "4.34.0",
341
  "use_cache": true,
342
  "vocab_size": 50257
343
  }
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:884eb5e2c63ebc9cc4b9fe8158f2266d6c2aa21f7ae8ed0345412e65b9e98c31
3
  size 498407920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a72aa210c24ae5ec31a228a98e452e72a6d3262cecaa21858ca0180332e9b90
3
  size 498407920
tokenizer_config.json CHANGED
@@ -1,5 +1,16 @@
1
  {
2
  "add_prefix_space": false,
 
 
 
 
 
 
 
 
 
 
 
3
  "bos_token": "<|endoftext|>",
4
  "clean_up_tokenization_spaces": true,
5
  "eos_token": "<|endoftext|>",
 
1
  {
2
  "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "50256": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ }
12
+ },
13
+ "additional_special_tokens": [],
14
  "bos_token": "<|endoftext|>",
15
  "clean_up_tokenization_spaces": true,
16
  "eos_token": "<|endoftext|>",