mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-19 12:38:23 +06:00
![]() * remove references to old API in docstring - update data processors * style * fix tests - better type checking error messages * better type checking * include awesome fix by @LysandreJik for #5310 * updated doc and examples |
||
---|---|---|
.. | ||
eli5_app.py | ||
eli5_utils.py | ||
README.md |
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 🤗nlp libraries.
You can use these methods to train your own system by following along the associate notebook or blog post.