Skip to content

Releases: paluigi/ollama-classifier

v0.3.0

27 Apr 08:52
7db4183

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

26 Mar 19:56

Choose a tag to compare

Breaking changes:

  • Remove all "_fast" scoring methods (unreliable probabilities)
    • score_fast, batch_score_fast, ascore_fast, abatch_score_fast
  • Rename "_complete" methods to be the default (remove suffix)
    • score_complete → score
    • batch_score_complete → batch_score
    • classify_complete → classify
    • batch_classify_complete → batch_classify
    • ascore_complete → ascore
    • abatch_score_complete → abatch_score
    • aclassify_complete → aclassify
    • abatch_classify_complete → abatch_classify

The multi-call evaluation with softmax now provides the only scoring
method, ensuring reliable and calibrated probability distributions.

Bump version to 0.2.0.

v0.1.1

12 Mar 00:31

Choose a tag to compare

v0.1.1 Pre-release
Pre-release

bug fixes

First release: v0.1.0

11 Mar 23:16

Choose a tag to compare

First release: v0.1.0 Pre-release
Pre-release

First release!