Skip to content

Commit

Permalink
add English README
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeyuChen committed May 16, 2022
1 parent f2085e6 commit d92f2ec
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 122 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<img src="./docs/imgs/paddlenlp.png" align="middle" width="500" />
</p>




------------------------------------------------------------------------------------------

[![PyPI - PaddleNLP Version](https://img.shields.io/pypi/v/paddlenlp.svg?label=pip&logo=PyPI&logoColor=white)](https://pypi.org/project/paddlenlp/)
Expand Down Expand Up @@ -78,7 +75,7 @@ electra = AutoModel.from_pretrained('chinese-electra-small')
gpt = AutoModelForPretraining.from_pretrained('gpt-cpm-large-cn')
```

<details><summary>&emsp;对预训练模型应用范式如语义表示、文本分类、句对匹配、序列标注、问答等,提供统一的API体验(可展开详情)</summary><div>
对预训练模型应用范式如语义表示、文本分类、句对匹配、序列标注、问答等,提供统一的API体验

```python
import paddle
Expand All @@ -100,7 +97,7 @@ model = AutoModelForQuestionAnswering.from_pretrained('ernie-3.0-medium-zh')

</div></details>

<details><summary>&emsp;PaddleNLP预训练模型适用任务汇总(可展开详情)</summary><div>
<details><summary>&emsp;PaddleNLP预训练模型适用任务汇总(点击展开详情)</summary><div>

| Model | Sequence Classification | Token Classification | Question Answering | Text Generation | Multiple Choice |
| :----------------- | ----------------------- | -------------------- | ------------------ | --------------- | --------------- |
Expand Down
Loading

0 comments on commit d92f2ec

Please sign in to comment.