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-25 13:18:01 +0300
committerMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2017-03-25 13:18:01 +0300
commit463da37570ce4e815745ee8f09ac80d70dc38531 (patch)
tree8feaf6a2fea9d5ea5b7e876fd4b836f20a553d4b /examples/training/scripts
parent222f9dbe987b6cf5bd7ac0be2d7e452152f5d0f3 (diff)
change download scripts
Diffstat (limited to 'examples/training/scripts')
-rwxr-xr-xexamples/training/scripts/preprocess.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/training/scripts/preprocess.sh b/examples/training/scripts/preprocess.sh
index b8990f05..cd0a6b0f 100755
--- a/examples/training/scripts/preprocess.sh
+++ b/examples/training/scripts/preprocess.sh
@@ -19,7 +19,7 @@ TRG=en
# number of merge operations. Network vocabulary should be slightly larger (to include characters),
# or smaller if the operations are learned on the joint vocabulary
-bpe_operations=40000
+bpe_operations=85000
# path to moses decoder: https://github.com/moses-smt/mosesdecoder
mosesdecoder=mosesdecoder