Upload tokenizer
Browse files- tokenizer_config.json +1 -2
tokenizer_config.json
CHANGED
@@ -19,13 +19,12 @@
|
|
19 |
},
|
20 |
"errors": "replace",
|
21 |
"model_max_length": 1024,
|
22 |
-
"name_or_path": "
|
23 |
"pad_token": null,
|
24 |
"processor_class": "WhisperProcessor",
|
25 |
"return_attention_mask": false,
|
26 |
"special_tokens_map_file": null,
|
27 |
"tokenizer_class": "WhisperTokenizer",
|
28 |
-
"trust_remote_code": false,
|
29 |
"unk_token": {
|
30 |
"__type": "AddedToken",
|
31 |
"content": "<|endoftext|>",
|
|
|
19 |
},
|
20 |
"errors": "replace",
|
21 |
"model_max_length": 1024,
|
22 |
+
"name_or_path": "openai/whisper-small",
|
23 |
"pad_token": null,
|
24 |
"processor_class": "WhisperProcessor",
|
25 |
"return_attention_mask": false,
|
26 |
"special_tokens_map_file": null,
|
27 |
"tokenizer_class": "WhisperTokenizer",
|
|
|
28 |
"unk_token": {
|
29 |
"__type": "AddedToken",
|
30 |
"content": "<|endoftext|>",
|