You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
请问有人对比过paddle实现的lstm-crf的ner模型和TensorFlow实现的吗?我用paddle models里提供的sequence_tagging_for_ner demo在conll2003数据集上训练了500个pass结果得到的F1只有50%多(准确率95%以上,召回很低大概40%左右),但是用TensorFlow实现的跑了一个pass就能得到state of the art的结果(准召都在90%以上);是我用paddle实现的模型有问题吗?请教下paddle相关的同学在ner任务上达到过目前最好结果吗?