Browse Source

!1020 delete dataset hyperlinks in bert README.md file

Merge pull request !1020 from yoonlee666/master-readme
tags/v0.3.0-alpha
mindspore-ci-bot Gitee 5 years ago
parent
commit
e6273ce33b
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      example/bert_clue/README.md

+ 2
- 3
example/bert_clue/README.md View File

@@ -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 <https://dumps.wikimedia.org/zhwiki> 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 <https://www.cluebenchmarks.com> 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.



Loading…
Cancel
Save