olmo3-190m-zh-continue / tokenizer_config.json
complexly's picture
llm001 L04 Continue
0fc302e verified
raw
history blame contribute delete
300 Bytes
{
"backend": "tokenizers",
"bos_token": "<|bos|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|endoftext|>",
"is_local": true,
"local_files_only": false,
"model_max_length": 4096,
"pad_token": "<|pad|>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<|unk|>"
}