z814081807 / DeepNER

天池中药说明书实体识别挑战冠军方案;中文命名实体识别;NER; BERT-CRF & BERT-SPAN & BERT-MRC;Pytorch
914 stars 229 forks source link

请问Uer-large(24层)是Modelzoo中的哪一个模型? #26

Closed JunnYu closed 3 years ago

JunnYu commented 3 years ago

请问请问Uer-large(24层)是这当中的哪一个https://github.com/dbiir/UER-py/wiki/Modelzoo,谢谢

z814081807 commented 3 years ago

请问请问Uer-large(24层)是这当中的哪一个https://github.com/dbiir/UER-py/wiki/Modelzoo,谢谢

用的bert-large好像,记不清了,这个其实和哈工大那个roberta-large差不多,后续用这套代码打别的比赛用的哈工大那个

JunnYu commented 3 years ago

找到了是这个权重, https://github.com/dbiir/UER-py/wiki/Modelzoo MixedCorpus+BertEncoder(large)+MlmTarget https://share.weiyun.com/5G90sMJ Pre-trained on mixed large Chinese corpus. The configuration file is bert_large_config.json

jzsbioinfo commented 2 years ago

但是这个没有提供vocab文件呀? 没有词汇表怎么分词。。。