NLPInBLCU / BiaffineDependencyParsing

BERT+Self-attention Encoder ; Biaffine Decoder ; Pytorch Implement
MIT License
74 stars 17 forks source link

修改代码结构;修复多个bug #6

Closed LiangsLi closed 4 years ago

LiangsLi commented 4 years ago

修改了项目的结构,分离出了trainer; 修复了多个bug:

  1. 不同loss的参数分组问题
  2. 自定义dataset过慢的问题
  3. 等等

添加了部分注释