transformers/examples/research_projects/longform-qa
Stas Bekman 88e84186e5
[style] consistent nn. and nn.functional: part 4 examples (#12156)
* consistent nn. and nn.functional: p4 examples

* restore
2021-06-14 12:28:24 -07:00
..
eli5_app.py Reorganize examples (#9010) 2020-12-11 10:07:02 -05:00
eli5_utils.py [style] consistent nn. and nn.functional: part 4 examples (#12156) 2021-06-14 12:28:24 -07:00
README.md Reorganize examples (#9010) 2020-12-11 10:07:02 -05:00
requirements.txt Reorganize examples (#9010) 2020-12-11 10:07:02 -05:00

Long Form Question Answering

Author: @yjernite

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.