From 2911dd77e28ceb4e2f7553f99b2be4d2e3aada73 Mon Sep 17 00:00:00 2001 From: konstantinschulz <31240766+konstantinschulz@users.noreply.github.com> Date: Sat, 12 Dec 2020 20:51:33 +0100 Subject: [PATCH] Update multilingual.md fixed a typo --- multilingual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multilingual.md b/multilingual.md index 13842579f..f1720a4b0 100644 --- a/multilingual.md +++ b/multilingual.md @@ -107,7 +107,7 @@ To run fine-tuning on XNLI. The language is hard-coded into `run_classifier.py` (Chinese by default), so please modify `XnliProcessor` if you want to run on another language. -This is a large dataset, so this will training will take a few hours on a GPU +This is a large dataset, so this training will take a few hours on a GPU (or about 30 minutes on a Cloud TPU). To run an experiment quickly for debugging, just set `num_train_epochs` to a small value like `0.1`.