Skip to content

Commit

Permalink
try whisper base
Browse files Browse the repository at this point in the history
  • Loading branch information
evq committed Sep 10, 2024
1 parent 59b6c33 commit c521966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stt_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
WhisperHFRunnable,
name="audio_transcriber",
runnable_init_params={
"model_id": "distil-whisper/distil-large-v3",
"model_id": "openai/whisper-base",
},
batch_params=BatchParameters(max_size=32),
)
Expand Down

0 comments on commit c521966

Please sign in to comment.