TheBloke commited on
Commit
87438a0
1 Parent(s): 2e4c676

Initial GPTQ model commit

Browse files
Files changed (1) hide show
  1. dialogue_template.json +12 -0
dialogue_template.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "system": "",
3
+ "messages": null,
4
+ "system_token": "<|system|>",
5
+ "system_format": "standard",
6
+ "user_token": "<|user|>",
7
+ "assistant_token": "<|assistant|>",
8
+ "end_token": "<|end|>",
9
+ "mid_str": "\n",
10
+ "end_str": "\n",
11
+ "extra_end_text": ""
12
+ }