File size: 459 Bytes
0c9aadd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | {
"vocab_size": 32000,
"model_max_length": 2048,
"tokenizer_class": "PreTrainedTokenizerFast",
"bos_token": "<bos>",
"eos_token": "<eos>",
"pad_token": "<pad>",
"unk_token": "<unk>",
"additional_special_tokens": [
"<think>",
"</think>",
"<step>",
"</step>",
"<answer>",
"</answer>",
"<equation>",
"</equation>",
"<op>",
"</op>",
"<lang>",
"</lang>"
],
"clean_up_tokenization_spaces": false
} |