Text Generation
Transformers
PyTorch
English
llama
llama 2
smol_llama
Inference Endpoints
text-generation-inference
smol_llama-220M-GQA-32k-theta-sft / special_tokens_map.json
Doctor-Shotgun's picture
Upload folder using huggingface_hub
dba9dd5
{
"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
}
}