tochkamg commited on
Commit
5cfae23
·
verified ·
1 Parent(s): eb8ed57

Upload 3 files

Browse files

tokenizers are added

Files changed (3) hide show
  1. tokenizer.json +0 -0
  2. tokenizer_config.json +1 -0
  3. vocab.txt +0 -0
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "do_lower_case": true, "strip_accents": false, "tokenize_chinese_chars": false}
vocab.txt ADDED
The diff for this file is too large to render. See raw diff