Update cmd line help for Faster-Whisper

This commit is contained in:
Purfview 2023-08-18 04:17:32 +01:00 committed by GitHub
parent d4c44635b3
commit cdcc7097d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -240,6 +240,9 @@
--length_penalty LENGTH_PENALTY
optional token length penalty coefficient (alpha) as in https://arxiv.org/abs/1609.08144, uses
simple length normalization by default (default: 1.0)
--repetition_penalty REPETITION_PENALTY
Penalty applied to the score of previously generated tokens (set > 1.0 to
penalize). (default: 1.0)
--suppress_tokens SUPPRESS_TOKENS
comma-separated list of token ids to suppress during sampling; '-1' will suppress most special
characters except common punctuations (default: -1)
@ -249,6 +252,9 @@
if True, provide the previous output of the model as a prompt for the next window; disabling
may make the text inconsistent across windows, but the model becomes less prone to getting
stuck in a failure loop (default: True)
--prompt_reset_on_temperature PROMPT_RESET_ON_TEMPERATURE
Resets prompt if temperature is above this value. Arg has effect only if
condition_on_previous_text is True. (default: 0.5)
--temperature_increment_on_fallback TEMPERATURE_INCREMENT_ON_FALLBACK
temperature to increase when falling back when the decoding fails to meet either of the
thresholds below (default: 0.2)
@ -304,4 +310,4 @@
--skip SKIP Skips files if 'srt' subtitle exists. Works if input is wildcard or directory. (default:
False)</value>
</data>
</root>
</root>