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.
2 parents b8684cf + ff3b186 commit 2eb6f08Copy full SHA for 2eb6f08
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