Move old TF text classification script to legacy (#11361)

And update README to explain the work-in-progress!
This commit is contained in:
Matt 2021-04-21 17:36:18 +01:00 committed by GitHub
parent 50595a3336
commit 6fe79e57d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

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