Skip to content

V0.0.8

Compare
Choose a tag to compare
@xiangking xiangking released this 26 Mar 16:10
· 52 commits to main since this release
f8aff87

Description

  1. 修复GlobalPointer模块中dataset对Tensor变量使用torch.tensor
  2. 修复CRFBert模型错误引用Bert+softmax模型,Closes #38
  3. 修复TokenTokenizer无法处理空格问题,Closes #37