From c0ec7fe83bfc67b5ffd6483eee4fab3b53803564 Mon Sep 17 00:00:00 2001 From: Guillaume Klein Date: Sat, 11 Feb 2023 11:46:09 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dab9637..fb6bcc2 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ for segment in segments: If you are comparing the performance against [openai/whisper](https://github.com/openai/whisper), you should make sure to use the same settings in both frameworks. In particular: -* In openai/whisper, `model.transcribe` uses a beam size of 1 by default. A different beam size will have an important impact on performance so make to use the same. +* In openai/whisper, `model.transcribe` uses a beam size of 1 by default. A different beam size will have an important impact on performance so make sure to use the same. * When running on CPU, make sure to set the same number of threads. Both frameworks will read the environment variable `OMP_NUM_THREADS`, which can be set when running your script: ```bash