mike23415 commited on
Commit
1f85877
·
verified ·
1 Parent(s): 37ba7a2

Create special_tokens_map.json

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
+ "pad_token": "<PAD>",
3
+ "bos_token": "<BOS>",
4
+ "eos_token": "<EOS>",
5
+ "unk_token": "<UNK>"
6
+ }