needle / special_tokens_map.json
jakmro's picture
Merge HF-format model into repo (config.json keeps JAX identity under jax_config)
b2fa9f5 verified
Raw
History Blame Contribute Delete
168 Bytes
{
"additional_special_tokens": [
"<tool_call>",
"<tools>"
],
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "<pad>",
"unk_token": "<unk>"
}