From f144e4c83d54f3c3304b6a75a3f563e5f84de6cf Mon Sep 17 00:00:00 2001 From: Purfview <69023953+Purfview@users.noreply.github.com> Date: Sun, 28 Jan 2024 20:48:40 +0000 Subject: [PATCH] Expands the note for distil-whisper (#659) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0b93e0..02f4c0a 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ segments, info = model.transcribe("audio.mp3", beam_size=5, language="en", max_new_tokens=128, condition_on_previous_text=False) ``` -NOTE: emprically, `condition_on_previous_text=True` will degrade the performance of `faster-distil-whisper` for long audio. +NOTE: emprically, `condition_on_previous_text=True` will degrade the performance of `faster-distil-whisper` for long audio. Degradation on the first chunk was observed with `initial_prompt` too. ### Word-level timestamps