DeepSeek-R1-STEM-Coder-7B / tokenizer_config.json
Anannta's picture
Upload tokenizer_config.json with huggingface_hub
2532b16 verified
Raw
History Blame Contribute Delete
367 Bytes
{
"backend": "tokenizers",
"bos_token": "<|begin▁of▁sentence|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|end▁of▁sentence|>",
"is_local": false,
"legacy": true,
"model_max_length": 16384,
"pad_token": "<|end▁of▁sentence|>",
"sp_model_kwargs": {},
"tokenizer_class": "Qwen2TokenizerFast",
"unk_token": null
}