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
I am also wondering if we have different types of data. For example lyrics and recipes. Do we just deploy trained data inside 345M model and run it or we should separate those trained data and use only data for lyrics when we want lyrics and use recipes trained data only when we want to generate recipes?
And if that is the case, how do we do that in simple way?
First, I'm not sure whether the model contains the encoder during training.
EOS means end-of-sentence. Encoder and decoder are part of transformer network.
If without-encoder, training time:
If without-encoder, testing time:
If with encoder, training time:
If with-encoder, testing time:
Am I exact right?
I know it is beyond the topic of this project, but hope you could help.
Thank you and thank you.
The text was updated successfully, but these errors were encountered: