functionary-7b-v1.4 / special_tokens_map.json
jeffreymeetkai's picture
Upload folder using huggingface_hub
2ac9227
raw
history blame contribute delete
344 Bytes
{
"additional_special_tokens": [
"<unk>",
"<s>",
"</s>",
"<|END_OF_FUNCTION_RESULT|>",
"<|END_OF_USER|>",
"<|END_OF_ASSISTANT|>",
"<|END_OF_SYSTEM|>",
"<|END_OF_FUNCTION_CALL|>",
"<|START_OF_FUNCTION_CALL|>"
],
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "</s>",
"unk_token": "<unk>"
}