We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7a0e5 commit ff3b186Copy full SHA for ff3b186
src/asr/whisper_en/local/model.py
@@ -14,7 +14,7 @@ def __new__(cls, context):
14
device = "cuda:0" if torch.cuda.is_available() else "cpu"
15
cls.pipe = pipeline(
16
"automatic-speech-recognition",
17
- model="openai/whisper-tiny.en",
+ model="openai/whisper-small.en",
18
chunk_length_s=10,
19
device=device,
20
)
0 commit comments