supermy commited on
Commit
7a62b64
1 Parent(s): f875e26

Upload tokenizer

Browse files
special_tokens_map.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "pad_token": "[PAD]"
3
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "add_special_token": false,
3
+ "lowercase": true,
4
+ "pad_token": "[PAD]",
5
+ "tokenizer_class": "PreTrainedTokenizerFast"
6
+ }