CoolFace
Modelpublic

pathcosmos/EVAFRILL-Mo-3B

sourceHugging Facemitupdated 6mo agoView on Hugging Face
1likes30downloads
tokenizer_config.json10 linesDownload Raw Back to root
1{2  "model_type": "evafrill-mo",3  "tokenizer_class": "PreTrainedTokenizerFast",4  "bos_token": "<s>",5  "eos_token": "</s>",6  "unk_token": "<unk>",7  "pad_token": "<pad>",8  "clean_up_tokenization_spaces": false,9  "chat_template": "<|user|>\n{{ message }}\n<|assistant|>\n"10}