Skip to content

Patch Release - Bugfix QA Processing

Compare
Choose a tag to compare
@Timoeller Timoeller released this 12 Jan 17:34
· 77 commits to master since this release

Patch release

This is just a quick patch release to bugfix some input validation for Question Answering
[closed] Fix/missing truncation bug #679

Additional feature for QA

Still, another interesting feature slipped in: We can now filter QA predictions to not contain duplicate answers.
[closed] Added filter_range parameter that allows to filter answers with similar start/end indices #680

Additional test

[part: tokenizer][task: QA] Add integration test for QA processing #683

Misc

[closed] Remove "qas" inference input wherever possible #681
[closed] Added parameter names to convert_from_transformers call in question_answering_crossvalidation.py #672