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

is there a plan to migrate to huggingface transformers? #49

Open DanqingZ opened 3 years ago

DanqingZ commented 3 years ago

Many thanks for your repo, this is very useful. I am just wondering if there is any plan to migrate to huggingface transformers? (like this: https://github.com/huggingface/transformers/tree/master/examples/question-answering)

ghost commented 3 years ago

Hi~ Before mrc-ner, we have another work named entity-relation-as-multi-turn-qa. Currently, we are working on cleaning the codebase. It may take a few months to migrate these two repositories to huggingface transformers. I will keep you posted. Thanks.