Text Generation
Transformers
PyTorch
llama
Inference Endpoints
text-generation-inference
PuddleJumper-13b-V2 / special_tokens_map.json
totally-not-an-llm's picture
Update special_tokens_map.json
3049f7d
{
"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
}
}