Skip to content

Commit

Permalink
Fix readme bug (PaddlePaddle#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengya01 authored Feb 26, 2021
1 parent c8ebb53 commit b10a8a6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ PaddleNLP 2.0拥有**覆盖多场景的模型库**、**简洁易用的全流程A
- paddlepaddle >= 2.0.0

```
pip install paddlenlp==2.0.0rc
pip install paddlenlp\>=2.0.0rc
```

## 快速开始
Expand Down
4 changes: 2 additions & 2 deletions examples/language_model/rnnlm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* PaddleNLP 安装

```shell
pip install paddlenlp>=2.0.0rc
pip install paddlenlp\>=2.0.0rc
```

* 环境依赖
Expand All @@ -50,7 +50,7 @@
任务训练启动命令如下:

```
python train_hapi.py
python train.py
```

程序运行时将会自动进行训练,评估,测试。同时训练过程中会自动保存模型到checkpoint、中。
Expand Down
2 changes: 1 addition & 1 deletion examples/text_classification/pretrained_models/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
* PaddleNLP 安装

```shell
pip install paddlenlp >= 2.0.0rc
pip install paddlenlp\>=2.0.0rc
```

* 环境依赖
Expand Down
2 changes: 1 addition & 1 deletion examples/text_classification/rnn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ PaddleNLP提供了一系列的文本表示技术,如`seq2vec`模块。
* PaddleNLP 安装

```shell
pip install paddlenlp >= 2.0.0rc
pip install paddlenlp\>=2.0.0rc
```

* 环境依赖
Expand Down

0 comments on commit b10a8a6

Please sign in to comment.