-
Notifications
You must be signed in to change notification settings - Fork 310
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
Upload extracted codebook indexes #429
Conversation
The detailed steps are in |
I see you fixed the same thing as I in #430; can you also update the HUBERT download URL? Then we could close my PR to avoid conflicts. |
Sure. I have also updated the HUBERT download URL. See
|
Thanks! |
|
||
# teacher_model_id can be one of | ||
# "hubert_xtralarge_ll60k_finetune_ls960" -> fine-tuned model, it is the one we currently use. | ||
# "hubert_xtralarge_ll60k.pt" -> pretrained model without fintuing |
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.
Maybe should remove the ".pt" suffix of "hubert_xtralarge_ll60k.pt"?
This PR is about pruned_transducer_stateless6. It aims to allow people directly download the extracted codebook indexes for model distillation.