CoolFace
Modelpublic

mmmino/TrackLM

sourceHugging Facellama3.2updated 17d agoView on Hugging Face
0likes
tokenizer_config.json15 linesDownload Raw Back to planner
1{2  "backend": "tokenizers",3  "bos_token": "<|begin_of_text|>",4  "clean_up_tokenization_spaces": true,5  "eos_token": "<|end_of_text|>",6  "is_local": true,7  "local_files_only": false,8  "model_input_names": [9    "input_ids",10    "attention_mask"11  ],12  "model_max_length": 131072,13  "tokenizer_class": "TokenizersBackend"14}15