How to reproduce the results

#13
by amgadhasan - opened

I tried to implement the same gradio app in Colab pro but I got different transcripts for the same audio clips. How can I reproduce your environment?

Can you list the version of transformers used and any generation parameters?

@sanchit-gandhi

I tried to implement the same gradio app in Colab pro but I got different transcripts for the same audio clips. How can I reproduce your environment?

Can you list the version of transformers used and any generation parameters?

@sanchit-gandhi

I think I found the issue. Using return_timestamps=True gave me the same output as this space. So I guess Whisper is affected by timestamping.

Sign up or log in to comment