self-supervised-speech-recognition icon indicating copy to clipboard operation
self-supervised-speech-recognition copied to clipboard

speech to text with self-supervised learning based on wav2vec 2.0 framework

Results 29 self-supervised-speech-recognition issues
Sort by recently updated
recently updated
newest added

Hi @mailong25 @SenriYoshikawa , I am able to train acoustic model and Kenlm but when i am trying to import stt for transcribing, I am getting the following error in...

I wanted to know what happens if I train the unsupervised model on unlabelled audios with music and background noise. Will that still work?

Hi, Thank you for sharing your work as it eases my research work in this area a lot ^^ Currently, I could install and run in an Ubuntu machine. But...

i have 2 questions, First, is wav2vec lastest model you implement better than wav2vec + wav2letter ( for example in wer, recognition in reality?) Second, can you provide tutorial for...

Hi The new model Wav2vec-U is out now🥳 https://ai.facebook.com/blog/wav2vec-unsupervised-speech-recognition-without-supervision Will we see it in this repo soon?

When I run the following script after I pretrained the xlsr model with my own dataset, Im getting error below, `FileNotFoundError: [Errno 2] No such file or directory: '/home/edo/self-supervised-speech-recognition/manifest/dev_other.tsv'` I...

Hi, To do lexicon-free decoding I set the args.lexicon to False in wsl_decoder.py. But I got an empty string. So Please explain how to do lexicon free decoding. In wsl_decoder.py...

Hi, In the install instruction, I saw that this repo uses a specific commit c8a0659be5cdc15caa102d5bbf72b872567c4859 of Fairseq. This commit is 4 months old. I have two questions regarding this -...

The Transcriber fails to initialize, ``` File "/home/sreyan/interspeech_hindi/self-supervised-speech-recognition/stt.py", line 250, in __init__ self.transcribe([sample_audio_path]) File "/home/sreyan/interspeech_hindi/self-supervised-speech-recognition/stt.py", line 297, in transcribe state['cfg']['model']['w2v_path'] = self.pretrain_model TypeError: 'Namespace' object does not support item assignment...

Hi Mailong, Thank you for helping us the last time, after we terminate files with under 2s, we had able to finetune the model with wer =16, bit when we...