CoolFace
Modelpublic

RESMP-DEV/LFM2.5-Encoder-230M-Code-MXFP4-GPTQ

sourceHugging Faceotherupdated 2mo agoView on Hugging Face
0likes29downloads
tokenizer_config.json13 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  "local_files_only": false,8  "mask_token": "<|mask|>",9  "model_max_length": 1000000000000000019884624838656,10  "pad_token": "<|pad|>",11  "tokenizer_class": "TokenizersBackend"12}13