dagim commited on
Commit
45c52e2
·
1 Parent(s): fa2bf1a

Upload tokenizer

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +3 -1
special_tokens_map.json CHANGED
@@ -1 +1,3 @@
1
- {}
 
 
 
1
+ {
2
+ "pad_token": "[PAD]"
3
+ }