liu-nlper / SLTK

序列化标注工具,基于PyTorch实现BLSTM-CNN-CRF模型,CoNLL 2003 English NER测试集F1值为91.10%(word and char feature)。
362 stars 84 forks source link

请教po主:能否增加对valid集和test集的测试结果统计啊? #7

Closed muzier closed 6 years ago

muzier commented 6 years ago

如题:目前的test下的infer方法是直接写成了文件,能否有对test结果的统计report啊?包括验证集也是。刚接触pytorch,还不太了解,请po主多指教~

liu-nlper commented 6 years ago

你好,在SLTK/tools下有个conlleval https://github.com/liu-nlper/SLTK/blob/master/tools/conlleval 脚本可以完成评测,你可以看下

On Mon, Aug 27, 2018 at 5:13 PM LiPeng notifications@github.com wrote:

如题:目前的test下的infer方法是直接写成了文件,能否有对test结果的统计report啊?包括验证集也是。刚接触pytorch,还不太了解,请po主多指教~

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/liu-nlper/SLTK/issues/7, or mute the thread https://github.com/notifications/unsubscribe-auth/ASWWivsiYCkOAEnroHIbHpHHN1Kxv86vks5uU7hEgaJpZM4WNcpg .

muzier commented 6 years ago

好的,没想到这么快就回复啦,非常感谢!