File size: 470 Bytes
9389bd3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
{
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "</s>",
"unk_token": "<unk>",
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>",
"<|action_start|>",
"<|action_end|>",
"<|end_of_user|>",
"<|end_of_system|>",
"<|end_of_assistant|>",
"<|end_of_func_call|>",
"<|end_of_func_ret|>",
"<|end_of_thought|>",
"<|end_of_image|>",
"<|end_of_audio|>",
"<|end_of_video|>",
"<|end_of_moss|>"
]
}
|