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:
authorRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-11-27 11:51:38 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-11-27 11:51:38 +0300
commit2e426c5ccf793acd9c235bcf98c625d831b66a86 (patch)
treebe963bcfce623aa46b538dc84207dd2976a9f903
parent87ce4e0ed7c497578c1cffb7cd27df3072a981ab (diff)
Update README
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index e87f8a3..dc42b1c 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,7 @@ More information on https://marian-nmt.github.io
List of examples:
* `translating-amun` -- examples for translating with Amun
* `training-basics` -- the complete example for training a WMT16-scale model
+* `training-basics-sentencepiece` -- as `training-basics`, but uses built-in SentencePiece for data processing, requires Marian v1.7+
* `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