Text Generation
Transformers
Safetensors
English
llama
conversational
text-generation-inference
Inference Endpoints
panda-coder-13B / special_tokens_map.json
lucifertrj's picture
Upload folder using huggingface_hub
9e6cbe8 verified
raw
history blame contribute delete
No virus
538 Bytes
{
"additional_special_tokens": [
"▁<PRE>",
"▁<MID>",
"▁<SUF>",
"▁<EOT>"
],
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "</s>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}