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
If I understand correctly, autoregressive model has a loss, and also multi-task dense layers followed autoregressive model has a weighted loss. How to combine them?
And in ranking model, how to calculate the loss of autoregressive model? It's the same as LLM which is cross-entropy? Or a softmax?
The text was updated successfully, but these errors were encountered:
same question here
And I'm confused about the loss function part, if I understand correctly, the loss part in the repo does not show things related to generation?
If I understand correctly, autoregressive model has a loss, and also multi-task dense layers followed autoregressive model has a weighted loss. How to combine them?
And in ranking model, how to calculate the loss of autoregressive model? It's the same as LLM which is cross-entropy? Or a softmax?
The text was updated successfully, but these errors were encountered: