HuBERT support rollout#1111
HuBERT support rollout#1111david-wei-01001 wants to merge 121 commits intoTransformerLensOrg:devfrom
Conversation
|
All requested changes completed |
|
Thank you @david-wei-01001! Just need to get the CI passing now. It looks like you need to run the formatter, make sure your models have been documented in the Colab Compatibility notebook, and make sure your tests pass. |
|
All done! And I have tried my best to reorder the imports in my HookedAudioEncoder code, but since the test did not output what is my problem (they just say I did not order correctly), I really don't know what's a better ordering. Thank you very much! |
|
Thank you for getting to it so quickly! I am aiming to get the next release out very soon, so I appreciate the swift response, I know you've been waiting on this PR since November. I apologize, I misunderstood the intention of your original HuBERT demo files. I thought they were meant to be demos for how your HuBERT implementation works. They are actually tests for HuBERT and you moved them to the correct location in For the sorting, the dependencies include |
|
Done! |
Description
This add support for the HuBERT model, extending Transformer Lens to speech/audio models. Codes has been thoroughly tested, test codes can be found in demos/HuBERT_test folder. No additional dependencies needed
Fixes # (issue)
Type of change
Please delete options that are not relevant.
Checklist: