Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2017-10-13 17:24:25 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2017-10-13 17:24:25 +0300
commit7b240a925c4c820578603031171f978294010fb9 (patch)
treef697c8260857cf384906d2902bbc8d851bef64af /models/download-wmt17.sh
parent3c236e9c72ee1cd223c506872a072bb0e60d9f81 (diff)
Add MWT17 test
Diffstat (limited to 'models/download-wmt17.sh')
-rw-r--r--models/download-wmt17.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/models/download-wmt17.sh b/models/download-wmt17.sh
new file mode 100644
index 0000000..ccf83d2
--- /dev/null
+++ b/models/download-wmt17.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+# Download single en-de wmt17 model
+wget --no-clobber -r -e robots=off -nH -np \
+ -R *ens2* -R *ens3* -R *ens4* -R *r2l* -R translate-ensemble.sh -R translate-reranked.sh -R index.html* \
+ http://data.statmt.org/wmt17_systems/en-de/
+# Download additional scripts
+wget -r -e robots=off -nH -np \
+ -R index.html* \
+ http://data.statmt.org/wmt17_systems/scripts/ http://data.statmt.org/wmt17_systems/vars