BertMLM_wikitext / tokenizer_config.json
SophieArnoult's picture
Update tokenizer_config.json
5573a56 verified
Raw
History Blame Contribute Delete
320 Bytes
{
"backend": "tokenizers",
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|endoftext|>",
"pad_token": "<|endoftext|>",
"is_local": false,
"local_files_only": false,
"model_max_length": 1000000000000000019884624838656,
"tokenizer_class": "PreTrainedTokenizerFast"
}