File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
docs/whisper_transcription Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,10 @@ https://whisper-transcription-a10-6666.130-162-199-33.nip.io/transcribe
148148| ` denoise ` | ` bool ` | (Optional) Apply basic denoising to improve quality in noisy recordings. |
149149| ` streaming ` | ` bool ` | (Optional) Enable real-time log streaming for transcription chunks and progress updates. |
150150| ` hf_token ` | ` string ` | Hugging Face token, required for loading models like Mistral or enabling speaker diarization. |
151+ | ` --prop-decrease ` | ` Float ` | Controls noise suppression. Default = 0.7 |
152+ | ` summarized-model ` | ` path ` | Hugging Face or local LLM path for summarization. Default: Mistral-7B. |
153+ | ` ground-truth ` | ` path ` | Path to ground truth ` .txt ` file for WER evaluation. |
154+
151155
152156---
153157
You can’t perform that action at this time.
0 commit comments