From c406730278675b57416b22bcb66d0cf2ddae0a95 Mon Sep 17 00:00:00 2001
From: "Linke, Julian" <linke@tugraz.at>
Date: Fri, 4 Aug 2023 14:27:38 +0200
Subject: [PATCH] Update file README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c839d8d..833ed75 100644
--- a/README.md
+++ b/README.md
@@ -83,7 +83,7 @@ Make sure to modify the file ```path.sh``` in order to export the necessary envi
 ### 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```. 
 
-**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** (see also ```https://github.com/facebookresearch/fairseq/issues/3741```).
 
 ### Stages
 
-- 
GitLab