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 <marcinjd@microsoft.com>2018-11-26 06:29:24 +0300
committerGitHub <noreply@github.com>2018-11-26 06:29:24 +0300
commit067a5b3ba12601f5a4984294bf30153b33505702 (patch)
tree5d44992695d125a916b4b838f03f6e84cd3098a6
parentb5ca2f23135530c518114fafb064a359b4fb8856 (diff)
Update README.md
-rw-r--r--training-basics-spm/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/training-basics-spm/README.md b/training-basics-spm/README.md
index e8a7148..1da24ac 100644
--- a/training-basics-spm/README.md
+++ b/training-basics-spm/README.md
@@ -237,5 +237,6 @@ sacreBLEU/sacrebleu.py -t wmt16 -l ro-en < data/newstest2016.ro.output
```
You should see results somewhere in the area of:
```
-
+BLEU+case.mixed+lang.ro-en+numrefs.1+smooth.exp+test.wmt16/dev+tok.13a+version.1.2.12 = 36.5 67.9/42.7/29.4/20.9 (BP = 1.000 ratio = 1.006 hyp_len = 49816 ref_len = 49526)
+BLEU+case.mixed+lang.ro-en+numrefs.1+smooth.exp+test.wmt16+tok.13a+version.1.2.12 = 35.1 66.6/41.3/28.0/19.6 (BP = 1.000 ratio = 1.005 hyp_len = 47804 ref_len = 47562)
```