TinyLlama-1.1B-Chat-v1.0-Q8-mlx / special_tokens_map.json
pcuenq's picture
pcuenq HF staff
dcf212785a170e6a1eeb35ef7d83c5f70777cccbb340f128481b5e0e6f780acb
440661f verified
raw
history blame
551 Bytes
{
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}