-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config-config no longer prepends train_ to task ids
This makes the "all" language hack easier to use. When using this hack to achieve shared embeddings, it is no longer possible to use src_lang and tgt_lang to distinguish tasks from each other (because all tasks are just "all-all"). The iterate_tasks.py helper also supports using the task id as a template variable. Having the real src-tgt as the task id, without any useless train_ prefix makes file naming less painful.
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters