deepseek-math-7b-base-4bit / tokenizer_config.json
powidla's picture
Upload 6 files
a34c537 verified
raw
history blame contribute delete
320 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": 4096,
"sp_model_kwargs": {},
"tokenizer_class": "TokenizersBackend",
"unk_token": null
}