kiritoD chywang commited on
Commit
ac725b9
1 Parent(s): d4f3073

update readme (#1)

Browse files

- update readme (dfc93a37dfaebdf7bd13220d6759bff765b3c14e)


Co-authored-by: Chengyu Wang <[email protected]>

Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -10,16 +10,14 @@ license: apache-2.0
10
  ---
11
  ## Alibaba PAI BERT Tiny 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 corpura hosted by the Alibaba PAI team. It is developed based on the EasyNLP framework: https://github.com/alibaba/EasyNLP by the Alibaba PAI team.
14
-
15
  ## Citation
16
 
17
- If you find the resource is useful, please cite the following papers in your work.
18
-
19
- - For the EasyNLP framework:
20
  ```
21
  @article{easynlp,
22
- title = {EasyNLP: A Comprehensive and Easy-to-use Toolkit for Natural Language Processing}, publisher = {arXiv},
 
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}
 
10
  ---
11
  ## Alibaba PAI BERT Tiny 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 corpora hosted by the Alibaba PAI team. It is developed based on the EasyNLP framework (https://github.com/alibaba/EasyNLP).
 
14
  ## Citation
15
 
16
+ If you find the resource is useful, please cite the following paper in your work:
 
 
17
  ```
18
  @article{easynlp,
19
+ title = {EasyNLP: A Comprehensive and Easy-to-use Toolkit for Natural Language Processing},
20
+ publisher = {arXiv},
21
  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},
22
  url = {https://arxiv.org/abs/2205.00258},
23
  year = {2022}