游雁
2024-03-05 9c2ff37ae990deb0c71d43ddb6c678658e43a0ea
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,