Files
internlm2-math-20b/special_tokens_map.json

15 lines
257 B
JSON
Raw Permalink Normal View History

2024-01-26 13:14:07 +00:00
{
2024-02-26 12:22:08 +08:00
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>",
"<|action_start|>",
"<|action_end|>",
"<|interpreter|>",
"<|plugin|>"
],
2024-01-26 13:14:07 +00:00
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "</s>",
"unk_token": "<unk>"
}