Skip to content

Commit

Permalink
added easier quickstart file
Browse files Browse the repository at this point in the history
  • Loading branch information
onadegibert committed Aug 30, 2024
1 parent 17ac2a7 commit 50b244b
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions configs/config.quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,37 @@ experiment:
langpairs:
- et-en
- fi-en
- hu-en

#URL to the OPUS-MT model to use as the teacher
opusmt-teacher: "https://object.pouta.csc.fi/Tatoeba-MT-models/fiu-eng/opus4m-2020-08-12.zip"

#URL to the OPUS-MT model to use as the backward model
opusmt-backward: "https://object.pouta.csc.fi/Tatoeba-MT-models/eng-fiu/opus2m-2020-08-01.zip"
one2many-backward: True


parallel-max-sentences: 1000
split-length: 10000
spm-sample-size: 400

best-model: perplexity

marian-args:
training-student:
disp-freq: 10
save-freq: 100
valid-freq: 100
after: 500u
training-student-finetuned:
disp-freq: 10
save-freq: 100
valid-freq: 100
after: 500u
decoding-backward:
mini-batch-words: 2000
decoding-teacher:
mini-batch-words: 1000
precision: float16

datasets:
train:
- opus_ELRC_2922
Expand Down

0 comments on commit 50b244b

Please sign in to comment.