Skip to content

Releases: urchade/GLiNER

v0.1.6

01 Apr 02:26
Compare
Choose a tag to compare

What's Changed

  • Fix fine-tuning eval with prediction probabilities by @th0rntwig in #47
  • Addition of Morpheme-based Tokenization for Korean NER by @taeminlee in #46

New Contributors

Full Changelog: v0.1.5...v0.1.6

v0.1.5

28 Mar 17:36
Compare
Choose a tag to compare

What's Changed

  • Adding score in the model output by @SJ-Ray in #44
  • Add dependency versions

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

25 Mar 09:35
Compare
Choose a tag to compare

What's Changed

  • Fix local model loading
    • Use most general Exception in from_pretrained by @tomaarsen in #42

Full Changelog: v0.1.3...v0.1.4

v0.1.3

19 Mar 08:55
abb3881
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

14 Mar 06:13
Compare
Choose a tag to compare

What's Changed

  • Simplify predict_entities, fix batch_predict_entities by @tomaarsen in #20

v0.1.0

12 Mar 16:36
Compare
Choose a tag to compare

GLiNER v0.1.0 is now available on PyPI! 🎉

You can now install the latest version of GLiNER with just one command:

pip install gliner

v0.1.10

22 Apr 09:53
ca1f881
Compare
Choose a tag to compare

Add multi-label support for NER prediction

Full Changelog: v0.1.9...v0.1.10