mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-03 21:00:08 +06:00
![]() * Result of black 23.1 * Update target to Python 3.7 * Switch flake8 to ruff * Configure isort * Configure isort * Apply isort with line limit * Put the right black version * adapt black in check copies * Fix copies |
||
---|---|---|
.. | ||
eli5_app.py | ||
eli5_utils.py | ||
README.md | ||
requirements.txt |
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.