hemingkx / CLUENER2020

A PyTorch implementation of a BiLSTM\BERT\Roberta(+CRF) model for Named Entity Recognition.
470 stars 107 forks source link

could you add support for conll format dataset? #1

Closed Hansyvea closed 3 years ago

Hansyvea commented 3 years ago

thanks in advance!

hemingkx commented 3 years ago

We use the official data provided by CLUENER2020, which you can find it here. If you wanna a conll format dataset, you can convert the data by yourself. Sorry~😊