From 80bf2240403580a2d3a4b986f258ca99d575a51d Mon Sep 17 00:00:00 2001 From: Arthur Zucker Date: Tue, 27 Sep 2022 08:10:54 +0000 Subject: [PATCH] Upload tokenizer --- tokenizer_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokenizer_config.json b/tokenizer_config.json index 864e72b..9f88536 100644 --- a/tokenizer_config.json +++ b/tokenizer_config.json @@ -19,7 +19,7 @@ }, "errors": "replace", "model_max_length": 1024, - "name_or_path": "/home/arthur_huggingface_co/whisper/_whisper/en-hf", + "name_or_path": "openai/whisper-tiny.en", "pad_token": null, "processor_class": "WhisperProcessor", "special_tokens_map_file": null,