CoolFace
Modelpublic

LiquidAI/LFM2.5-VL-3B

sourceHugging Faceotherupdated 16h agoView on Hugging Face
213likes25kdownloads
tokenizer_config.json19 linesDownload Raw Back to root
1{2  "backend": "tokenizers",3  "bos_token": "<|startoftext|>",4  "clean_up_tokenization_spaces": false,5  "eos_token": "<|im_end|>",6  "is_local": true,7  "legacy": false,8  "local_files_only": false,9  "max_length": null,10  "model_max_length": 1000000000000000019884624838656,11  "pad_to_multiple_of": null,12  "pad_token": "<|pad|>",13  "pad_token_type_id": 0,14  "padding_side": "left",15  "processor_class": "Lfm2VlProcessor",16  "tokenizer_class": "TokenizersBackend",17  "use_default_system_prompt": false18}19