TheBloke commited on
Commit
8ef30b6
1 Parent(s): a9d002c

Initial GPTQ model commit

Browse files
Files changed (1) hide show
  1. added_tokens.json +6 -0
added_tokens.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "<pad>": 32000,
3
+ "<|im_end|>": 32002,
4
+ "<|im_start|>": 32001,
5
+ "<|system|>": 32003
6
+ }