uer commited on
Commit
2f41077
·
1 Parent(s): 8ad3246

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,9 +1,9 @@
1
  ---
2
- language: zh
3
- datasets: cluecorpus
4
  ---
5
 
6
- # BERT Miniatures
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.