zhifu gao
2024-03-05 8ab670afc3b7a9ae4da4043e21e89024321d5b5b
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,