From 6fe79e57d70204933e6940be6c822dc48567ad71 Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 21 Apr 2021 17:36:18 +0100 Subject: [PATCH] Move old TF text classification script to legacy (#11361) And update README to explain the work-in-progress! --- .../text-classification/run_tf_text_classification.py | 0 examples/tensorflow/README.md | 2 ++ 2 files changed, 2 insertions(+) rename examples/{tensorflow => legacy}/text-classification/run_tf_text_classification.py (100%) mode change 100755 => 100644 diff --git a/examples/tensorflow/text-classification/run_tf_text_classification.py b/examples/legacy/text-classification/run_tf_text_classification.py old mode 100755 new mode 100644 similarity index 100% rename from examples/tensorflow/text-classification/run_tf_text_classification.py rename to examples/legacy/text-classification/run_tf_text_classification.py diff --git a/examples/tensorflow/README.md b/examples/tensorflow/README.md index d89292164..2953a5d11 100644 --- a/examples/tensorflow/README.md +++ b/examples/tensorflow/README.md @@ -17,6 +17,8 @@ limitations under the License. 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! +Files containing `tf` such as `run_tf_glue.py` are the old-style files that will be rewritten very soon! Files without this such as `run_text_classification.py` are the newer ones. This message will be removed when the revamp is complete. + ## The Big Table of Tasks Here is the list of all our examples: