PaddlePaddle / models

Officially maintained, supported by PaddlePaddle, including CV, NLP, Speech, Rec, TS, big models and so on.
Apache License 2.0
6.9k stars 2.91k forks source link

example configuration for NER. #13

Closed lcy-seso closed 7 years ago

lcy-seso commented 7 years ago
guoshengCS commented 7 years ago

Issue on dataset for NER: Is there any way to access NER labeled data? If not, whether or not testing data can be used for training just like what semantic roles labeling in paddle book do.

lcy-seso commented 7 years ago

I recommend to use Conll 2003 NER dataset.

guoshengCS commented 7 years ago