mmmino/TrackLM
0
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 