Bilingual Japanese / English zipformer recipe (multi_ja_en) and MLS English recipe (mls_english)#2015
Open
kinanmartin wants to merge 145 commits intok2-fsa:masterfrom
Open
Bilingual Japanese / English zipformer recipe (multi_ja_en) and MLS English recipe (mls_english)#2015kinanmartin wants to merge 145 commits intok2-fsa:masterfrom
kinanmartin wants to merge 145 commits intok2-fsa:masterfrom
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a new recipe,
mls_english, and overhauls an existing recipe,multi_ja_en.In this prior PR, we added the
multi_ja_enrecipe for bilingual Japanese / English models. However, we observed that models performed significantly worse at English speech compared to Japanese speech. After determining the cause to be the large imbalance between the number of hours of English data compared to Japanese data, we decided to find a larger English dataset and use it instead of LibriSpeech.Ultimately, we decided to use the English portion of Multilingual LibriSpeech (MLS English). However, this dataset did not yet have a recipe in
icefall. So, we created a new recipe for MLS English, and then updated themulti_ja_ento rely on bothreazonspeechrecipe andmls_englishrecipe.This PR includes both full recipes, so I will close my prior PR which implements the
mls_englishrecipe alone.Please see
multi_ja_en/ASR/README.mdandmls_english/ASR/README.mdfor more details about each recipe.Please let me and @baileyeet know if there are any comments or concerns.
Summary by CodeRabbit
New Features
Documentation
Refactor
Chores