Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.5 KB

changelog.md

File metadata and controls

42 lines (26 loc) · 1.5 KB

Changelog 📰

v0.1.1 (2024-12-13)

Added

  • [feature] Add HierarchyTransformerTrainer that extends SentenceTransformerTrainer with step-wise (per batch) loss logging.

Changed

  • [chore] Refactor all the code with ruff linter.

v0.1.0 (2024-12-11)

Significant development to align with sentence-transformers>=3.4.0.dev0.

Added

  • [feature] Add pytest modules for testing.
  • [docs] Set up project page.
  • [feature] Upload HiT datasets on HuggingFace.
  • [feature] Re-organise models by setting v1-random-negatives and v1-hard-negatives revisions on HuggingFace.

Changed

  • [chore] Rewrite and reorganise hierarchy_transformers.models, hierarchy_transformers.losses, and hierarchy_transformers.evaluation to to align with sentence-transformers>=3.4.0.dev.
  • [chore] Rewrite dataset processing and loading functions and reorganise everything into hierarchy_transformers.datasets.

Removed

  • [chore] Remove hierarchy_transformers.models.utils.

v0.0.3 (2024-05-09)

Initial release (should work with sentence-transformers<3.0.0 ) and bug fix.