michel-tiny / tokenizer_config.json
finnianx's picture
Update tokenizer_config.json
13327ca verified
Raw
History Blame Contribute Delete
201 Bytes
{
"backend": "tokenizers",
"bos_token": "<s>",
"eos_token": "<|im_end|>",
"is_local": true,
"model_max_length": 1024,
"pad_token": "<pad>",
"tokenizer_class": "PreTrainedTokenizerFast"
}