Text Generation
Transformers
PyTorch
English
llama
text-generation-inference
Inference Endpoints
LlongOrca-7B-16k / special_tokens_map.json
winglian's picture
Update special_tokens_map.json
691c97f
raw
history blame contribute delete
No virus
328 Bytes
{
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": "<|im_end|>",
"pad_token": "<unk>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}