File size: 606 Bytes
6ccfa3b dab7200 6ccfa3b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"backend": "tokenizers",
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"extra_special_tokens": [
"<|im_start|>",
"<|im_end|>",
"<|tool_call|>",
"<|/tool_call|>",
"<|tool_response|>",
"<|begin_of_thought|>",
"<|end_of_thought|>",
"<|reserved_0|>",
"<|reserved_1|>"
],
"is_local": false,
"local_files_only": false,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|endoftext|>",
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "<|endoftext|>"
} |