phi-3.1-alpaca / special_tokens_map.json
ndavidson's picture
Upload folder using huggingface_hub
229f2b2 verified
raw
history blame contribute delete
No virus
273 Bytes
{
"bos_token": "<s>",
"eos_token": [
"<|endoftext|>",
"<|assistant|>",
"<|end|>"
],
"pad_token": "<|endoftext|>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}