From 67dc2a9acc8b823594d5d5461b777cf8f308e401 Mon Sep 17 00:00:00 2001 From: Roman Grundkiewicz Date: Tue, 19 Jun 2018 13:28:23 +0000 Subject: Download ensembles models from WMT16 --- models/download-wmt16.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/models/download-wmt16.sh b/models/download-wmt16.sh index 69b1fe5..8cb6ba6 100644 --- a/models/download-wmt16.sh +++ b/models/download-wmt16.sh @@ -1,6 +1,4 @@ #!/bin/bash # Download single en-de wmt16 model -wget -nv -nc -r -e robots=off -nH -np \ - -R *ens* -R *r2l* -R index.html* \ - http://data.statmt.org/wmt16_systems/en-de/ +wget -nv -nc -r -e robots=off -nH -np -R *r2l* -R index.html* http://data.statmt.org/wmt16_systems/en-de/ -- cgit v1.2.3