-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some questions on evaluating #5
Comments
Maybe only use the transformer encoder in DAVINCI? |
Yes, you can just use the text encoder separately. |
It is said in the paper that "We follow the practice of BART (Lewis et al., 2020) and feed the |
As in the code Line 36 in 283ea6f
same text is passed in DAVINCI model, but we need to predict the relationship between two sentences. Why is the hidden state from just one sentence can be passed in the classifier and predict two sentences' relationship? I'm sorry that I have so many beginner level question... |
How can the model evaluate on GLEU tasks?The tasks are text-pure, but in the paper it said “Similar to PLM, when prefix image is none, this task will degenerate into “text-to-image generation” task, forcing the model to generate an image with the input caption”, so how can the model complete text-pure tasks?
The text was updated successfully, but these errors were encountered: