transformers/examples/longform-qa
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
..
eli5_app.py Fix CI with change of name of nlp (#7054) 2020-09-10 14:51:08 -04:00
eli5_utils.py Fix CI with change of name of nlp (#7054) 2020-09-10 14:51:08 -04:00
README.md Fix CI with change of name of nlp (#7054) 2020-09-10 14:51:08 -04:00

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.