Skip to content

v2.0.1

Compare
Choose a tag to compare
@sunhailin-Leo sunhailin-Leo released this 06 Mar 07:39
· 98 commits to main since this release

Version 2.0.0-2.0.1

  • No longer compatible with Go version 1.18, 1.19, 1.20
  • refactor models package and rename package from bert to transformers.
    • Incompatible with previous versions, calls require simple modifications
  • Add W2NER model(Based on Bert, but used for NER tasks)
  • Fix 2.0.0 cannot read go.mod successfully.