From cc9c65b880c84ee61cd927bb0ba638a8ea92471b Mon Sep 17 00:00:00 2001 From: Juhyeong Kim Date: Wed, 7 Feb 2024 23:18:34 +0900 Subject: [PATCH] fix IWSLT2017_link (#2195) --- torchtext/datasets/iwslt2017.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchtext/datasets/iwslt2017.py b/torchtext/datasets/iwslt2017.py index 4767218bd7..3707986d54 100644 --- a/torchtext/datasets/iwslt2017.py +++ b/torchtext/datasets/iwslt2017.py @@ -11,7 +11,7 @@ _wrap_split_argument, ) -URL = "https://drive.google.com/u/0/uc?id=12ycYSzLIG253AFN35Y6qoyf9wtkOjakp" +URL = "https://fbk.sharepoint.com/sites/MTUnit/_layouts/15/download.aspx?SourceUrl=%2Fsites%2FMTUnit%2FShared%20Documents%2Fwebsites%2FWIT3%2Dlibrary%2F2017%2D01%2Dtrnmted%2Etgz" _PATH = "2017-01-trnmted.tgz" MD5 = "aca701032b1c4411afc4d9fa367796ba"