wikitext-tokenizer / tokenizer_config.json
finiteautomata's picture
Upload tokenizer
426f5e1
raw
history blame contribute delete
265 Bytes
{
"clean_up_tokenization_spaces": true,
"cls_token": "<s>",
"mask_token": "<mask>",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"sep_token": "</s>",
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "<unk>"
}