Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chapters/pre-recorded-stt/features/speaker-diarization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Speakers will be assigned indexes by **order of appearance** (i.e. the 1st speak

## Improving diarization accuracy

You can improve the accuracy of the diarization by providing the model with hints regarding the expected number or lower/upper bounds ofspeakers using the `diarization_config.num_of_speakers`, `diarization_config.min_speakers` and `diarization_config.max_speakers` parameters respectively.
You can improve the accuracy of the diarization by providing the model with hints regarding the expected number or lower/upper bounds of speakers using the `diarization_config.number_of_speakers`, `diarization_config.min_speakers` and `diarization_config.max_speakers` parameters respectively.

**Important:** These parameters are hints, not hard constraints. The actual number of speakers detected by the model may not comply with the provided parameters.

Expand Down