blob: dfb9b84445694189ed80469470bad996f83ab654 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
bitext=nc-wmt11.100.gz # input bitext
output=- # a weights file (add .gz for gzip compression) or STDOUT '-'
decoder_conf=./cdec.ini # config for cdec
iterations=3 # run over input 3 times
k=100 # use 100best lists
N=4 # optimize (approx.) BLEU4
learning_rate=0.0001 # learning rate
margin=0 # margin for margin perceptron
print_weights=Glue WordPenalty LanguageModel LanguageModel_OOV PhraseModel_0 PhraseModel_1 PhraseModel_2 PhraseModel_3 PhraseModel_4 PhraseModel_5 PhraseModel_6 PassThrough
score=nakov
struct=true
|