TheBloke commited on
Commit
a8e1f3a
1 Parent(s): 4376bc8

Initial GPTQ model commit

Browse files
Files changed (1) hide show
  1. added_tokens.json +9 -0
added_tokens.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "<CLS>": 32016,
3
+ "<EOD>": 32018,
4
+ "<MASK>": 32019,
5
+ "<PAD>": 32020,
6
+ "<SEP>": 32017,
7
+ "<|im_end|>": 32022,
8
+ "<|im_start|>": 32021
9
+ }