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
causal decoder based on convolutions only (no attention): can be applied to ubbounded sequence lengths; the prediction of the next token depends on *all* previous tokens; allows autoregressive sampling; highly gpu-parralellizable; trained with teacher forcing;