Skip to content

Commit

Permalink
add more badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeyuChen committed Mar 16, 2021
1 parent caef8d7 commit 867223d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
</p>

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

![License](https://img.shields.io/badge/license-Apache%202-red.svg)
[![PyPI - PaddleNLP Version](https://img.shields.io/pypi/v/paddlenlp.svg?label=pip&logo=PyPI&logoColor=white)](https://pypi.org/project/paddlenlp/)
![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)
[![Downloads](https://pepy.tech/badge/paddlenlp/month)](https://pepy.tech/project/paddlenlp)
![GitHub](https://img.shields.io/github/license/maiot-io/paddlenlp)

## 简介

Expand Down Expand Up @@ -37,7 +38,7 @@ PaddleNLP 2.0拥有**覆盖多场景的模型库**、**简洁易用的全流程A
### pip安装

```
pip install --upgrade paddlenlp -i https://pypi.org/simple
pip install --upgrade paddlenlp -i https://pypi.org/simple
```

更多关于PaddlePaddle的安装和PaddleNLP安装详细教程请查看[Installation](./docs/get_started/installation.rst)
Expand Down Expand Up @@ -147,13 +148,18 @@ PaddleNLP模型库整体介绍请参考文档[PaddleNLP Model Zoo](./docs/model_

## 社区贡献与技术交流

### 特殊兴趣小组
- 欢迎您加入PaddleNLP的SIG社区,贡献优秀的模型实现、公开数据集、教程与案例、外围小工具。

### QQ
- 现在就加入PaddleNLP的QQ技术交流群,一起交流NLP技术吧!⬇️

<div align="center">
<img src="./docs/imgs/qq.png" width="200" height="200" />
</div>

### Slack
- 欢迎加入[PaddleNLP Slack channel](https://paddlenlp.slack.com/)与我们的开发者进行技术交流。

## License

Expand Down
12 changes: 11 additions & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ English | [简体中文](./README.md)

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

![License](https://img.shields.io/badge/license-Apache%202-red.svg)
[![PyPI - PaddleNLP Version](https://img.shields.io/pypi/v/paddlenlp.svg?label=pip&logo=PyPI&logoColor=white)](https://pypi.org/project/paddlenlp/)
![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)
[![Downloads](https://pepy.tech/badge/paddlenlp/month)](https://pepy.tech/project/paddlenlp)
![GitHub](https://img.shields.io/github/license/maiot-io/paddlenlp)

## Introduction

Expand Down Expand Up @@ -137,6 +139,14 @@ Please refer to our official AI Studio account for more interactive tutorials: [

## Community

### Special Interest Group(SIG)

Welcome to join [PaddleNLP SIG](https://iwenjuan.baidu.com/?code=bkypg8) for contribution, eg. Dataset, Models and Toolkit.

### Slack
To connect with other users and contributors, welcome to join our [Slack channel](https://paddlenlp.slack.com/).

### QQ
Join our QQ Technical Group for technical exchange right now! ⬇️

<div align="center">
Expand Down

0 comments on commit 867223d

Please sign in to comment.