sl commited on
Commit
0b31ed5
1 Parent(s): a176e11
Files changed (1) hide show
  1. README.md +30 -1
README.md CHANGED
@@ -1,3 +1,32 @@
1
  ---
2
- license: apache-2.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - zh
4
+ license: "apache-2.0"
5
  ---
6
+
7
+ ## Chinese-MobileBERT
8
+ > The original [Chinese-MobileBERT](https://github.com/ymcui/Chinese-MobileBERT) repository does not provide pytorch weights, here the weights are converted via the [model_convert](https://github.com/CycloneBoy/model_convert) repository.
9
+
10
+ This repository is developed based on:https://github.com/ymcui/Chinese-MobileBERT
11
+
12
+ You may also be interested in,
13
+ - Chinese BERT series: https://github.com/ymcui/Chinese-BERT-wwm
14
+ - Chinese MacBERT: https://github.com/ymcui/MacBERT
15
+ - Chinese ELECTRA: https://github.com/ymcui/Chinese-ELECTRA
16
+ - Chinese XLNet: https://github.com/ymcui/Chinese-XLNet
17
+ - Knowledge Distillation Toolkit - TextBrewer: https://github.com/airaria/TextBrewer
18
+
19
+ More resources by HFL: https://github.com/ymcui/HFL-Anthology
20
+
21
+ ## Citation
22
+ If you find the technical report or resource is useful, please cite the following technical report in your paper.
23
+
24
+
25
+ ```
26
+ @misc{cui-2022-chinese-mobilebert,
27
+ title={Chinese MobileBERT},
28
+ author={Cui, Yiming},
29
+ howpublished={\url{https://github.com/ymcui/Chinese-MobileBERT}},
30
+ year={2022}
31
+ }
32
+ ```