-
Notifications
You must be signed in to change notification settings - Fork 321
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
Streaming Zipformer with multi-dataset #984
Streaming Zipformer with multi-dataset #984
Conversation
@marcoyang1998 Thank you for this PR |
No. We did some internal testing and found out that there is no performance difference between one head and two heads. Using one head also simplifies the inference because the single head can be used for both Librispeech and Gigaspeech. |
A comparison with our previous best-performing streaming model
As can be seen, we need to use the Giga head to decode on GigaSpeech in the two-headed |
This PR adds multi-dataset setup for streaming zipformer. Unlike older recipes (e.g
pruned_transducer_stateless3
andpruned_transducer_stateless8
), we only use one head for both LibriSpeech and GigaSpeech.The model achieves the following WERs:
Will upload the pre-trained models later to huggingface.