Skip to content
#

dpr

Here are 22 public repositories matching this topic...

haystack
ZanSara
ZanSara commented Mar 16, 2022

Problem
Currently FARMReader will ask users to raise max_seq_length every time some samples are longer than the value set to it. However, this can be confusing if max_seq_length is already set to the maximum value allowed by the model, because raising it further will cause hard-to-read CUDA errors.

See #2177.

Solution
We should find a way to query the model for the maximum va

type:feature good first issue topic:models journey:intermediate

Improve this page

Add a description, image, and links to the dpr topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dpr topic, visit your repo's landing page and select "manage topics."

Learn more