char-core / tokenizer_config.json
appvoid's picture
Upload tokenizer
ef2238a verified
Raw
History Blame Contribute Delete
221 Bytes
{
"backend": "tokenizers",
"bos_token": "<bos>",
"eos_token": "<eos>",
"is_local": true,
"local_files_only": false,
"model_max_length": 4096,
"pad_token": "<pad>",
"tokenizer_class": "TokenizersBackend"
}