MathCoder-CL-34B / special_tokens_map.json
MathLLM's picture
Add model and tokenizer files
c9b828e
{
"additional_special_tokens": [
"<|system|>",
"<|user|>",
"<|assistant|>",
"<|endofmessage|>",
"<|text|>",
"<|code|>",
"<|execution|>",
"<|endofblock|>"
],
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": "</s>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}