ChapGTP / tokenizer_config.json
mwhanna's picture
Upload tokenizer
445bf93
raw
history blame contribute delete
313 Bytes
{
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"eos_token": "</s>",
"mask_token": "<mask>",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"sep_token": "[SEP]",
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "<unk>"
}