TheBloke commited on
Commit
4da4935
1 Parent(s): 0943f46

Initial GPTQ model commit

Browse files
Files changed (1) hide show
  1. added_tokens.json +4 -0
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "<pad>": 32000,
3
+ "[PAD]": 32001
4
+ }