kkuramitsu
commited on
Commit
•
a1ed47b
1
Parent(s):
bca986a
Upload 3 files
Browse files- tokenizer_config.json +2 -1
tokenizer_config.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
{
|
2 |
"additional_special_tokens": [],
|
3 |
-
"clean_up_tokenization_spaces":
|
|
|
4 |
"eos_token": "</s>",
|
5 |
"extra_ids": 0,
|
6 |
"legacy": true,
|
|
|
1 |
{
|
2 |
"additional_special_tokens": [],
|
3 |
+
"clean_up_tokenization_spaces": false,
|
4 |
+
"do_lower_case": false,
|
5 |
"eos_token": "</s>",
|
6 |
"extra_ids": 0,
|
7 |
"legacy": true,
|