Phi-3.5-MoE-instruct-4bit / special_tokens_map.json
prince-canuma's picture
8abccc25dd51333ceaa86dc2afd95b91c0da04dc87297374b52fc50a0446ada5
87db4c8 verified
raw
history blame
No virus
569 Bytes
{
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}