cartesinus commited on
Commit
18c1232
1 Parent(s): 1d87b8d

Training in progress, step 500

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