2010-10-28 20:20:57 +04:00
|
|
|
[general]
|
2011-06-27 22:20:50 +04:00
|
|
|
name=expt1
|
|
|
|
moses-home=/path/to/moses/dir/
|
|
|
|
cwd=/path/to/current/dir/
|
|
|
|
working-dir=${cwd}/experiment
|
|
|
|
data-dir=${cwd}/data
|
2011-10-20 20:02:38 +04:00
|
|
|
decoder-settings=-mp -search-algorithm 1 -cube-pruning-pop-limit 5000 -s 5000
|
2010-10-28 20:20:57 +04:00
|
|
|
|
|
|
|
[train]
|
|
|
|
trainer=${moses-home}/mira/mira
|
2011-06-27 22:20:50 +04:00
|
|
|
input-file=${data-dir}/tune.input
|
|
|
|
reference-files=${data-dir}/tune.reference
|
|
|
|
moses-ini-file=${data-dir}/moses.ini
|
|
|
|
hours=48
|
|
|
|
jobs=8
|
|
|
|
slots=8
|
2010-10-28 20:20:57 +04:00
|
|
|
epochs=10
|
|
|
|
learner=mira
|
2011-06-27 22:20:50 +04:00
|
|
|
mixing-frequency=5
|
|
|
|
weight-dump-frequency=1
|
|
|
|
extra-args=--sentence-level-bleu 1 --hope-n 1 --fear-n 1
|
2010-10-28 20:20:57 +04:00
|
|
|
|
2011-09-27 15:36:14 +04:00
|
|
|
[devtest]
|
2010-10-28 20:20:57 +04:00
|
|
|
moses=${moses-home}/moses-cmd/src/moses
|
2011-06-27 22:20:50 +04:00
|
|
|
bleu=${moses-home}/scripts/generic/multi-bleu.perl
|
2011-09-27 15:36:14 +04:00
|
|
|
input-file=${data-dir}/devtest.input
|
|
|
|
reference-file=${data-dir}/devtest.reference
|
2011-06-27 22:20:50 +04:00
|
|
|
moses-ini-file=${data-dir}/moses.test.ini
|
|
|
|
hours=12
|
2010-10-28 20:20:57 +04:00
|
|
|
extra-args=
|
2011-08-30 18:24:51 +04:00
|
|
|
skip-dev=1
|
2011-09-27 15:36:14 +04:00
|
|
|
skip-devtest=0
|
|
|
|
skip-submit=0
|
2011-06-27 22:20:50 +04:00
|
|
|
|