iyaja commited on
Commit
92cad50
1 Parent(s): e84dc8b

add tokenizer

Browse files
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"max_len_single_sentence": 512, "tokenizer_class": "PreTrainedTokenizerFast"}