Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -58,7 +58,7 @@
|
|
58 |
}
|
59 |
},
|
60 |
"bos_token": "(BOS)",
|
61 |
-
"clean_up_tokenization_spaces":
|
62 |
"eos_token": "(EOS)",
|
63 |
"mask_token": "(MASK)",
|
64 |
"model_max_length": 1000000000000000019884624838656,
|
|
|
58 |
}
|
59 |
},
|
60 |
"bos_token": "(BOS)",
|
61 |
+
"clean_up_tokenization_spaces": false,
|
62 |
"eos_token": "(EOS)",
|
63 |
"mask_token": "(MASK)",
|
64 |
"model_max_length": 1000000000000000019884624838656,
|