guillaumegenthial / tf_ner

Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
Apache License 2.0
923 stars 275 forks source link

Could you provide the training data? #3

Closed 1049451037 closed 6 years ago

1049451037 commented 6 years ago

As you said, "Note that the example dataset is here for debugging purposes only and won't be of much use to train an actual model". However, I really need your training data to use the NER model.

Although I can get them from some datasets like CONLL, I think it is helpful (at least time-saving) not just for me to share the datasets which can be used in your code directly.

1049451037 commented 6 years ago

Alright...I find it from here

kmonachopoulos commented 5 years ago

@1049451037 still this dataset that you are point to is in a different format ...

kmonachopoulos commented 5 years ago

Is there a chance to find CONLL2003 in the same format as in data/example ?