-
Notifications
You must be signed in to change notification settings - Fork 648
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
训练的准确率91%,实际测试效果和与作者提供的demo有点差距,请问大神如何能达到和demo一样的效果 #102
Comments
现在准确率到97.55%,和demo还是有差距。分词效果: |
@midsummer128 你有基于原始结构进行调整吗? 我windows的,不知道该怎么跑。。。 |
@qujinqiang 没有调整原始结构,我是在linux跑的,虚拟机 |
@midsummer128 我也是用2014的语料做的训练,准确率也就91%; |
我跑了下也是91%,demo的97%怎么跑的? |
用2014+1998的语料库,IDCNN可以跑到98.35%左右 |
@AlleyEli 感谢回复,是否有命名实体识别的训练方法,基于BiLSTM-CRF模型的命名实体识别的语料标注方法 |
@midsummer128 这个确实蛋疼,有好的方法还望交流 |
@midsummer128 命名实体识别没有单独搞, 不过IDCNN和BILSTM都命名实体识别都不太理想 |
训练模型准确率91%,实际测试效果和与作者提供的demo有点差距,请问大神如何能达到和demo一样的效果
The text was updated successfully, but these errors were encountered: