Update README.md
Browse files
README.md
CHANGED
@@ -11,9 +11,9 @@ widget:
|
|
11 |
|
12 |
## Model description
|
13 |
|
14 |
-
This is the set of 6 Chinese Whole Word Masking RoBERTa models pre-trained by [UER-py](https://arxiv.org/abs/1909.05658).
|
15 |
|
16 |
-
[Turc et al.](https://arxiv.org/abs/1908.08962) have shown that the standard BERT recipe is effective on a wide range of model sizes. Following their paper, we released the 6 Chinese Whole Word Masking RoBERTa models. In order to facilitate users
|
17 |
|
18 |
You can download the 6 Chinese RoBERTa miniatures either from the [UER-py Github page](https://github.com/dbiir/UER-py/), or via HuggingFace from the links below:
|
19 |
|
@@ -175,6 +175,13 @@ python3 scripts/convert_bert_from_uer_to_huggingface.py --input_model_path model
|
|
175 |
pages={241},
|
176 |
year={2019}
|
177 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
178 |
```
|
179 |
|
180 |
[2_128]:https://huggingface.co/uer/roberta-tiny-wwm-chinese-cluecorpussmall
|
|
|
11 |
|
12 |
## Model description
|
13 |
|
14 |
+
This is the set of 6 Chinese Whole Word Masking RoBERTa models pre-trained by [UER-py](https://github.com/dbiir/UER-py/), which is introduced in [this paper](https://arxiv.org/abs/1909.05658). Besides, the models could also be pre-trained by [TencentPretrain](https://github.com/Tencent/TencentPretrain) introduced in [this paper](https://arxiv.org/abs/2212.06385), which inherits UER-py to support models with parameters above one billion, and extends it to a multimodal pre-training framework.
|
15 |
|
16 |
+
[Turc et al.](https://arxiv.org/abs/1908.08962) have shown that the standard BERT recipe is effective on a wide range of model sizes. Following their paper, we released the 6 Chinese Whole Word Masking RoBERTa models. In order to facilitate users in reproducing the results, we used a publicly available corpus and word segmentation tool, and provided all training details.
|
17 |
|
18 |
You can download the 6 Chinese RoBERTa miniatures either from the [UER-py Github page](https://github.com/dbiir/UER-py/), or via HuggingFace from the links below:
|
19 |
|
|
|
175 |
pages={241},
|
176 |
year={2019}
|
177 |
}
|
178 |
+
|
179 |
+
@article{zhao2023tencentpretrain,
|
180 |
+
title={TencentPretrain: A Scalable and Flexible Toolkit for Pre-training Models of Different Modalities},
|
181 |
+
author={Zhao, Zhe and Li, Yudong and Hou, Cheng and Zhao, Jing and others},
|
182 |
+
journal={ACL 2023},
|
183 |
+
pages={217},
|
184 |
+
year={2023}
|
185 |
```
|
186 |
|
187 |
[2_128]:https://huggingface.co/uer/roberta-tiny-wwm-chinese-cluecorpussmall
|