mistral_7b_zephyr / special_tokens_map.json
hbXNov's picture
Add files using upload-large-folder tool
7efe62d verified
raw
history blame contribute delete
171 Bytes
{
"additional_special_tokens": [
"<unk>",
"<s>",
"</s>"
],
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "<|pad|>",
"unk_token": "<unk>"
}