ymcui commited on
Commit
378510c
1 Parent(s): 0725921

update usage

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ language:
4
  license: "apache-2.0"
5
  ---
6
 
7
- ## Please use `ElectraForPreTraining` for `discriminator` and `ElectraForMaskedLM` for `generator` if you are re-training these models.
8
 
9
  ## Chinese ELECTRA
10
  Google and Stanford University released a new pre-trained model called ELECTRA, which has a much compact model size and relatively competitive performance compared to BERT and its variants.
 
4
  license: "apache-2.0"
5
  ---
6
 
7
+ **Please use `ElectraForPreTraining` for `discriminator` and `ElectraForMaskedLM` for `generator` if you are re-training these models.**
8
 
9
  ## Chinese ELECTRA
10
  Google and Stanford University released a new pre-trained model called ELECTRA, which has a much compact model size and relatively competitive performance compared to BERT and its variants.