From 463da37570ce4e815745ee8f09ac80d70dc38531 Mon Sep 17 00:00:00 2001 From: Marcin Junczys-Dowmunt Date: Sat, 25 Mar 2017 11:18:01 +0100 Subject: change download scripts --- examples/training/scripts/preprocess.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/training/scripts') 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 -- cgit v1.2.3