From 99cb333b7ada545cbb6cdd7d3264f25f175713e8 Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Mon, 26 Sep 2022 00:50:41 +0900 Subject: [PATCH] Updated README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06b7c17..a7d0588 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ whispering --language en --model tiny ``` - ``--help`` shows full options +- ``--model`` set the [model name](https://github.com/openai/whisper#available-models-and-languages) to use. Larger models will be more accurate, but may not be able to transcribe in real time. - ``--language`` sets the language to transcribe. The list of languages are shown with ``whispering -h`` - ``-t`` sets temperatures to decode. You can set several like (``-t 0.0 -t 0.1 -t 0.5``), but too many temperatures exhaust decoding time - ``--debug`` outputs logs for debug