gbenson commited on
Commit
85a0b70
1 Parent(s): 10f6ed4

Switch to cased base model

Browse files
Files changed (3) hide show
  1. tokenizer.json +0 -0
  2. tokenizer_config.json +1 -1
  3. vocab.txt +0 -0
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -109,7 +109,7 @@
109
  "bos_token": "[BOS]",
110
  "clean_up_tokenization_spaces": true,
111
  "cls_token": "[CLS]",
112
- "do_lower_case": true,
113
  "eos_token": "[EOS]",
114
  "mask_token": "[MASK]",
115
  "model_max_length": 512,
 
109
  "bos_token": "[BOS]",
110
  "clean_up_tokenization_spaces": true,
111
  "cls_token": "[CLS]",
112
+ "do_lower_case": false,
113
  "eos_token": "[EOS]",
114
  "mask_token": "[MASK]",
115
  "model_max_length": 512,
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff