DiffuCoder-7B-Instruct-ov-int8 / special_tokens_map.json
naranor's picture
Add files using upload-large-folder tool
815222b verified
Raw
History Blame Contribute Delete
677 Bytes
{
"additional_special_tokens": [
"<|beginoftext|>",
"<|mask|>",
"<|im_end|>"
],
"bos_token": {
"content": "<|beginoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"mask_token": {
"content": "<|mask|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|dlm_pad|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}