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