Text Generation
Transformers
Safetensors
English
German
llama
custom_code
text-generation-inference
4-bit precision
gptq
leo-hessianai-13B-chat-bilingual-GPTQ / special_tokens_map.json
TheBloke's picture
GPTQ model commit
0d73d55
{
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>"
],
"bos_token": "<|im_start|>",
"cls_token": "<CLS>",
"eos_token": "<|im_end|>",
"mask_token": "<MASK>",
"pad_token": "<PAD>",
"sep_token": "<SEP>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}