Skip to content

Commit

Permalink
added config for heb-eng
Browse files Browse the repository at this point in the history
  • Loading branch information
onadegibert committed Sep 18, 2024
1 parent a3db35a commit 4b9ef99
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions configs/hplt/config.hplt.heb-eng.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
####
# Example of a production config
# Change language pair, experiment name, datasets and other settings if needed
# Training low resource languages might require more tuning of pipeline/training/configs
###

experiment:
dirname: hplt
name: heb-eng
langpairs:
- he-en

#URL to the OPUS-MT model to use as the teacher
opusmt-teacher: "https://object.pouta.csc.fi/Tatoeba-MT-models/heb-eng/opusTCv20210807+bt_transformer-big_2022-03-13.zip"

# Specify if the teacher and the student are many2one
one2many-teacher: False
one2many-student: False

#URL to the OPUS-MT model to use as the backward model
opusmt-backward: ""

teacher-ensemble: 1

split-length: 20000000

best-model: perplexity

opusfilter:
config: default

datasets:
train:
- tc_Tatoeba-Challenge-v2023-09-26
devtest:
- flores_dev
test:
- flores_devtest

0 comments on commit 4b9ef99

Please sign in to comment.