TheBloke commited on
Commit
09a1e99
1 Parent(s): 60268a3

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
+ "<pad>": 32000,
3
+ "<|diff_marker|>": 32004,
4
+ "<|im_end|>": 32002,
5
+ "<|im_sep|>": 32003,
6
+ "<|im_start|>": 32001
7
+ }