TinyMixtral-32x248M / special_tokens_map.json
SanjiWatsuki's picture
Upload folder using huggingface_hub
2b448ac verified
raw
history blame contribute delete
527 Bytes
{
"additional_special_tokens": [
"<|ASSISTANT|>",
"<|USER|>"
],
"bos_token": {
"content": "<|bos|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<|bos|>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}