transformers/examples/tensorflow
Matt ac588594e2
Merge new TF example script (#11360)
First of the new and more idiomatic TF examples!
2021-04-21 17:04:55 +01:00
..
benchmarking Examples reorg (#11350) 2021-04-21 11:11:20 -04:00
multiple-choice Examples reorg (#11350) 2021-04-21 11:11:20 -04:00
question-answering Examples reorg (#11350) 2021-04-21 11:11:20 -04:00
text-classification Merge new TF example script (#11360) 2021-04-21 17:04:55 +01:00
README.md Merge new TF example script (#11360) 2021-04-21 17:04:55 +01:00

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 - - -