You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, great work.
The model provided has 31 labels, and the model in torchaudio.pipelines.MMS_FA has 28 labels.
The extra labels are <pad>, </s> and <unk>. And their weights in lm_head are not zeros.
Where do they come from?
Thanks.