mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-04 13:20:12 +06:00
Corrected typo in readme (#8320)
This commit is contained in:
parent
226b9debb7
commit
77c8f6c627
@ -68,7 +68,7 @@ For example for `run_glue`:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
python examples/xla_spawn.py --num_cores 8 \
|
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 \
|
--model_name_or_path bert-base-cased \
|
||||||
--task_name mnli \
|
--task_name mnli \
|
||||||
--data_dir ./data/glue_data/MNLI \
|
--data_dir ./data/glue_data/MNLI \
|
||||||
|
Loading…
Reference in New Issue
Block a user