CoolFace
Modelpublic

darshanjethani1/Final_Speaking_Model

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes2downloads
tokenizer_config.json15 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  "pad_token": "<|eot_id|>",13  "tokenizer_class": "TokenizersBackend"14}15