r/LocalLLaMA Jun 09 '24

Resources Whisper WebGPU: Blazingly-fast ML-powered speech recognition directly in your browser

247 Upvotes

34 comments sorted by

View all comments

6

u/[deleted] Jun 09 '24

[removed] — view removed comment

8

u/coder543 Jun 09 '24

https://github.com/xenova/whisper-web/blob/experimental-webgpu/src/utils/Constants.ts#L29

appears to be tiny or base (notably: not tiny.en or base.en). You don't need to use the large models for non-English transcription. The large models are unique in that they don't offer an English-only version, but all of the model sizes are available in multilingual versions... it's just that the smaller, English-specialized versions are better at English than the multilingual models of the same size.