Views
No views yet
| Model Name | Modeling Strategy | Input Representation | Output Representation | Model Checkpoint |
|---|---|---|---|---|
| D-AR | Autoregressive | Discrete | Discrete | D-AR_ckpt_300.pt |
| D-NAR | Non-Autoregressive | Discrete | Discrete | D-NAR_ckpt_300.pt |
| D-NAR* | Non-Autoregressive | Continuous | Discrete | D-NAR_star_ckpt_300.pt |
| C-AR | Autoregressive | Continuous | Continuous | C-AR_ckpt_300.pt |
| C-NAR | Non-Autoregressive | Continuous | Continuous | C-NAR_ckpt_300.pt |
C-FT-encoder_ckpt_300.pt) and D-FT (D-FT-encoder_ckpt_300.pt), where we only finetune the NAC's encoder with an MSE loss and a cross-entropy loss, respectively.STFT_NAR_Mask_ckpt_300.pt), where instead of the embeddings of the NAC, we work with STFT representations, and we train the model to output an STFT mask.