From 6dcd960fda8be389af355ede4ecc583b036029d4 Mon Sep 17 00:00:00 2001 From: 雾聪 <wucong.lyb@alibaba-inc.com> Date: 星期二, 05 三月 2024 16:45:25 +0800 Subject: [PATCH] update cutsplit step --- examples/industrial_data_pretraining/whisper/demo_from_openai.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/industrial_data_pretraining/whisper/demo_from_openai.py b/examples/industrial_data_pretraining/whisper/demo_from_openai.py index 0b88a95..046e9c6 100644 --- a/examples/industrial_data_pretraining/whisper/demo_from_openai.py +++ b/examples/industrial_data_pretraining/whisper/demo_from_openai.py @@ -7,8 +7,8 @@ # model = AutoModel(model="Whisper-small", hub="openai") # model = AutoModel(model="Whisper-medium", hub="openai") -model = AutoModel(model="Whisper-large-v2", hub="openai") -# model = AutoModel(model="Whisper-large-v3", hub="openai") +# model = AutoModel(model="Whisper-large-v2", hub="openai") +model = AutoModel(model="Whisper-large-v3", hub="openai") res = model.generate( language=None, -- Gitblit v1.9.1