-
Notifications
You must be signed in to change notification settings - Fork 84
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 support for huggingface ASR models in hg
recipes
#751
base: main
Are you sure you want to change the base?
Conversation
Looks like this PR also includes the code changes of #749. One fundamental question though. If we are using HG dataset and evaluate HG models in this recipe, what is the benefit of using fairseq2 instead of just HG eval? |
This work is intended to create a CLI interface Support for more models, tasks and metrics (like blaser) will come in future PRs. |
…irseq2 into hg/AsrDatasetConfig
What does this PR do? Please describe:
This PR builds upon #740 by integration huggingface ASR models with the
hg
evaluation CLI interface. I have addedModelConfig
and utilizedhydra-core
to dynamically load the relevant classes.Note: This PR depends on some changes that were made in #749. This PR's contributions starts from this commit d80d154
for Example:
Does your PR introduce any breaking changes? If yes, please list them:
None.
Check list: