Text Generation
Transformers
PyTorch
English
llama
Inference Endpoints
text-generation-inference
dolphin-2.2-yi-34b-5.0bpw-h6-exl2 / special_tokens_map.json
LoneStriker's picture
ExLLaMA V2 quant of dolphin-2.2-yi-34b-5.0bpw-h6-exl2
802c81e
{
"bos_token": {
"content": "<|startoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}