Skip to content

Commit

Permalink
Revert "Corrected typo in readme (huggingface#8320)"
Browse files Browse the repository at this point in the history
This reverts commit 58d9e4c.
  • Loading branch information
fabiocapsouza authored Nov 15, 2020
1 parent ac5d566 commit 748c1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 748c1d5

Please sign in to comment.