thuml / CoTuning

Code release for NeurIPS 2020 paper "Co-Tuning for Transfer Learning"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NLP NER support

Daemonyz opened this issue · comments

Is there any support for NLP NER tasks?
How could we reproduce NER experiments using BERT + Co-Tuning.
Thanks.

Could you please release the codes of 5.4 Named Entity Recognition and 5.5 Ablation Study in the paper please?

Hi, NER experiments using BERT is taken from huggingface transformers. You can use their code and Co-Tuning can be easily plugged in. In the future, Co-Tuning will be integrated into the transfer learning library, stay tuned if you want official implementation!