Skip to content
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

Add non-streaming Zipformer recipe for KsponSpeech #1664

Merged
merged 2 commits into from
Jun 24, 2024

Conversation

whsqkaak
Copy link
Contributor

KsponSpeech is a large-scale spontaneous speech corpus of Korean.
This corpus contains 969 hours of open-domain dialog utterances,
spoken by about 2,000 native Korean speakers in a clean environment.

All data were constructed by recording the dialogue of two people
freely conversing on a variety of topics and manually transcribing the utterances.

The transcription provides a dual transcription consisting of orthography and pronunciation,
and disfluency tags for spontaneity of speech, such as filler words, repeated words, and word fragments.

The original audio data has a pcm extension.
During preprocessing, it is converted into a file in the flac extension and saved anew.

KsponSpeech is publicly available on an open data hub site of the Korea government.
The dataset must be downloaded manually.

For more details, please visit:

zipformer (Zipformer + pruned statelss transducer)

Number of model parameters: 74,778,511, i.e., 74.78 M

Training on KsponSpeech (with MUSAN)

Model: johnBamma/icefall-asr-ksponspeech-zipformer-2024-06-24

The CERs are:

decoding method eval_clean eval_other comment
greedy search 10.60 11.56 --epoch 30 --avg 9
fast beam search 10.59 11.54 --epoch 30 --avg 9
modified beam search 10.35 11.35 --epoch 30 --avg 9

@csukuangfj
Copy link
Collaborator

Thank you for your contribution!

I am merging it.

Could you also upload

@csukuangfj csukuangfj merged commit 6f102d3 into k2-fsa:master Jun 24, 2024
245 of 253 checks passed
@whsqkaak
Copy link
Contributor Author

Hi, @csukuangfj !
I just uploaded the training logs(tensorboard logs and the log-xxx from exp directory) and epoch-30.pt file to huggingface.
You can check in https://huggingface.co/johnBamma/icefall-asr-ksponspeech-zipformer-2024-06-24.

yfyeung pushed a commit to yfyeung/icefall that referenced this pull request Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants