LFM2-VL-1.6B-8bit / tokenizer_config.json
prince-canuma's picture
Upload folder using huggingface_hub
294b90e verified
raw
history blame contribute delete
959 Bytes
{
"additional_special_tokens": null,
"auto_map": {
"AutoProcessor": "processing_lfm2_vl.Lfm2VlProcessor"
},
"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,
"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_token": "<|pad|>",
"processor_class": "Lfm2VlProcessor",
"return_token_type_ids": false,
"sp_model_kwargs": {},
"spaces_between_special_tokens": false,
"tokenizer_class": "TokenizersBackend",
"use_default_system_prompt": false,
"use_fast": true
}