CodVa-1-Small / tokenizer_config.json
Bc-AI's picture
Update tokenizer_config.json
a7c9c11 verified
Raw
History Blame Contribute Delete
561 Bytes
{
"tokenizer_class": "PreTrainedTokenizerFast",
"model_max_length": 2048,
"padding_side": "right",
"truncation_side": "right",
"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|>"
]
}