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
最近在做NLP分词部分的复现,用tensorflow搭建了Bi-LSTM-CRF的baseline实验,但是在bakeoff2005 MSR数据集上模型拟合很差,排查了几遍都没有发现问题。在查找资料的过程中看到了“Effective Neural Solution for Multi-Criteria Word Segmentation”这篇文章,其中清晰地列出了各种模型的对比实验结果,baseline实验使用的就是Bi-LSTM-CRF模型,不知可否借阅下baseline实验部分的代码,仅做本人复现错误排查。
The text was updated successfully, but these errors were encountered:
最近在做NLP分词部分的复现,用tensorflow搭建了Bi-LSTM-CRF的baseline实验,但是在bakeoff2005 MSR数据集上模型拟合很差,排查了几遍都没有发现问题。在查找资料的过程中看到了“Effective Neural Solution for Multi-Criteria Word Segmentation”这篇文章,其中清晰地列出了各种模型的对比实验结果,baseline实验使用的就是Bi-LSTM-CRF模型,不知可否借阅下baseline实验部分的代码,仅做本人复现错误排查。
The text was updated successfully, but these errors were encountered: