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

github.com/marian-nmt/marian-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2018-03-14 19:38:15 +0300
committerMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2018-03-14 19:38:15 +0300
commit56afd8ddd6c61b78b8b98d56d04d14c9d7625f16 (patch)
tree1b36d56de9de083b948d495b788ccfe7ad4e662f
parent724d60ce90b66399401773c19318f6aed86481dc (diff)
parent3e4dbd3c2edf7eef89a0f0513a3468a7f3c66b88 (diff)
Merge branch 'master' of https://github.com/marian-nmt/marian-examples
-rw-r--r--README.md2
-rw-r--r--wmt2017-transformer/README.md2
-rw-r--r--wmt2017-uedin/README.md2
3 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index e965606..e87f8a3 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,8 @@ List of examples:
* `translating-amun` -- examples for translating with Amun
* `training-basics` -- the complete example for training a WMT16-scale model
* `transformer` -- scripts for training the transformer model
+* `wmt2017-uedin` -- scripts for building a WMT2017-grade model for en-de based on Edinburgh's WMT2017 submission
+* `wmt2017-transformer` -- scripts for building a better than WMT2017-grade model for en-de, beating WMT2017 submission by 1.2 BLEU
## Usage
diff --git a/wmt2017-transformer/README.md b/wmt2017-transformer/README.md
index 85a0aad..ae7c478 100644
--- a/wmt2017-transformer/README.md
+++ b/wmt2017-transformer/README.md
@@ -1,4 +1,4 @@
-# Example: Beating Edinburgh's WMT2017 system for en-de with Marian's Transformer model
+# Beating Edinburgh's WMT2017 system for en-de with Marian's Transformer model
Files and scripts in this folder show how to train a complete better than (!) WMT-grade system
based on Google's Transformer model [Vaswani et al, 2017](https://arxiv.org/abs/1706.03762)
diff --git a/wmt2017-uedin/README.md b/wmt2017-uedin/README.md
index 6312a86..bb3fc71 100644
--- a/wmt2017-uedin/README.md
+++ b/wmt2017-uedin/README.md
@@ -1,4 +1,4 @@
-# Example: Reproducing Edinburgh's WMT2017 system for en-de with Marian
+# Reproducing Edinburgh's WMT2017 system for en-de with Marian
Files and scripts in this folder show how to train a complete WMT-grade system
based on [Edinburgh's WMT submission description](http://www.aclweb.org/anthology/W17-4739) for en-de.