BusyBeaver-50M / special_tokens_map.json
DJLougen's picture
Upload folder using huggingface_hub
32f947d verified
{
"bos_token": "<s>",
"eos_token": "</s>",
"unk_token": "<unk>",
"pad_token": "<pad>",
"additional_special_tokens": [
"<busybeaver_task>",
"</busybeaver_task>",
"<tool_schema>",
"</tool_schema>",
"<|system|>",
"<|goal|>",
"<|state|>",
"<|tools|>",
"<|output_schema|>",
"<|assistant|>"
]
}