microsoft / SpeechT5

Unified-Modal Speech-Text Pre-Training for Spoken Language Processing
MIT License
1.09k stars 113 forks source link

Generate the N-best (top few) hypotheses #60

Open cyfer0618 opened 10 months ago

cyfer0618 commented 10 months ago

Hello,

I'm currently working on a project involving Speech T5 Automatic Speech Recognition (ASR) system. Specifically, I'm trying to generate an N-best list of hypotheses using the Speech T5 ASR.

I've made some progress, but I'm encountering a few challenges with the code implementation. I was wondering if anyone in the community has experience with this and could provide some guidance or code snippets.

My goal is to generate the N-best hypotheses along with their confidence scores.

Thanking You