Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
datasets:
|
4 |
---
|
5 |
|
6 |
-
#
|
7 |
|
8 |
## Model description
|
9 |
|
@@ -19,7 +19,7 @@ You can download the 24 Chinese RoBERTa miniatures either from the [UER-py Githu
|
|
19 |
| **L=8** |[8/128]|[8/256]|[**8/512 (BERT-Medium)**]|[8/768]|
|
20 |
| **L=10** |[10/128]|[10/256]|[10/512]|[10/768]|
|
21 |
| **L=12** |[12/128]|[12/256]|[12/512]|[**12/768 (BERT-Base)**]|
|
22 |
-
|
23 |
## Training data
|
24 |
|
25 |
CLUECorpus2020 and CLUECorpusSmall are used as training corpus.
|
|
|
1 |
---
|
2 |
+
language: Chinese
|
3 |
+
datasets: CLUECorpus
|
4 |
---
|
5 |
|
6 |
+
# Chinese RoBERTa Miniatures
|
7 |
|
8 |
## Model description
|
9 |
|
|
|
19 |
| **L=8** |[8/128]|[8/256]|[**8/512 (BERT-Medium)**]|[8/768]|
|
20 |
| **L=10** |[10/128]|[10/256]|[10/512]|[10/768]|
|
21 |
| **L=12** |[12/128]|[12/256]|[12/512]|[**12/768 (BERT-Base)**]|
|
22 |
+
## Intended uses & limitations#### How to use
|
23 |
## Training data
|
24 |
|
25 |
CLUECorpus2020 and CLUECorpusSmall are used as training corpus.
|