From 341182c3bfc62831aa02781d0e6bbe2a479f3fb2 Mon Sep 17 00:00:00 2001 From: zhifu gao <zhifu.gzf@alibaba-inc.com> Date: 星期四, 07 三月 2024 10:03:02 +0800 Subject: [PATCH] Dev gzf (#1440) --- 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