Text Generation
Transformers
English
llama
code
llama2
text-generation-inference
Inference Endpoints
Llama-Engineer-Evol-7b / special_tokens_map.json
vshenoy's picture
Upload tokenizer
f888d84
raw
history blame contribute delete
No virus
434 Bytes
{
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": "</s>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}