From 2268fbf5a114681aec5a8f3b5849e2cf4a979880 Mon Sep 17 00:00:00 2001 From: yoonlee666 Date: Sat, 9 May 2020 09:30:54 +0800 Subject: [PATCH] delete dataset hyperlinks in bert README.md --- example/bert_clue/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/example/bert_clue/README.md b/example/bert_clue/README.md index 3c66816ff..2e778c968 100644 --- a/example/bert_clue/README.md +++ b/example/bert_clue/README.md @@ -4,9 +4,8 @@ This example implements pre-training, fine-tuning and evaluation of [BERT-base]( ## Requirements - Install [MindSpore](https://www.mindspore.cn/install/en). -- Download the zhwiki dataset from for pre-training. Extract and clean text in the dataset with [WikiExtractor](https://github.com/attardi/wil -kiextractor). Convert the dataset to TFRecord format and move the files to a specified path. -- Download the CLUE dataset from for fine-tuning and evaluation. +- Download the zhwiki dataset for pre-training. Extract and clean text in the dataset with [WikiExtractor](https://github.com/attardi/wikiextractor). Convert the dataset to TFRecord format and move the files to a specified path. +- Download the CLUE dataset for fine-tuning and evaluation. > Notes: If you are running a fine-tuning or evaluation task, prepare the corresponding checkpoint file. -- GitLab