匿名用户2024年07月31日
25阅读
所属分类ai、bert、pytorch、bert
开源地址https://modelscope.cn/models/dienstag/rbt3
授权协议apache-2.0

作品详情

This is a re-trained 3-layer RoBERTa-wwm-ext model.

Chinese BERT with Whole Word Masking

For further accelerating Chinese natural language processing, we provide Chinese pre-trained BERT with Whole Word Masking.

Pre-Training with Whole Word Masking for Chinese BERT
Yiming Cui, Wanxiang Che, Ting Liu, Bing Qin, Ziqing Yang, Shijin Wang, Guoping Hu

This repository is developed based on:https://github.com/google-research/bert

You may also interested in,

  • Chinese BERT series: https://github.com/ymcui/Chinese-BERT-wwm
  • Chinese MacBERT: https://github.com/ymcui/MacBERT
  • Chinese ELECTRA: https://github.com/ymcui/Chinese-ELECTRA
  • Chinese XLNet: https://github.com/ymcui/Chinese-XLNet
  • Knowledge Distillation Toolkit - TextBrewer: https://github.com/airaria/TextBrewer

More resources by HFL: https://github.com/ymcui/HFL-Anthology

示例代码

from modelscope.pipelines import pipeline
from modelscope.utils.constant import Tasks


pipeline_ins = pipeline(
        'fill-mask',
        model='dienstag/rbt3',
        model_revision='v1.0.0'
)

print(pipeline_ins('巴黎是[MASK]国的首都。'))

Citation

If you find the technical report or resource is useful, please cite the following technical report in your paper.

  • Primary: https://arxiv.org/abs/2004.13922
@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",
}
  • Secondary: https://arxiv.org/abs/1906.08101
@article{chinese-bert-wwm,
  title={Pre-Training with Whole Word Masking for Chinese BERT},
  author={Cui, Yiming and Che, Wanxiang and Liu, Ting and Qin, Bing and Yang, Ziqing and Wang, Shijin and Hu, Guoping},
  journal={arXiv preprint arXiv:1906.08101},
  year={2019}
 }
声明:本文仅代表作者观点,不代表本站立场。如果侵犯到您的合法权益,请联系我们删除侵权资源!如果遇到资源链接失效,请您通过评论或工单的方式通知管理员。未经允许,不得转载,本站所有资源文章禁止商业使用运营!
下载安装【程序员客栈】APP
实时对接需求、及时收发消息、丰富的开放项目需求、随时随地查看项目状态

评论