DeepSeek-R1-Legal-QA / tokenizer_config.json
mariamffatima's picture
Upload tokenizer
a9d19f5 verified
raw
history blame contribute delete
366 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,
"pad_token": "<|end▁of▁sentence|>",
"sp_model_kwargs": {},
"tokenizer_class": "TokenizersBackend",
"unk_token": null
}