LFM2.5-VL-3B-MLX-4bit / tokenizer_config.json
samuelstevens's picture
Initial release
6720d37
Raw
History Blame Contribute Delete
950 Bytes
{
"backend": "tokenizers",
"bos_token": "<|startoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|im_end|>",
"image_end_token": "<|image_end|>",
"image_start_token": "<|image_start|>",
"image_thumbnail": "<|img_thumbnail|>",
"image_token": "<image>",
"is_local": true,
"legacy": false,
"local_files_only": true,
"max_length": null,
"model_max_length": 1000000000000000019884624838656,
"model_specific_special_tokens": {
"image_end_token": "<|image_end|>",
"image_start_token": "<|image_start|>",
"image_thumbnail": "<|img_thumbnail|>",
"image_token": "<image>"
},
"pad_to_multiple_of": null,
"pad_token": "<|pad|>",
"pad_token_type_id": 0,
"padding_side": "left",
"processor_class": "Lfm2VlProcessor",
"return_token_type_ids": false,
"spaces_between_special_tokens": false,
"tokenizer_class": "TokenizersBackend",
"use_default_system_prompt": false,
"use_fast": true
}