From b8344a274fe13b390fa60c74b76117f5ea8144cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wang=20Ran=20=28=E6=B1=AA=E7=84=B6=29?= Date: Tue, 25 May 2021 16:23:46 +0800 Subject: [PATCH] typo (#11858) --- examples/pytorch/text-classification/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pytorch/text-classification/README.md b/examples/pytorch/text-classification/README.md index e3fca9e399..a2dec9c673 100644 --- a/examples/pytorch/text-classification/README.md +++ b/examples/pytorch/text-classification/README.md @@ -45,7 +45,7 @@ python run_glue.py \ where task name can be one of cola, sst2, mrpc, stsb, qqp, mnli, qnli, rte, wnli. We get the following results on the dev set of the benchmark with the previous commands (with an exception for MRPC and -WNLI which are tiny and where we used 5 epochs isntead of 3). Trainings are seeded so you should obtain the same +WNLI which are tiny and where we used 5 epochs instead of 3). Trainings are seeded so you should obtain the same results with PyTorch 1.6.0 (and close results with different versions), training times are given for information (a single Titan RTX was used):