macabdul9 commited on
Commit
5d21967
·
1 Parent(s): 811fc07

Upload tokenizer

Browse files
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<unk>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": false
10
+ }
11
+ },
12
+ "additional_special_tokens": [],
13
+ "clean_up_tokenization_spaces": true,
14
+ "model_max_length": 1000000000000000019884624838656,
15
+ "tokenizer_class": "PreTrainedTokenizerFast"
16
+ }