transformers/examples/research_projects/longform-qa
Lysandre Debut f497f564bb
Update all references to canonical models (#29001)
* Script & Manual edition

* Update
2024-02-16 08:16:58 +01:00
..
README.md Reorganize examples (#9010) 2020-12-11 10:07:02 -05:00
eli5_app.py Update all references to canonical models (#29001) 2024-02-16 08:16:58 +01:00
eli5_utils.py Apply ruff flake8-comprehensions (#21694) 2023-02-22 09:14:54 +01:00
requirements.txt Reorganize examples (#9010) 2020-12-11 10:07:02 -05:00

README.md

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.