mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-03 12:50:06 +06:00

* Base move * Examples reorganization * Update references * Put back test data * Move conftest * More fixes * Move test data to test fixtures * Update path * Apply suggestions from code review Co-authored-by: Lysandre Debut <lysandre@huggingface.co> * Address review comments and clean Co-authored-by: Lysandre Debut <lysandre@huggingface.co>
2.0 KiB
2.0 KiB
Examples
This folder contains actively maintained examples of use of 🤗 Transformers using the TensorFlow backend, organized along NLP tasks. It is under construction so we thank you for your patience!
The Big Table of Tasks
Here is the list of all our examples:
- with information on whether they are built on top of
Keras
(if not, they still work, they might just lack some features), - whether or not they leverage the 🤗 Datasets library.
- links to Colab notebooks to walk through the scripts and run them easily,
Task | Example datasets | Keras support | 🤗 Datasets | Colab |
---|---|---|---|---|
language-modeling |
WikiText-2 | - | - | - |
multiple-choice |
SWAG | - | - | - |
question-answering |
SQuAD | - | - | - |
summarization |
XSum | - | - | - |
text-classification |
GLUE | - | - | - |
text-generation |
n/a | - | n/a | - |
token-classification |
CoNLL NER | - | - | - |
translation |
WMT | - | - | - |