We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91bb671 commit bdb71a2Copy full SHA for bdb71a2
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-small.en",
+ model="openai/whisper-base.en",
18
chunk_length_s=10,
19
device=device,
20
)
0 commit comments