Bank1M / tokenizer_config.json
Nano2527's picture
Upload 8 files
e29db74 verified
Raw
History Blame Contribute Delete
489 Bytes
{
"add_prefix_space": null,
"backend": "tokenizers",
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|endoftext|>",
"extra_special_tokens": [
"<|im_start|>",
"<|im_end|>",
"<|system|>",
"<|user|>",
"<|assistant|>"
],
"is_local": true,
"local_files_only": false,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|pad|>",
"tokenizer_class": "Qwen2Tokenizer",
"unk_token": "<|endoftext|>"
}