Skip to content

Fix MT dataset targets

Najam Syed requested to merge dev/fix_mt_targets into nikita/mt-prep

This MR uses a dict instead of a list so that target ids greater than the length of the list (caused by missing/skipped target ids, e.g., as in the global_voices dataset) do not produce an error.

Merge request reports