From 0996e56701f38daf54ed4d3cb82d73fbe358582f Mon Sep 17 00:00:00 2001 From: Arthur Zucker Date: Tue, 4 Oct 2022 14:58:01 +0000 Subject: [PATCH] Upload processor --- preprocessor_config.json | 3 +-- tokenizer_config.json | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/preprocessor_config.json b/preprocessor_config.json index 1749208..fd9ef38 100644 --- a/preprocessor_config.json +++ b/preprocessor_config.json @@ -16247,8 +16247,7 @@ ], "n_fft": 400, "n_samples": 480000, - "nb_max_frame": 3000, - "num_mel_bins": 80, + "nb_max_frames": 3000, "padding_side": "right", "padding_value": 0.0, "processor_class": "WhisperProcessor", diff --git a/tokenizer_config.json b/tokenizer_config.json index 2c84952..c66a76d 100644 --- a/tokenizer_config.json +++ b/tokenizer_config.json @@ -19,8 +19,9 @@ }, "errors": "replace", "model_max_length": 1024, - "name_or_path": "whisper-multi/test_added_eot", + "name_or_path": "openai/whisper-large", "pad_token": null, + "processor_class": "WhisperProcessor", "special_tokens_map_file": null, "tokenizer_class": "WhisperTokenizer", "unk_token": {