"docs/vscode:/vscode.git/clone" did not exist on "72ae755ab8951f08949ea53983418ecef02d85bb"
Add HuBERT model architectures (#1769)
This commit adds the following HuBERT model architectures - `base` (pre-training) - `large` (pre-training / fine-tuning) - `xlarge` (pre-training / fine-tuning) Since the internal components are same as `Wav2Vec2Model`, it reuses the existing modules.. With these models, it is possible to - import the pre-trained model published by `fairseq` and TorchScript it. - fine-tune the existing model for downstream task.
Showing
Please register or sign in to comment