Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
},
|
20 |
"additional_special_tokens": [],
|
21 |
"clean_up_tokenization_spaces": true,
|
22 |
-
"do_lower_case":
|
23 |
"eos_token": "</s>",
|
24 |
"model_max_length": 64,
|
25 |
"pad_token": "</s>",
|
|
|
19 |
},
|
20 |
"additional_special_tokens": [],
|
21 |
"clean_up_tokenization_spaces": true,
|
22 |
+
"do_lower_case": false,
|
23 |
"eos_token": "</s>",
|
24 |
"model_max_length": 64,
|
25 |
"pad_token": "</s>",
|