Text Generation
Transformers
PyTorch
English
llama
Inference Endpoints
text-generation-inference
OpenOrca-Platypus2-13B / special_tokens_map.json
winglian's picture
Update special_tokens_map.json
04e2288
{
"additional_special_tokens": [
"<|end_of_turn|>",
"<|PAD|>"
],
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": "</s>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}