bpe_pt / tokenizer_config.json
guilhermelmello's picture
Upload tokenizer
35ed729
raw
history blame
268 Bytes
{
"clean_up_tokenization_spaces": true,
"cls_token": "<cls>",
"eos_token": "<eos>",
"mask_token": "<mask>",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"sep_token": "<sep>",
"tokenizer_class": "PreTrainedTokenizerFast"
}