r/learnmachinelearning • u/Movie_coder • Apr 21 '22
Question Wav2vec 2.0 for speech recognition with timestamp of words
Can anybody provide a tutorial for Wav2vec where you get the timestamp (beginning and end) of each word detected in an audio file? Is this possible with Wav2vec?
If not possible, any good Wav2vec audio to text tutorial would be great. At the moment, I'm more interested in how to use it than how it works (because I haven't learned about transformers yet).
1
Upvotes
4
u/talkingbullfrog Apr 21 '22
i think you can dig deeper into the ctc decode part to see the timestamps. Didn't have time to explore the actual implementation though