Text Generation
Transformers
PyTorch
Chinese
English
llama
llama2
Eval Results
Inference Endpoints
text-generation-inference
yuren-13b-chatml / special_tokens_map.json
0xDing's picture
first commit
2e91355
{
"additional_special_tokens": [
"<pad>",
"<|im_start|>",
"<|im_end|>"
],
"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": {
"content": "<pad>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}