alibaba-edu / simple-effective-text-matching-pytorch

A pytorch implementation of the ACL2019 paper "Simple and Effective Text Matching with Richer Alignment Features".
Apache License 2.0
304 stars 54 forks source link

亲测可用,snli数据集上可复现实验结果 #15

Open zy614582280 opened 2 years ago

zy614582280 commented 2 years ago

在snli数据集上可以复现实验结果,ACC可以达到89.2 {'acc': 0.8926099348534202, 'loss': 0.3331541208659901, 'score': 0.8926099348534202, 'updates': 136400}

hitvoice commented 2 years ago

感谢反馈🙏

zy614582280 commented 2 years ago

建议每个类、方法前加上一些注释,更友好一点

hitvoice commented 2 years ago

谢谢你的建议