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, in your QMSum paper, the 5.1 Implementation Details section mentioned that you used fairseq library to implement BART model and you truncate the input text to 2048 tokens.
Did you increase the max sequence length to 2048 for the BART model? May I ask how did you implement that?
I saw some suggestions in the following issue and wonder how exactly you implemented your finetuning. facebookresearch/fairseq#1685
The text was updated successfully, but these errors were encountered:
Hi, in your QMSum paper, the 5.1 Implementation Details section mentioned that you used fairseq library to implement BART model and you truncate the input text to 2048 tokens.
Did you increase the max sequence length to 2048 for the BART model? May I ask how did you implement that?
I saw some suggestions in the following issue and wonder how exactly you implemented your finetuning.
facebookresearch/fairseq#1685
The text was updated successfully, but these errors were encountered: