Closed jugal-sheth closed 1 month ago
This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been inactive for 7 days since being marked as stale.
Hi. Neither NeMo ASR models nor NeMo diarization natively support confidence level on words. You need to implement your own way to estimate the confidence level if you need such values.
While performing offline ASR_with_SpeakerDiarization the function at nemo>collections>asr>parts>utils>diarization_utils.py ` def convert_word_dict_seq_to_ctm( word_dict_seq_list: List[Dict[str, float]], uniq_id: str = 'null', decimals: int = 3 ) -> Tuple[List[str], str]:
` considers confidence as zero is it possible to use confidence estimation to return real confidence for each word
Thank you kind Regards