Skip to content

Commit

Permalink
Fix parameters to use correct target tasks method (#526)
Browse files Browse the repository at this point in the history
As things are now, the `small` parameters will never generate training tasks. (The `large` params already use the correct target tasks method.)
  • Loading branch information
bhearsum authored Apr 16, 2024
1 parent e8c6f2e commit 145a84a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions taskcluster/test/params/small-ru-en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ project: firefox-translations-training
pushdate: 0
pushlog_id: '0'
repository_type: git
target_tasks_method: default
target_tasks_method: train-target-tasks
tasks_for: github-push
training_config:
datasets:
Expand Down Expand Up @@ -88,7 +88,7 @@ training_config:
save-freq: '25'
task: transformer-base
valid-freq: '50'
target-stage: all
target-stage: clean-corpus
taskcluster:
split-chunks: 2
version: null

0 comments on commit 145a84a

Please sign in to comment.