模型:

hfl/chinese-electra-180g-small-ex-generator

英文

该模型是在180G的数据上训练的,我们建议使用这个版本而不是原始版本。

ELECTRA中文版

Google和斯坦福大学发布了一个名为ELECTRA的新的预训练模型,与BERT及其变种相比,该模型具有更小的模型尺寸和相对竞争性的性能。为了加速中文预训练模型的研究,哈尔滨工业大学和科大讯飞联合实验室(HFL)基于ELECTRA的官方代码发布了中文版的ELECTRA模型。与BERT及其变种相比,ELECTRA-small仅使用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",
}