Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -2
tokenizer_config.json
CHANGED
|
@@ -5,7 +5,6 @@
|
|
| 5 |
"clean_up_tokenization_spaces": true,
|
| 6 |
"cls_token": "<s>",
|
| 7 |
"eos_token": "</s>",
|
| 8 |
-
"extra_special_tokens": [],
|
| 9 |
"is_local": false,
|
| 10 |
"mask_token": "<mask>",
|
| 11 |
"max_length": 512,
|
|
@@ -21,4 +20,4 @@
|
|
| 21 |
"truncation_side": "right",
|
| 22 |
"truncation_strategy": "longest_first",
|
| 23 |
"unk_token": "<unk>"
|
| 24 |
-
}
|
|
|
|
| 5 |
"clean_up_tokenization_spaces": true,
|
| 6 |
"cls_token": "<s>",
|
| 7 |
"eos_token": "</s>",
|
|
|
|
| 8 |
"is_local": false,
|
| 9 |
"mask_token": "<mask>",
|
| 10 |
"max_length": 512,
|
|
|
|
| 20 |
"truncation_side": "right",
|
| 21 |
"truncation_strategy": "longest_first",
|
| 22 |
"unk_token": "<unk>"
|
| 23 |
+
}
|