Skip to content

Commit 9116c2e

Browse files
authored
Update README.md
1 parent 71256c0 commit 9116c2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/whisper_transcription/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)