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

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2017-03-27 17:51:42 +0300
committerMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2017-03-27 17:51:42 +0300
commit4b4bda691159c69af2748e9b9732c532381421ec (patch)
tree8fe4a9367285db7badf7754a2804fcf0101307c1 /examples/training/README.md
parent8a4cad3a10f53b7fa656cf757347c7ca7d1ef0c7 (diff)
add expected bleu scores
Diffstat (limited to 'examples/training/README.md')
-rw-r--r--examples/training/README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/examples/training/README.md b/examples/training/README.md
index 1716eadc..fd5ad99c 100644
--- a/examples/training/README.md
+++ b/examples/training/README.md
@@ -50,7 +50,15 @@ cat data/newstest2016.bpe.ro \
| sed 's/\@\@ //g' | mosesdecoder/scripts/recaser/detruecase.perl \
> data/newstest2016.bpe.ro.output
```
-after which BLEU scores for the dev and test set are reported.
+after which BLEU scores for the dev and test set are reported. Results should be somewhere in the area of:
+
+```
+newsdev2016:
+BLEU = 35.88, 67.4/42.3/28.8/20.2 (BP=1.000, ratio=1.012, hyp_len=51085, ref_len=50483)
+
+newstest2016:
+BLEU = 34.53, 66.0/40.7/27.5/19.2 (BP=1.000, ratio=1.015, hyp_len=49258, ref_len=48531)
+```
## Custom validation script