TheBloke commited on
Commit
d9032d9
1 Parent(s): 6dff68e

Initial GPTQ model commit

Browse files
Files changed (1) hide show
  1. added_tokens.json +7 -0
added_tokens.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "<|assistant|>": 32002,
3
+ "<|prefix_begin|>": 32004,
4
+ "<|prefix_end|>": 32003,
5
+ "<|prompter|>": 32001,
6
+ "<|system|>": 32000
7
+ }