From 26c490f404731d053a6205719b6246502c07b449 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sat, 14 Jun 2014 16:46:27 +0200 Subject: init --- cdec/dtrain.ini | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 cdec/dtrain.ini (limited to 'cdec/dtrain.ini') diff --git a/cdec/dtrain.ini b/cdec/dtrain.ini new file mode 100644 index 0000000..857290d --- /dev/null +++ b/cdec/dtrain.ini @@ -0,0 +1,18 @@ +k=100 +N=4 +learning_rate=0.00001 +gamma=0 +loss_margin=1.0 +epochs=15 +scorer=fixed_stupid_bleu +sample_from=kbest +filter=uniq +pair_sampling=XYX +hi_lo=0.1 +select_weights=avg +print_weights= EgivenFCoherent SampleCountF CountEF MaxLexFgivenE MaxLexEgivenF IsSingletonF IsSingletonFE Glue WordPenalty PassThrough LanguageModel LanguageModel_OOV +decoder_config=/path/to/cdec.ini +output=weights.avg.gz +keep=true +input=/path/to/input +refs=/path/to/references -- cgit v1.2.3