Skip to content
Snippets Groups Projects
Commit ae3dd235 authored by Linke, Julian's avatar Linke, Julian
Browse files

Update file README.md

parent 4cb8818c
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ Make sure to modify the file ```path.sh``` in order to export the necessary envi ...@@ -83,7 +83,7 @@ Make sure to modify the file ```path.sh``` in order to export the necessary envi
### Model File ### Model File
**You need to download and store a model file**. In the main script (```run.sh```) you can specify the ```model_path```. This study is based on the large pretrained model XLSR-53 which can be downloaded here ```https://github.com/facebookresearch/fairseq/blob/main/examples/wav2vec```. **You need to download and store a model file**. In the main script (```run.sh```) you can specify the ```model_path```. This study is based on the large pretrained model XLSR-53 which can be downloaded here ```https://github.com/facebookresearch/fairseq/blob/main/examples/wav2vec```.
**Unfortunately loading/initializing the model with version ```fairseq 0.12.2``` lead to errors because of mismatches with respect to dictionary keys. Anyway, we provide a script (```local/create_xlsr_new.py```) which stores a new version of the model preventing those errors. **Unfortunately loading/initializing the model with version ```fairseq 0.12.2``` lead to errors because of mismatches with respect to dictionary keys. Anyway, we provide a script (```local/create_xlsr_new.py```) which stores a new version of the model preventing those errors**.
### Stages ### Stages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment