tohio commited on
Commit
8a5084c
·
verified ·
1 Parent(s): d0ea43a

Fix tokenizer layout and remote code auto_map

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +6 -0
special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<BOS>",
3
+ "eos_token": "<EOS>",
4
+ "unk_token": "<UNK>",
5
+ "pad_token": "<PAD>"
6
+ }