Upload tokenizer.json
Browse files- tokenizer.json +18 -0
tokenizer.json
CHANGED
@@ -328,17 +328,35 @@
|
|
328 |
}
|
329 |
],
|
330 |
"pair": [
|
|
|
|
|
|
|
|
|
|
|
|
|
331 |
{
|
332 |
"Sequence": {
|
333 |
"id": "A",
|
334 |
"type_id": 0
|
335 |
}
|
336 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
337 |
{
|
338 |
"Sequence": {
|
339 |
"id": "B",
|
340 |
"type_id": 1
|
341 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
342 |
}
|
343 |
],
|
344 |
"special_tokens": {
|
|
|
328 |
}
|
329 |
],
|
330 |
"pair": [
|
331 |
+
{
|
332 |
+
"SpecialToken": {
|
333 |
+
"id": "<cls>",
|
334 |
+
"type_id": 0
|
335 |
+
}
|
336 |
+
},
|
337 |
{
|
338 |
"Sequence": {
|
339 |
"id": "A",
|
340 |
"type_id": 0
|
341 |
}
|
342 |
},
|
343 |
+
{
|
344 |
+
"SpecialToken": {
|
345 |
+
"id": "<eos>",
|
346 |
+
"type_id": 0
|
347 |
+
}
|
348 |
+
},
|
349 |
{
|
350 |
"Sequence": {
|
351 |
"id": "B",
|
352 |
"type_id": 1
|
353 |
}
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"SpecialToken": {
|
357 |
+
"id": "<eos>",
|
358 |
+
"type_id": 1
|
359 |
+
}
|
360 |
}
|
361 |
],
|
362 |
"special_tokens": {
|