transformers/examples/longform-qa/README.md
Sylvain Gugger 514486739c
Fix CI with change of name of nlp (#7054)
* nlp -> datasets

* More nlp -> datasets

* Woopsie

* More nlp -> datasets

* One last
2020-09-10 14:51:08 -04:00

645 B

Long Form Question Answering

This folder contains the code for the Long Form Question answering demo as well as methods to train and use a fully end-to-end Long Form Question Answering system using the 🤗transformers and 🤗datasets libraries.

You can use these methods to train your own system by following along the associate notebook or blog post.