CodVa-1-Small / special_tokens_map.json
Bc-AI's picture
Create special_tokens_map.json
559e55a
Raw
History Blame Contribute Delete
428 Bytes
{
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"unk_token": "<|endoftext|>",
"pad_token": "<|endoftext|>",
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>",
"<|code_start|>",
"<|code_end|>",
"<|math_start|>",
"<|math_end|>",
"<|solution|>",
"<|doc_end|>",
"<|domain_code|>",
"<|domain_math|>",
"<|domain_general|>",
"<|domain_reasoning|>"
]
}