From 7cc15bdd9675d1cec9186a8963c1f59be899ee68 Mon Sep 17 00:00:00 2001 From: Lysandre Debut Date: Thu, 25 Jun 2020 18:19:21 -0400 Subject: [PATCH] Closes #5218 --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 262a1c4461..7f6770e30e 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,7 +1,7 @@ ## Examples Version 2.9 of 🤗 Transformers introduces a new [`Trainer`](https://github.com/huggingface/transformers/blob/master/src/transformers/trainer.py) class for PyTorch, and its equivalent [`TFTrainer`](https://github.com/huggingface/transformers/blob/master/src/transformers/trainer_tf.py) for TF 2. -Running the examples requires PyTorch 1.3.1+ or TensorFlow 2.0+. +Running the examples requires PyTorch 1.3.1+ or TensorFlow 2.1+. Here is the list of all our examples: - **grouped by task** (all official examples work for multiple models)