TheBloke commited on
Commit
1880771
1 Parent(s): 687ecab

Initial GPTQ model commit

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