Bakht Ullah
commited on
Commit
•
84cadf1
1
Parent(s):
34b2b65
Upload tokenizer
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -19,9 +19,9 @@
|
|
19 |
"single_word": false
|
20 |
},
|
21 |
"errors": "replace",
|
|
|
22 |
"model_max_length": 1024,
|
23 |
"pad_token": null,
|
24 |
-
"padding": "max_length",
|
25 |
"processor_class": "WhisperProcessor",
|
26 |
"return_attention_mask": false,
|
27 |
"tokenizer_class": "WhisperTokenizer",
|
|
|
19 |
"single_word": false
|
20 |
},
|
21 |
"errors": "replace",
|
22 |
+
"max_length": 0.3,
|
23 |
"model_max_length": 1024,
|
24 |
"pad_token": null,
|
|
|
25 |
"processor_class": "WhisperProcessor",
|
26 |
"return_attention_mask": false,
|
27 |
"tokenizer_class": "WhisperTokenizer",
|