TrinityVLM-Nano / tokenizer_config.json
NyxKrage's picture
Upload folder using huggingface_hub
19f7733 verified
{
"add_prefix_space": null,
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"extra_special_tokens": [
"<|vision_start|>",
"<|vision_end|>",
"<|image_pad|>"
],
"fix_mistral_regex": true,
"is_local": true,
"model_max_length": 65536,
"pad_token": "<|pad|>",
"tokenizer_class": "TokenizersBackend",
"use_default_system_prompt": false
}