theguru666 commited on
Commit
077a791
1 Parent(s): 00d8ef4

do_lower_case false

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -2,7 +2,7 @@
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
  "do_basic_tokenize": true,
5
- "do_lower_case": true,
6
  "full_tokenizer_file": null,
7
  "mask_token": "[MASK]",
8
  "max_len": 512,
 
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
  "do_basic_tokenize": true,
5
+ "do_lower_case": false,
6
  "full_tokenizer_file": null,
7
  "mask_token": "[MASK]",
8
  "max_len": 512,