diff --git a/README.md b/README.md index 2420a52..2aad4cd 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,16 @@ them. Specifically: If you need to modify or relocate the cache directory, you can set the `WHISPER_CACHE_DIR` environment variable to specify a custom path for storing these files. +## Which whisper model for French ? + +| Model | Multilingual? | Accuracy in French | Speed | Best For | +|-----------|--------------|--------------------|-------|----------| +| **tiny** | ✅ Yes | ❌ Poor | 🚀 Fastest | Basic transcription, very simple audio | +| **base** | ✅ Yes | ⚠️ Okay | 🔥 Fast | Short/simple French audio | +| **small** | ✅ Yes | ✅ Good | ⚡ Fast | General French transcription | +| **medium**| ✅ Yes | ✅✅ Very Good | ⏳ Slower | Better accuracy in noisy audio | +| **large** | ✅ Yes | ✅✅✅ Best | 🐢 Slowest | High accuracy, complex speech | + ## Notes