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:00:32 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2017-10-13 17:00:32 +0300
commit3c236e9c72ee1cd223c506872a072bb0e60d9f81 (patch)
tree5659e5d0cdf346893edfe2ae4090caf171c6d018 /models/wmt17_systems
parentabb4feb35ff60028d483312678260b86b668f3c8 (diff)
Update WMT16 tests
Diffstat (limited to 'models/wmt17_systems')
-rw-r--r--models/wmt17_systems/marian.en-de.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/models/wmt17_systems/marian.en-de.yml b/models/wmt17_systems/marian.en-de.yml
new file mode 100644
index 0000000..d10e4c2
--- /dev/null
+++ b/models/wmt17_systems/marian.en-de.yml
@@ -0,0 +1,21 @@
+type: nematus
+enc-depth: 1
+enc-cell-depth: 4
+enc-type: bidirectional
+dec-depth: 1
+dec-cell-base-depth: 8
+dec-cell-high-depth: 1
+dec-cell: gru-nematus
+enc-cell: gru-nematus
+tied-embeddings: true
+layer-normalization: true
+relative-paths: true
+models:
+ - en-de/model.l2r.ens1.npz
+dim-emb: 500
+vocabs:
+ - en-de/vocab.en.json
+ - en-de/vocab.de.json
+dim-vocabs:
+ - 51100
+ - 74383