huggingface / neuralcoref

✨Fast Coreference Resolution in spaCy with Neural Networks
https://huggingface.co/coref/
MIT License
2.85k stars 477 forks source link

train conll with BERT #217

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hi I would like to train the conll-2012 data with BERT, for this the common thing is to first convert data to NLI format, then use the NLI bert for it, I was wondering if you could assist and the BERT-based codes to this repo. I really appreciate for your help. thanks a lot Best Julia

svlandeg commented 4 years ago

Hi, this is the repository for coreference resolution, perhaps you meant to post this in https://github.com/huggingface/transformers ?