Text Generation
Transformers
PyTorch
llama
conversational
text-generation-inference
Llama-3.1-8B / special_tokens_map.json
yapeichang's picture
Upload special_tokens_map.json with huggingface_hub
d2fd410 verified
{
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": "<|eot_id|>",
"pad_token": "[PAD]"
}