ShannonAI / mrc-for-flat-nested-ner

Code for ACL 2020 paper `A Unified MRC Framework for Named Entity Recognition`
643 stars 117 forks source link

When reproduce zh_msra for both bert-tagger and bert-mrc, which bert pretrain model is used? #111

Closed Senwang98 closed 2 years ago

Senwang98 commented 2 years ago

Hi, @xiaoya-li @YuxianMeng @littlesulley Recently, I am doing some work about NER, I major in compute vision before, so I am not familiar with NLP task. This is my first time to do nlp work. When reproducing zh_msra, I need to modify BERT_DIR, but I can't find which Bert version do you used. Is chinese_pretrain_mrc_roberta_wwm_ext_large for both BERT-Tagger and BERT-MRC? Thanks for your reply.