Yabin Li
2024-03-20 479ac627dbf2b94269fc06f94000767281b7986c
examples/industrial_data_pretraining/whisper/demo_from_openai.py
@@ -12,7 +12,7 @@
# model = AutoModel(model="Whisper-large-v2", hub="openai")
model = AutoModel(model="Whisper-large-v3",
                  vad_model="iic/speech_fsmn_vad_zh-cn-16k-common-pytorch",
                  vad_kwargs={"max_single_segment_time": 30},
                  vad_kwargs={"max_single_segment_time": 30000},
              hub="openai",
                  )