diff --git a/ernie-doc/README.md b/ernie-doc/README.md index dc9b1840cb560034e022bf29f711b6b9a5f39a0b..016e2d78cf6d6e1dff978c88509b9cffbf02601d 100644 --- a/ernie-doc/README.md +++ b/ernie-doc/README.md @@ -99,7 +99,7 @@ We compare the performance of [ERNIE-Doc](https://arxiv.org/abs/2012.15688) with | **ERNIE-Doc** Base | **96.3** | | **ERNIE-Doc** Large | **96.6** | -- [THUCNews(THU)](http://thuctc.thunlp.org/)、[IFLYTEK(IFK)](https://arxiv.org/abs/2004.05986) +- [THUCNews(THU)](https://github.com/gaussic/text-classification-cnn-rnn)、[IFLYTEK(IFK)](https://arxiv.org/abs/2004.05986) | Models | THU | THU | IFK | |-----------------|:--------:|:--------:|:--------:| @@ -179,7 +179,7 @@ We compare the performance of [ERNIE-Doc](https://arxiv.org/abs/2012.15688) with ### Install PaddlePaddle -This code base has been tested with Paddle (version>=2.0) with Python3. Other dependency of ERNIE-Doc is listed in `requirements.txt`, you can install it by +This code base has been tested with Paddle (version>=1.8) with Python3. Other dependency of ERNIE-GEN is listed in `requirements.txt`, you can install it by ```script pip install -r requirements.txt ``` @@ -191,7 +191,7 @@ sh script/run_imdb.sh sh script/run_iflytek.sh sh script/run_dureader.sh ``` -[Preprocessing code for IMDB dataset](./data/imdb/README.md) +[Preprocessing code for IMDB dataset](./ernie_doc/data/imdb/README.md) The log of training and the evaluation results are in `log/job.log.0`. diff --git a/ernie-doc/README_zh.md b/ernie-doc/README_zh.md index 05dd1700ed6eafd222f908dedba83d38a9413ea5..3fa3a04bd89d0b82566c7294030c4cdb45d597be 100644 --- a/ernie-doc/README_zh.md +++ b/ernie-doc/README_zh.md @@ -98,7 +98,7 @@ | **ERNIE-Doc** Base | **96.3** | | **ERNIE-Doc** Large | **96.6** | -- [THUCNews(THU)](http://thuctc.thunlp.org/)、[IFLYTEK(IFK)](https://arxiv.org/abs/2004.05986) +- [THUCNews(THU)](https://github.com/gaussic/text-classification-cnn-rnn)、[IFLYTEK(IFK)](https://arxiv.org/abs/2004.05986) | 模型 | THU | THU | IFK | |-----------------|:--------:|:--------:|:--------:| @@ -178,7 +178,7 @@ ### 安装飞桨 -我们的代码基于 Paddle(version>=2.0),推荐使用python3运行。 ERNIE-Doc 依赖的其他模块也列举在 `requirements.txt`,可以通过下面的指令安装: +我们的代码基于 Paddle(version>=1.8),推荐使用python3运行。 ERNIE-Doc 依赖的其他模块也列举在 `requirements.txt`,可以通过下面的指令安装: ```script pip install -r requirements.txt ``` @@ -190,7 +190,7 @@ sh script/run_imdb.sh # 英文分类任务 sh script/run_iflytek.sh # 中文分类任务 sh script/run_dureader.sh # 中文阅读理解任务 ``` -[imdb数据处理说明](./data/imdb/README.md) +[imdb数据处理说明](./ernie_doc/data/imdb/README.md) 具体微调参数均可在上述脚本中进行修改,训练和评估的日志在 `log/job.log.0`。 @@ -209,4 +209,4 @@ sh script/run_dureader.sh # 中文阅读理解任务 journal={arXiv preprint arXiv:2012.15688}, year={2020} } -``` \ No newline at end of file +```