TheBloke commited on
Commit
eb29b52
1 Parent(s): 717de80

GPTQ model commit

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +5 -0
special_tokens_map.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "eos_token": "</s>",
4
+ "unk_token": "<unk>"
5
+ }