From 77c8f6c627cb1528ea8199e8058f9dcb847a409c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillem=20Garc=C3=ADa=20Subies?= <37592763+GuillemGSubies@users.noreply.github.com> Date: Thu, 5 Nov 2020 13:48:36 +0100 Subject: [PATCH] Corrected typo in readme (#8320) --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 98f3114c7cc..99ec4f11873 100644 --- a/examples/README.md +++ b/examples/README.md @@ -68,7 +68,7 @@ For example for `run_glue`: ```bash python examples/xla_spawn.py --num_cores 8 \ - examples/text-classification/run_glue.py + examples/text-classification/run_glue.py \ --model_name_or_path bert-base-cased \ --task_name mnli \ --data_dir ./data/glue_data/MNLI \