CoolFace
Modelpublic

ROE-Defense/architect

sourceHugging Facellama3.2updated 8mo agoView on Hugging Face
0likes16downloads
tokenizer_config.json14 linesDownload Raw Back to root
1{2  "backend": "tokenizers",3  "bos_token": "<|begin_of_text|>",4  "clean_up_tokenization_spaces": true,5  "eos_token": "<|eot_id|>",6  "is_local": true,7  "model_input_names": [8    "input_ids",9    "attention_mask"10  ],11  "model_max_length": 131072,12  "tokenizer_class": "TokenizersBackend"13}14