starchat-beta-GPTQ / dialogue_template.json
TheBloke's picture
Initial GPTQ model commit
87438a0
raw
history blame contribute delete
No virus
255 Bytes
{
"system": "",
"messages": null,
"system_token": "<|system|>",
"system_format": "standard",
"user_token": "<|user|>",
"assistant_token": "<|assistant|>",
"end_token": "<|end|>",
"mid_str": "\n",
"end_str": "\n",
"extra_end_text": ""
}