summaryrefslogtreecommitdiff
path: root/dtrain/test/example/dtrain.ini
blob: 9b9f45e755ea3fd8695a0c35b199707bcc8db9a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
input=test/example/nc-wmt11.1k.gz    # use '-' for stdin
output=-                             # a weights file
decoder_config=test/example/cdec.ini # a ini for cdec
# these will be printed on each iteration
print_weights=Glue WordPenalty LanguageModel LanguageModel_OOV PhraseModel_0 PhraseModel_1 PhraseModel_2 PhraseModel_3 PhraseModel_4 PhraseModel_5 PhraseModel_6 PassThrough
tmp=/tmp
#stop_after=10

# interesting stuff
epochs=10
k=100
N=4
learning_rate=0.0001
gamma=0.00001
scorer=stupid_bleu
sample_from=kbest
filter=uniq
pair_sampling=108010
pair_threshold=0
select_weights=VOID