lockiultra commited on
Commit
5523e29
·
1 Parent(s): 99a507e

Upload 3 files

Browse files
Files changed (2) hide show
  1. tokenizer_config.json +3 -1
  2. vocab.txt +0 -0
tokenizer_config.json CHANGED
@@ -1,9 +1,11 @@
1
  {
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
- "do_lower_case": false,
 
5
  "mask_token": "[MASK]",
6
  "model_max_length": 512,
 
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
9
  "strip_accents": null,
 
1
  {
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
+ "do_basic_tokenize": true,
5
+ "do_lower_case": true,
6
  "mask_token": "[MASK]",
7
  "model_max_length": 512,
8
+ "never_split": null,
9
  "pad_token": "[PAD]",
10
  "sep_token": "[SEP]",
11
  "strip_accents": null,
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff