ARES-Nano-SLM / tokenizer_config.json
ProjetoAres's picture
Upload folder using huggingface_hub
50a5d66 verified
{
"backend": "tokenizers",
"bos_token": "<|im_start|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|im_end|>",
"is_local": true,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<|endoftext|>"
}