Skip to content

Commit

Permalink
Shrink the size of the Teacher in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtatum committed Sep 23, 2024
1 parent 42639fe commit 2c45b5c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions taskcluster/configs/config.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,17 @@ marian-args:
valid-freq: "50"
after: 50u
dim-vocabs: "1000 1000"
# Drastically shrink parameters that affect model size:
task: transformer-base
dim-vocabs: "128 128"
enc-depth: "2"
dec-depth: "2"
dim-emb: "16"
dim-rnn: "16"
transformer-dim-ffn: "128"
transformer-dim-aan: "128"
transformer-heads: "2"
beam-size: "2"
training-student:
disp-freq: "1"
save-freq: "25"
Expand Down

0 comments on commit 2c45b5c

Please sign in to comment.