MistralOrca-7B-BankingSupport / special_tokens_map.json
rohanbalkondekar's picture
Upload folder using huggingface_hub
ba3b411
raw
history blame contribute delete
No virus
206 Bytes
{
"additional_special_tokens": [
"<unk>",
"<s>",
"</s>",
"<|im_end|>",
"<|im_start|>"
],
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "</s>",
"unk_token": "<unk>"
}