Files
Yumo-nano/tokenizer_config.json

17 lines
446 B
JSON
Raw Normal View History

{
"add_prefix_space": null,
"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": 24576,
"pad_token": "<|vision_pad|>",
"padding_side": "left",
"sp_model_kwargs": {},
"tokenizer_class": "TokenizersBackend",
"unk_token": null,
"use_default_system_prompt": false
}