The Wayback Machine - https://web.archive.org/web/20220322185003/https://github.com/topics/question-answering
Skip to content
#

question-answering

Here are 1,025 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 question-answering 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 question-answering topic, visit your repo's landing page and select "manage topics."

Learn more