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 03:42:31 +0300
committerGitHub <noreply@github.com>2018-03-14 03:42:31 +0300
commit6be02417d90016e6bf0cf39bcdf129af99be512e (patch)
tree3aba963684f3d376224e90fd77e0acafeadda204
parent2fdb213e0e964e88e6ce70ae1941e73494f29e1d (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 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