Text Generation
Transformers
PyTorch
Safetensors
English
llama
conversational
text-generation-inference
TinyLlama-1.1B-32k-Instruct / special_tokens_map.json
Doctor-Shotgun's picture
Upload folder using huggingface_hub
d8337a8
{
"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
}
}