update readme (#1)
Browse files- update readme (0f197a8e31b7ef6a04989f0423ead5b029d947ef)
Co-authored-by: Chengyu Wang <[email protected]>
README.md
CHANGED
@@ -1,25 +1,21 @@
|
|
1 |
---
|
2 |
language: zh
|
3 |
pipeline_tag: fill-mask
|
4 |
-
|
5 |
-
# - text: "感冒需要吃[MASK]"
|
6 |
-
# - text: "人类的[MASK]温是37度"
|
7 |
tags:
|
8 |
- bert
|
9 |
license: apache-2.0
|
10 |
---
|
11 |
## Alibaba PAI BERT Base Chinese
|
12 |
|
13 |
-
This project provides Chinese pre-trained language models and various types of NLP tools. The models are pre-trained on the large-scale
|
14 |
-
|
15 |
## Citation
|
16 |
|
17 |
-
If you find the resource is useful, please cite the following
|
18 |
-
|
19 |
-
- For the EasyNLP framework:
|
20 |
```
|
21 |
@article{easynlp,
|
22 |
-
title = {EasyNLP: A Comprehensive and Easy-to-use Toolkit for Natural Language Processing},
|
|
|
23 |
author = {Wang, Chengyu and Qiu, Minghui and Zhang, Taolin and Liu, Tingting and Li, Lei and Wang, Jianing and Wang, Ming and Huang, Jun and Lin, Wei},
|
24 |
url = {https://arxiv.org/abs/2205.00258},
|
25 |
year = {2022}
|
|
|
1 |
---
|
2 |
language: zh
|
3 |
pipeline_tag: fill-mask
|
4 |
+
|
|
|
|
|
5 |
tags:
|
6 |
- bert
|
7 |
license: apache-2.0
|
8 |
---
|
9 |
## Alibaba PAI BERT Base Chinese
|
10 |
|
11 |
+
This project provides Chinese pre-trained language models and various types of NLP tools. The models are pre-trained on the large-scale corpora hosted by the Alibaba PAI team. It is developed based on the EasyNLP framework (https://github.com/alibaba/EasyNLP).
|
|
|
12 |
## Citation
|
13 |
|
14 |
+
If you find the resource is useful, please cite the following paper in your work:
|
|
|
|
|
15 |
```
|
16 |
@article{easynlp,
|
17 |
+
title = {EasyNLP: A Comprehensive and Easy-to-use Toolkit for Natural Language Processing},
|
18 |
+
publisher = {arXiv},
|
19 |
author = {Wang, Chengyu and Qiu, Minghui and Zhang, Taolin and Liu, Tingting and Li, Lei and Wang, Jianing and Wang, Ming and Huang, Jun and Lin, Wei},
|
20 |
url = {https://arxiv.org/abs/2205.00258},
|
21 |
year = {2022}
|