cartesinus commited on
Commit
da3180e
1 Parent(s): 9d6df9a

Training in progress, epoch 1

Browse files
.gitattributes CHANGED
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
35
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,421 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "xlm-roberta-base",
3
+ "architectures": [
4
+ "XLMRobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "AddAlbumToPlaylist",
15
+ "1": "AddEventOnDateWithName",
16
+ "10": "ChangeLanguageToLanguage",
17
+ "100": "SearchByQuery",
18
+ "101": "SearchByQueryInLocation",
19
+ "102": "SearchByRating",
20
+ "103": "SearchByRatingInLocation",
21
+ "104": "SearchByReviewCount",
22
+ "105": "SearchByReviewCountInLocation",
23
+ "106": "SearchImagesOnEngine",
24
+ "107": "SearchImagesWithTextOnEngine",
25
+ "108": "SearchImagesWithTextOnEngineWithWidthAndWithHeight",
26
+ "109": "SearchImagesWithTextOnEngineWithWidthAndWithHeightAndWithCondition",
27
+ "11": "ChangeTemperature",
28
+ "110": "SearchInLocation",
29
+ "111": "SearchQuery",
30
+ "112": "SearchRestaurant",
31
+ "113": "SearchText",
32
+ "114": "SearchTextOnEngine",
33
+ "115": "SeekByTime",
34
+ "116": "SendEmail",
35
+ "117": "SendEmailToAddress",
36
+ "118": "SendEmailToAddressWithSubject",
37
+ "119": "SendEmailToAddressWithSubjectAndWithMessage",
38
+ "12": "CheckCalendarEventName",
39
+ "120": "SendMessageToChannel",
40
+ "121": "SendMessageToUser",
41
+ "122": "SendPictureToChannel",
42
+ "123": "SendPictureToChannelWithCaption",
43
+ "124": "SendPictureWithUrlToChannel",
44
+ "125": "SendSlackMessage",
45
+ "126": "SendTwitterMessage",
46
+ "127": "SetDefaultLanguage",
47
+ "128": "SetDefaultLanguageToLanguage",
48
+ "129": "SetPurposeOnChannel",
49
+ "13": "CheckCalendarOnDate",
50
+ "130": "SetStatusAway",
51
+ "131": "SetTemperatureBetweenValues",
52
+ "132": "SetTemperatureOnDevice",
53
+ "133": "SetTemperatureToValue",
54
+ "134": "SetTemperatureToValueOnDevice",
55
+ "135": "SetTopicInChannel",
56
+ "136": "ShareFileWithNameToAddress",
57
+ "137": "ShowAlbumWithName",
58
+ "138": "ShowBMI",
59
+ "139": "ShowChannelWithCategory",
60
+ "14": "CheckChannelHistory",
61
+ "140": "ShowChannelWithName",
62
+ "141": "ShowContactWithEmail",
63
+ "142": "ShowContactWithName",
64
+ "143": "ShowContactWithNumber",
65
+ "144": "ShowContactWithNumberAndWithEmail",
66
+ "145": "ShowDanceability",
67
+ "146": "ShowEmailFromSender",
68
+ "147": "ShowEmailFromTime",
69
+ "148": "ShowEmailWithLabel",
70
+ "149": "ShowEmailWithPriority",
71
+ "15": "CheckLastMessages",
72
+ "150": "ShowEmailWithSubject",
73
+ "151": "ShowFilesFromTime",
74
+ "152": "ShowFilesWithSize",
75
+ "153": "ShowFilesWithStar",
76
+ "154": "ShowFilesWithType",
77
+ "155": "ShowLastNumberPictures",
78
+ "156": "ShowNewestFiles",
79
+ "157": "ShowNews",
80
+ "158": "ShowNewsFromSection",
81
+ "159": "ShowOldestFiles",
82
+ "16": "CheckMessagesFromUser",
83
+ "160": "ShowPictures",
84
+ "161": "ShowPicturesFromDate",
85
+ "162": "ShowPicturesWithFilter",
86
+ "163": "ShowPicturesWithHashtag",
87
+ "164": "ShowPicturesWithLocation",
88
+ "165": "ShowSMS",
89
+ "166": "ShowSteps",
90
+ "167": "ShowStepsOnDate",
91
+ "168": "ShowSubscribedChannels",
92
+ "169": "ShowTwittsWithHashtag",
93
+ "17": "CheckMessagesInChannel",
94
+ "170": "ShuffleOnOff",
95
+ "171": "SMSToContact",
96
+ "172": "SMSToContactWithMessage",
97
+ "173": "SortAlphabetical",
98
+ "174": "SortReverseAlphabetical",
99
+ "175": "SunriseAndSunsetInLocation",
100
+ "176": "SunriseAndSunsetInLocationAndOnDate",
101
+ "177": "SunriseInLocation",
102
+ "178": "SunsetInLocation",
103
+ "179": "TakePicture",
104
+ "18": "CheckUserStatus",
105
+ "180": "TranslateText",
106
+ "181": "TranslateTextFromLanguage",
107
+ "182": "TranslateTextFromLanguageToLanguage",
108
+ "183": "TranslateTextFromLanguageToLanguageWithEngine",
109
+ "184": "TranslateTextToLanguage",
110
+ "185": "TranslateToLanguage",
111
+ "186": "TurnOff",
112
+ "187": "TurnOn",
113
+ "188": "TurnOnOrOff",
114
+ "189": "UnfollowUser",
115
+ "19": "ConsoleCD",
116
+ "190": "WeatherInLocation",
117
+ "191": "WeatherTomorrow",
118
+ "192": "WeatherTomorrowInLocation",
119
+ "193": "NotifyOnNewOnChannel",
120
+ "2": "AddEventWithName",
121
+ "20": "ConsoleCP",
122
+ "21": "ConsoleEdit",
123
+ "22": "ConsoleLS",
124
+ "23": "ConsoleMV",
125
+ "24": "ConsoleRM",
126
+ "25": "CreateContactWithNameAndWithNumberAndWithType",
127
+ "26": "CreateFile",
128
+ "27": "CreateFileWithName",
129
+ "28": "CreatePlaylist",
130
+ "29": "CreatePlaylistWithName",
131
+ "3": "AddSongToPlaylist",
132
+ "30": "DecreaseVolume",
133
+ "31": "DecreaseVolumeByPercent",
134
+ "32": "DetectLanguage",
135
+ "33": "DownloadAsPdf",
136
+ "34": "EditContactWithName",
137
+ "35": "EditContactWithNumber",
138
+ "36": "EditNumberInContactWithName",
139
+ "37": "EditNumberInContactWithNameToNumberAndToType",
140
+ "38": "FindChannelWithQuery",
141
+ "39": "FindQuery",
142
+ "4": "AddSongToPlaylistWithName",
143
+ "40": "FindQueryOnChannel",
144
+ "41": "FollowUser",
145
+ "42": "GetHumidity",
146
+ "43": "GetTemperature",
147
+ "44": "GetTemperatureFromDevice",
148
+ "45": "GoToElementNumber",
149
+ "46": "IncreaseVolume",
150
+ "47": "IncreaseVolumeByPercent",
151
+ "48": "MoonphaseInLocation",
152
+ "49": "MoonphaseInLocationOnDate",
153
+ "5": "AddSongWithNameToPlaylistWithName",
154
+ "50": "MuteOff",
155
+ "51": "MuteOn",
156
+ "52": "NextSong",
157
+ "53": "NextVideo",
158
+ "54": "NotifyOnEventInLocation",
159
+ "55": "NotifyOnEventStart",
160
+ "56": "NotifyOnNewFromFollowing",
161
+ "57": "NotifyOnWeight",
162
+ "58": "NotifyWhenEventNameStart",
163
+ "59": "NotifyWhenPortalUpdates",
164
+ "6": "AddWeight",
165
+ "60": "NotifyWhenPortalUpdatesInSection",
166
+ "61": "NotNotifyOnEventInLocation",
167
+ "62": "NotNotifyOnEventStart",
168
+ "63": "OpenCalendar",
169
+ "64": "OpenContacts",
170
+ "65": "OpenEmail",
171
+ "66": "OpenEngine",
172
+ "67": "OpenFacebook",
173
+ "68": "OpenFileWithName",
174
+ "69": "OpenGdrive",
175
+ "7": "CallContact",
176
+ "70": "OpenInstagram",
177
+ "71": "OpenMyContact",
178
+ "72": "OpenRestaurants",
179
+ "73": "OpenRestaurantsInLocation",
180
+ "74": "OpenSlack",
181
+ "75": "OpenSpotify",
182
+ "76": "OpenTwitter",
183
+ "77": "OpenWeather",
184
+ "78": "OpenWikipedia",
185
+ "79": "OpenYT",
186
+ "8": "CallEmergency",
187
+ "80": "Pause",
188
+ "81": "PlayAlbumOfTypeByArtist",
189
+ "82": "PlayPlaylist",
190
+ "83": "PlaySong",
191
+ "84": "PlaySongByArtist",
192
+ "85": "PostPicture",
193
+ "86": "PostPictureWithCaption",
194
+ "87": "PostPictureWithUrl",
195
+ "88": "PostPictureWithUrlAndWithCaption",
196
+ "89": "PostStatus",
197
+ "9": "CallNumber",
198
+ "90": "PostWithLastPictureWithLocationAndWithHashtag",
199
+ "91": "PostWithPicturesFromDateAndWithLocation",
200
+ "92": "PreviousSong",
201
+ "93": "RandomPage",
202
+ "94": "RepeatOnOff",
203
+ "95": "ReplyToEmailFromAddress",
204
+ "96": "ScrollDown",
205
+ "97": "ScrollUp",
206
+ "98": "SearchByCategory",
207
+ "99": "SearchByCategoryInLocation"
208
+ },
209
+ "initializer_range": 0.02,
210
+ "intermediate_size": 3072,
211
+ "label2id": {
212
+ "AddAlbumToPlaylist": "0",
213
+ "AddEventOnDateWithName": "1",
214
+ "AddEventWithName": "2",
215
+ "AddSongToPlaylist": "3",
216
+ "AddSongToPlaylistWithName": "4",
217
+ "AddSongWithNameToPlaylistWithName": "5",
218
+ "AddWeight": "6",
219
+ "CallContact": "7",
220
+ "CallEmergency": "8",
221
+ "CallNumber": "9",
222
+ "ChangeLanguageToLanguage": "10",
223
+ "ChangeTemperature": "11",
224
+ "CheckCalendarEventName": "12",
225
+ "CheckCalendarOnDate": "13",
226
+ "CheckChannelHistory": "14",
227
+ "CheckLastMessages": "15",
228
+ "CheckMessagesFromUser": "16",
229
+ "CheckMessagesInChannel": "17",
230
+ "CheckUserStatus": "18",
231
+ "ConsoleCD": "19",
232
+ "ConsoleCP": "20",
233
+ "ConsoleEdit": "21",
234
+ "ConsoleLS": "22",
235
+ "ConsoleMV": "23",
236
+ "ConsoleRM": "24",
237
+ "CreateContactWithNameAndWithNumberAndWithType": "25",
238
+ "CreateFile": "26",
239
+ "CreateFileWithName": "27",
240
+ "CreatePlaylist": "28",
241
+ "CreatePlaylistWithName": "29",
242
+ "DecreaseVolume": "30",
243
+ "DecreaseVolumeByPercent": "31",
244
+ "DetectLanguage": "32",
245
+ "DownloadAsPdf": "33",
246
+ "EditContactWithName": "34",
247
+ "EditContactWithNumber": "35",
248
+ "EditNumberInContactWithName": "36",
249
+ "EditNumberInContactWithNameToNumberAndToType": "37",
250
+ "FindChannelWithQuery": "38",
251
+ "FindQuery": "39",
252
+ "FindQueryOnChannel": "40",
253
+ "FollowUser": "41",
254
+ "GetHumidity": "42",
255
+ "GetTemperature": "43",
256
+ "GetTemperatureFromDevice": "44",
257
+ "GoToElementNumber": "45",
258
+ "IncreaseVolume": "46",
259
+ "IncreaseVolumeByPercent": "47",
260
+ "MoonphaseInLocation": "48",
261
+ "MoonphaseInLocationOnDate": "49",
262
+ "MuteOff": "50",
263
+ "MuteOn": "51",
264
+ "NextSong": "52",
265
+ "NextVideo": "53",
266
+ "NotNotifyOnEventInLocation": "61",
267
+ "NotNotifyOnEventStart": "62",
268
+ "NotifyOnEventInLocation": "54",
269
+ "NotifyOnEventStart": "55",
270
+ "NotifyOnNewFromFollowing": "56",
271
+ "NotifyOnNewOnChannel": "193",
272
+ "NotifyOnWeight": "57",
273
+ "NotifyWhenEventNameStart": "58",
274
+ "NotifyWhenPortalUpdates": "59",
275
+ "NotifyWhenPortalUpdatesInSection": "60",
276
+ "OpenCalendar": "63",
277
+ "OpenContacts": "64",
278
+ "OpenEmail": "65",
279
+ "OpenEngine": "66",
280
+ "OpenFacebook": "67",
281
+ "OpenFileWithName": "68",
282
+ "OpenGdrive": "69",
283
+ "OpenInstagram": "70",
284
+ "OpenMyContact": "71",
285
+ "OpenRestaurants": "72",
286
+ "OpenRestaurantsInLocation": "73",
287
+ "OpenSlack": "74",
288
+ "OpenSpotify": "75",
289
+ "OpenTwitter": "76",
290
+ "OpenWeather": "77",
291
+ "OpenWikipedia": "78",
292
+ "OpenYT": "79",
293
+ "Pause": "80",
294
+ "PlayAlbumOfTypeByArtist": "81",
295
+ "PlayPlaylist": "82",
296
+ "PlaySong": "83",
297
+ "PlaySongByArtist": "84",
298
+ "PostPicture": "85",
299
+ "PostPictureWithCaption": "86",
300
+ "PostPictureWithUrl": "87",
301
+ "PostPictureWithUrlAndWithCaption": "88",
302
+ "PostStatus": "89",
303
+ "PostWithLastPictureWithLocationAndWithHashtag": "90",
304
+ "PostWithPicturesFromDateAndWithLocation": "91",
305
+ "PreviousSong": "92",
306
+ "RandomPage": "93",
307
+ "RepeatOnOff": "94",
308
+ "ReplyToEmailFromAddress": "95",
309
+ "SMSToContact": "171",
310
+ "SMSToContactWithMessage": "172",
311
+ "ScrollDown": "96",
312
+ "ScrollUp": "97",
313
+ "SearchByCategory": "98",
314
+ "SearchByCategoryInLocation": "99",
315
+ "SearchByQuery": "100",
316
+ "SearchByQueryInLocation": "101",
317
+ "SearchByRating": "102",
318
+ "SearchByRatingInLocation": "103",
319
+ "SearchByReviewCount": "104",
320
+ "SearchByReviewCountInLocation": "105",
321
+ "SearchImagesOnEngine": "106",
322
+ "SearchImagesWithTextOnEngine": "107",
323
+ "SearchImagesWithTextOnEngineWithWidthAndWithHeight": "108",
324
+ "SearchImagesWithTextOnEngineWithWidthAndWithHeightAndWithCondition": "109",
325
+ "SearchInLocation": "110",
326
+ "SearchQuery": "111",
327
+ "SearchRestaurant": "112",
328
+ "SearchText": "113",
329
+ "SearchTextOnEngine": "114",
330
+ "SeekByTime": "115",
331
+ "SendEmail": "116",
332
+ "SendEmailToAddress": "117",
333
+ "SendEmailToAddressWithSubject": "118",
334
+ "SendEmailToAddressWithSubjectAndWithMessage": "119",
335
+ "SendMessageToChannel": "120",
336
+ "SendMessageToUser": "121",
337
+ "SendPictureToChannel": "122",
338
+ "SendPictureToChannelWithCaption": "123",
339
+ "SendPictureWithUrlToChannel": "124",
340
+ "SendSlackMessage": "125",
341
+ "SendTwitterMessage": "126",
342
+ "SetDefaultLanguage": "127",
343
+ "SetDefaultLanguageToLanguage": "128",
344
+ "SetPurposeOnChannel": "129",
345
+ "SetStatusAway": "130",
346
+ "SetTemperatureBetweenValues": "131",
347
+ "SetTemperatureOnDevice": "132",
348
+ "SetTemperatureToValue": "133",
349
+ "SetTemperatureToValueOnDevice": "134",
350
+ "SetTopicInChannel": "135",
351
+ "ShareFileWithNameToAddress": "136",
352
+ "ShowAlbumWithName": "137",
353
+ "ShowBMI": "138",
354
+ "ShowChannelWithCategory": "139",
355
+ "ShowChannelWithName": "140",
356
+ "ShowContactWithEmail": "141",
357
+ "ShowContactWithName": "142",
358
+ "ShowContactWithNumber": "143",
359
+ "ShowContactWithNumberAndWithEmail": "144",
360
+ "ShowDanceability": "145",
361
+ "ShowEmailFromSender": "146",
362
+ "ShowEmailFromTime": "147",
363
+ "ShowEmailWithLabel": "148",
364
+ "ShowEmailWithPriority": "149",
365
+ "ShowEmailWithSubject": "150",
366
+ "ShowFilesFromTime": "151",
367
+ "ShowFilesWithSize": "152",
368
+ "ShowFilesWithStar": "153",
369
+ "ShowFilesWithType": "154",
370
+ "ShowLastNumberPictures": "155",
371
+ "ShowNewestFiles": "156",
372
+ "ShowNews": "157",
373
+ "ShowNewsFromSection": "158",
374
+ "ShowOldestFiles": "159",
375
+ "ShowPictures": "160",
376
+ "ShowPicturesFromDate": "161",
377
+ "ShowPicturesWithFilter": "162",
378
+ "ShowPicturesWithHashtag": "163",
379
+ "ShowPicturesWithLocation": "164",
380
+ "ShowSMS": "165",
381
+ "ShowSteps": "166",
382
+ "ShowStepsOnDate": "167",
383
+ "ShowSubscribedChannels": "168",
384
+ "ShowTwittsWithHashtag": "169",
385
+ "ShuffleOnOff": "170",
386
+ "SortAlphabetical": "173",
387
+ "SortReverseAlphabetical": "174",
388
+ "SunriseAndSunsetInLocation": "175",
389
+ "SunriseAndSunsetInLocationAndOnDate": "176",
390
+ "SunriseInLocation": "177",
391
+ "SunsetInLocation": "178",
392
+ "TakePicture": "179",
393
+ "TranslateText": "180",
394
+ "TranslateTextFromLanguage": "181",
395
+ "TranslateTextFromLanguageToLanguage": "182",
396
+ "TranslateTextFromLanguageToLanguageWithEngine": "183",
397
+ "TranslateTextToLanguage": "184",
398
+ "TranslateToLanguage": "185",
399
+ "TurnOff": "186",
400
+ "TurnOn": "187",
401
+ "TurnOnOrOff": "188",
402
+ "UnfollowUser": "189",
403
+ "WeatherInLocation": "190",
404
+ "WeatherTomorrow": "191",
405
+ "WeatherTomorrowInLocation": "192"
406
+ },
407
+ "layer_norm_eps": 1e-05,
408
+ "max_position_embeddings": 514,
409
+ "model_type": "xlm-roberta",
410
+ "num_attention_heads": 12,
411
+ "num_hidden_layers": 12,
412
+ "output_past": true,
413
+ "pad_token_id": 1,
414
+ "position_embedding_type": "absolute",
415
+ "problem_type": "single_label_classification",
416
+ "torch_dtype": "float32",
417
+ "transformers_version": "4.27.0",
418
+ "type_vocab_size": 1,
419
+ "use_cache": true,
420
+ "vocab_size": 250002
421
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba8415521e90751327ecc7916d862484aa36213c35feeb55656b841d0f782510
3
+ size 1112844789
runs/Mar15_16-35-32_0474fd4a423e/1678898147.063868/events.out.tfevents.1678898147.0474fd4a423e.732.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89961b147596de4a991e47dea547bb3a82f6cbba67569dd95ea4853a95fe68a1
3
+ size 5814
runs/Mar15_16-35-32_0474fd4a423e/events.out.tfevents.1678898147.0474fd4a423e.732.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b059a25b10f14c2fabaab41cc2ad6fdaaacc2a34b537590c03b26c8dc1dcc74d
3
+ size 17334
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:affcfb1f45c4b14a70a6589c3d153b430ed4309e5a6613a88dab64d5a923a5d6
3
+ size 17082925
tokenizer_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "__type": "AddedToken",
7
+ "content": "<mask>",
8
+ "lstrip": true,
9
+ "normalized": true,
10
+ "rstrip": false,
11
+ "single_word": false
12
+ },
13
+ "model_max_length": 512,
14
+ "pad_token": "<pad>",
15
+ "sep_token": "</s>",
16
+ "special_tokens_map_file": null,
17
+ "tokenizer_class": "XLMRobertaTokenizer",
18
+ "unk_token": "<unk>"
19
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:473f96a65a88de0257a8858a673a46cd7987eda07ebcf407c0bac8a018219b5e
3
+ size 3579