TheBloke commited on
Commit
011147d
1 Parent(s): 60e60e8

Initial GPTQ model commit

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +4 -0
special_tokens_map.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "eos_token": "<|endoftext|>",
3
+ "pad_token": "<|endoftext|>"
4
+ }