Text Generation
Transformers
English
llama
smol_llama
llama2
Eval Results
Inference Endpoints
text-generation-inference
smol_llama-220M-GQA-bpw4.2 / special_tokens_map.json
blockblockblock's picture
Upload folder using huggingface_hub
11cd7a0 verified
{
"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
}
}