From 35115eaf9393abcf1e5cb920928a1f03c0717c9d Mon Sep 17 00:00:00 2001 From: Davide Fiocco Date: Wed, 16 Jan 2019 21:05:24 +0100 Subject: [PATCH] (very) minor update to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c35e8b274..4e7d3bb109 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ The repository further comprises: - [`run_classifier.py`](./examples/run_classifier.py) - Show how to fine-tune an instance of `BertForSequenceClassification` on GLUE's MRPC task, - [`run_squad.py`](./examples/run_squad.py) - Show how to fine-tune an instance of `BertForQuestionAnswering` on SQuAD v1.0 task. - [`run_swag.py`](./examples/run_swag.py) - Show how to fine-tune an instance of `BertForMultipleChoice` on Swag task. - - [`run_lm_finetuning`](./examples/run_lm_finetuning.py) - Show how to fine-tune an instance of `BertForPretraining' on a target text corpus. + - [`run_lm_finetuning.py`](./examples/run_lm_finetuning.py) - Show how to fine-tune an instance of `BertForPretraining' on a target text corpus. These examples are detailed in the [Examples](#examples) section of this readme.