• moto's avatar
    Add HuBERT model architectures (#1769) · 7438f325
    moto authored
    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.
    7438f325
refs.bib 6.01 KB