模型:

hfl/chinese-electra-180g-large-discriminator

英文

这个模型是基于180G数据训练的,我们推荐使用这个版本而不是原始版本。

中文ELECTRA

Google和斯坦福大学发布了一个名为ELECTRA的新预训练模型,它具有更小的模型大小,并且在性能方面相对于BERT及其变种具有竞争力。为了进一步加速中文预训练模型的研究,哈工大与科大讯飞联合实验室(HFL)基于ELECTRA的官方代码发布了中文ELECTRA模型。相比于BERT及其变种,ELECTRA-small在一些NLP任务上仅使用1/10的参数就能达到类似甚至更高的分数。

本项目基于ELECTRA的官方代码: https://github.com/google-research/electra

你可能也对以下内容感兴趣,

更多HFL提供的资源: https://github.com/ymcui/HFL-Anthology

引用

如果您认为我们的资源或论文有用,请考虑在您的论文中包含以下引用。

@inproceedings{cui-etal-2020-revisiting,
    title = "Revisiting Pre-Trained Models for {C}hinese Natural Language Processing",
    author = "Cui, Yiming  and
      Che, Wanxiang  and
      Liu, Ting  and
      Qin, Bing  and
      Wang, Shijin  and
      Hu, Guoping",
    booktitle = "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing: Findings",
    month = nov,
    year = "2020",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://www.aclweb.org/anthology/2020.findings-emnlp.58",
    pages = "657--668",
}