root39058 commited on
Commit
e454592
·
verified ·
1 Parent(s): 32143f5

Create special_tokens_map.json

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
+ "pad_token": "[PAD]",
3
+ "unk_token": "[UNK]"
4
+ }