未验证 提交 bec2933a 编写于 作者: Z Zeyu Chen 提交者: GitHub

Update README_en.md

上级 6e7df440
...@@ -4,8 +4,6 @@ English | [简体中文](./README.md) ...@@ -4,8 +4,6 @@ English | [简体中文](./README.md)
<img src="./docs/imgs/paddlenlp.png" width="520" height ="100" /> <img src="./docs/imgs/paddlenlp.png" width="520" height ="100" />
</p> </p>
# PaddleNLP
![License](https://img.shields.io/badge/license-Apache%202-red.svg) ![License](https://img.shields.io/badge/license-Apache%202-red.svg)
![python version](https://img.shields.io/badge/python-3.6+-orange.svg) ![python version](https://img.shields.io/badge/python-3.6+-orange.svg)
![support os](https://img.shields.io/badge/os-linux%2C%20win%2C%20mac-yellow.svg) ![support os](https://img.shields.io/badge/os-linux%2C%20win%2C%20mac-yellow.svg)
...@@ -43,7 +41,7 @@ pip install paddlenlp>=2.0.0a ...@@ -43,7 +41,7 @@ pip install paddlenlp>=2.0.0a
### Quick Dataset Loading ### Quick Dataset Loading
```python ```python
from paddlenlp.datasets import ChnSentiCrop from paddlenlp.datasets import ChnSentiCorp
train_ds, test_ds = ChnSentiCorp.get_datasets(['train','test']) train_ds, test_ds = ChnSentiCorp.get_datasets(['train','test'])
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册