-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zipformer recipe for CommonVoice #1546
Merged
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
b2d1975
init commit
JinZr ddefabc
added scripts
JinZr 4a1d4be
added scripts for char-based lang prep
JinZr d35cedc
text_norm updated
JinZr 4cae6b6
text_norm updated
JinZr 9820bf9
updated
JinZr a9df06c
Update prepare.sh
JinZr d45e4c6
Update prepare.sh
JinZr d887bf8
updated scripts for text
JinZr 204a3b2
arg type fixed
JinZr 750e2ac
Update prepare.sh
JinZr a39aa8a
scripts updated
JinZr 09a358a
Update preprocess_commonvoice.py
JinZr b30a4d6
updated scripts for text norm
JinZr eaceb69
Update preprocess_commonvoice.py
JinZr 7d34116
minor fixes
JinZr 4413713
added char based training scripts
JinZr 9bf88ac
Update train_char.py
JinZr 5699202
Update train_char.py
JinZr 303eb99
Update train_char.py
JinZr 921d34a
Update train_char.py
JinZr c1eb2ad
Update train_char.py
JinZr 58041c1
Update train_char.py
JinZr e979bf5
Update train_char.py
JinZr ed3d25b
added scripts for processing validated data
JinZr 53fb384
scripts updated
JinZr e9f86df
Update asr_datamodule.py
JinZr 7d01eb4
misc fix
JinZr d77b035
misc. fix
JinZr 030365f
misc. update
JinZr 06bca2f
misc. update
JinZr 678ad2b
Update preprocess_commonvoice.py
JinZr bea63ca
Update asr_datamodule.py
JinZr 3560e22
Merge branch 'master' into dev/cv-zipformer
JinZr e62e16e
updated with scripts for streaming decode
JinZr d9a0ab5
fixed formatting issue
JinZr 6993183
Update preprocess_commonvoice.py
JinZr 4237127
added results on `zh-HK`
JinZr c274003
Merge branch 'k2-fsa:master' into dev/cv-zipformer
JinZr 1d92107
Merge branch 'k2-fsa:master' into dev/cv-zipformer
JinZr 8d05389
Update egs/commonvoice/ASR/RESULTS.md
JinZr 8347436
Update egs/commonvoice/ASR/pruned_transducer_stateless7/train.py
JinZr b9d34fb
Update egs/commonvoice/ASR/local/word_segment_yue.py
JinZr 05e48ca
misc. update
JinZr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../aishell/ASR/local/prepare_char.py |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../librispeech/ASR/local/prepare_lang.py |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../librispeech/ASR/local/prepare_lang_fst.py |
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a
choices
here? Otherwise, it is not clear what values are valid.