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
{{ message }}
This repository was archived by the owner on Apr 8, 2025. It is now read-only.
Is your feature request related to a problem or particular use case?
At the moment we have a single max_seq_len param that is applied to both text sequences (question and passage).
Describe the solution you'd like
As questions are usually way shorter so we should allow a separate param here.
This would save some compute during training as we have shorter sequences for the question encoder.