Update hubert doc#6396
Conversation
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Code Review
This pull request significantly expands the README.md for the HuBERT recipe, providing a detailed workflow, information on DiceHuBERT distillation, and evaluation guidelines. It also introduces a new YAML configuration file for HuBERT distillation training. Feedback includes correcting an invalid arXiv link for DiceHuBERT and replacing a hardcoded Python executable path with a generic command in the README.md examples.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
Thanks, @NewGamezzz! @wanchichen, can you review this PR? |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6396 +/- ##
=======================================
Coverage 70.32% 70.32%
=======================================
Files 787 787
Lines 73651 73651
=======================================
Hits 51794 51794
Misses 21857 21857
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@claude review |
|
@wanchichen, this is a reminder |
What did you change?
Why did you make this change?
The current HuBERT documentation does not provide the details of each stage, making it hard to understand the script. These updates provide clear instructions for researchers looking to replicate the HuBERT and DiceHubert results, specifically within the ESPnet2 framework.
Is your PR small enough?
Yes.