diff --git a/README.md b/README.md index 63270fc..3d7b8d4 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Pass `--model ` to `stt-server.py`. Models are downloaded automatically fr | `base.en` | ~1 GB | Low | Default. Fast, but struggles with similar-sounding consonants (V/B/D). | | `small.en` | ~2 GB | Medium | Noticeable improvement over base for most speech. | | `medium.en` | ~5 GB | Good | Recommended starting point for production use. | -| `large-v3` | ~10 GB | Best | Highest accuracy, use if VRAM allows. | +| `large-v3` | ~5 GB (`float16`) / ~10 GB (`float32`) | Best | Highest accuracy, use if VRAM allows. | English-only models (`.en` suffix) are faster and more accurate than multilingual models for English speech.