We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42639fe commit 710820cCopy full SHA for 710820c
taskcluster/configs/config.ci.yml
@@ -49,7 +49,18 @@ marian-args:
49
valid-freq: "50"
50
after: 50u
51
dim-vocabs: "1000 1000"
52
+ # Drastically shrink parameters that affect model size:
53
task: transformer-base
54
+ dim-vocabs: "128 128"
55
+ enc-depth: "2"
56
+ dec-depth: "2"
57
+ dim-emb: "16"
58
+ dim-rnn: "16"
59
+ transformer-dim-ffn: "128"
60
+ transformer-dim-aan: "128"
61
+ transformer-heads: "2"
62
+ beam-size: "2"
63
+ workspace: "256" # mb, This model doesn't need much memory now.
64
training-student:
65
disp-freq: "1"
66
save-freq: "25"
0 commit comments