Text Generation
Transformers
Safetensors
English
German
mistral
conversational
text-generation-inference
4-bit precision
gptq
Leo-Mistral-Hessianai-7B-Chat-GPTQ / special_tokens_map.json
TheBloke's picture
GPTQ model commit
ca37c57
raw history blame
No virus
276 Bytes
{
"additional_special_tokens": [
"<unk>",
"<s>",
"</s>",
"<|im_start|>",
"<|im_end|>"
],
"bos_token": "<s>",
"cls_token": "</s>",
"eos_token": "</s>",
"mask_token": "</s>",
"pad_token": "</s>",
"sep_token": "</s>",
"unk_token": "<unk>"
}