Text Generation
Transformers
PyTorch
English
llama
conversational
text-generation-inference
Inference Endpoints
llama-3-tulu-2-dpo-8b / special_tokens_map.json
hamishivi's picture
Upload 3 files
5c45008 verified
raw
history blame contribute delete
No virus
439 Bytes
{
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}