DeepSeek-Coder-Instruct-8x1.3b / special_tokens_map.json
SanjiWatsuki's picture
Upload folder using huggingface_hub
a24af6d verified
raw
history blame contribute delete
No virus
351 Bytes
{
"bos_token": {
"content": "<|begin▁of▁sentence|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|EOT|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": "<|begin▁of▁sentence|>"
}