CoolFace
Modelpublic

euforic/LFM2-2.6B-Transcript-4bit-mlx

sourceHugging Faceotherupdated 7mo agoView on Hugging Face
0likes15downloads
tokenizer_config.json21 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  "model_input_names": [9    "input_ids",10    "attention_mask"11  ],12  "model_max_length": 1000000000000000019884624838656,13  "pad_token": "<|pad|>",14  "sp_model_kwargs": {},15  "spaces_between_special_tokens": false,16  "tokenizer_class": "TokenizersBackend",17  "tool_parser_type": "pythonic",18  "use_default_system_prompt": false,19  "use_fast": true20}21