Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cherrypick-2.2] update paddle verion requires #1447

Merged
merged 1 commit into from
Dec 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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是飞桨自然语言处理开发库,具备**易用的文本领域API
### 环境依赖

- python >= 3.6
- paddlepaddle >= 2.1
- paddlepaddle >= 2.2

### pip安装

Expand Down
2 changes: 1 addition & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ English | [简体中文](./README.md)
### Prerequisites

* python >= 3.6
* paddlepaddle >= 2.1
* paddlepaddle >= 2.2

More information about PaddlePaddle installation please refer to [PaddlePaddle's Website](https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/install/conda/linux-conda.html).

Expand Down
6 changes: 6 additions & 0 deletions examples/faster/faster_ernie/seq_cls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ FasterTokenizer底层为C++实现,同时提供了python接口调用。其可

以下示例展示FasterERNIE用于文本分类任务。

## 环境依赖

* paddlepaddle >= 2.2.1

* paddlenlp >= 2.2

## 代码结构说明

以下是本项目主要代码结构及说明:
Expand Down
6 changes: 6 additions & 0 deletions examples/faster/faster_ernie/token_cls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ FasterTokenizer底层为C++实现,同时提供了python接口调用。其可

以下示例展示FasterERNIE用于序列标注任务。

## 环境依赖

* paddlepaddle >= 2.2.1

* paddlenlp >= 2.2

## 代码结构说明

以下是本项目主要代码结构及说明:
Expand Down
4 changes: 3 additions & 1 deletion examples/faster/faster_tokenizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ faster_tokenizer = FasterTokenizer.from_pretrained("bert-base-chinese")

## 环境依赖

* paddlenlp >= 2.2.0
* paddlepaddle >= 2.2.1

* paddlenlp >= 2.2

* transformers == 4.11.3

Expand Down