雾聪
2024-03-05 585a4d3e5ff8b77ee89c2ec2a9ff1e7cacd79319
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,