theguru666
commited on
Commit
•
077a791
1
Parent(s):
00d8ef4
do_lower_case false
Browse files- 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":
|
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,
|