ASR-Wav2vec-Finetune
ASR-Wav2vec-Finetune copied to clipboard
:zap: Finetune Wa2vec 2.0 For Speech Recognition
Hello! When I run the command `$ python train.py -c config.toml`, there are some errors: ```python Traceback (most recent call last): File "/home/lqb/.conda/envs/asr_w2v/lib/python3.8/site-packages/toml/decoder.py", line 511, in loads ret = decoder.load_line(line,...
Hello after i trained model i couldn't find final model there is saved folder but all of it is tar files! after 30 epochs just i have some files in...
In the source code, you used Vietnamese for training and validation. If I want to fine-tune a model that is in English and has English dataset, is there anything that...