transformers/examples/longform-qa
2020-11-19 11:56:42 -05:00
..
eli5_app.py Fix a few last paths for the new repo org (#8666) 2020-11-19 11:56:42 -05:00
eli5_utils.py RAG (#6813) 2020-09-22 18:29:58 +02: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.