Update tokenizer_config.json
Browse files- tokenizer_config.json +2 -2
tokenizer_config.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
-
"bos_token":
|
3 |
"clean_up_tokenization_spaces": true,
|
4 |
"do_lower_case": false,
|
5 |
-
"eos_token":
|
6 |
"model_max_length": 1000000000000000019884624838656,
|
7 |
"pad_token": "[PAD]",
|
8 |
"processor_class": "Wav2Vec2Processor",
|
|
|
1 |
{
|
2 |
+
"bos_token": null,
|
3 |
"clean_up_tokenization_spaces": true,
|
4 |
"do_lower_case": false,
|
5 |
+
"eos_token": null,
|
6 |
"model_max_length": 1000000000000000019884624838656,
|
7 |
"pad_token": "[PAD]",
|
8 |
"processor_class": "Wav2Vec2Processor",
|