- [
feature
] AddHierarchyTransformerTrainer
that extendsSentenceTransformerTrainer
with step-wise (per batch) loss logging.
- [
chore
] Refactor all the code with ruff linter.
Significant development to align with sentence-transformers>=3.4.0.dev0
.
- [
feature
] Add pytest modules for testing. - [
docs
] Set up project page. - [
feature
] Upload HiT datasets on HuggingFace. - [
feature
] Re-organise models by settingv1-random-negatives
andv1-hard-negatives
revisions on HuggingFace.
- [
chore
] Rewrite and reorganisehierarchy_transformers.models
,hierarchy_transformers.losses
, andhierarchy_transformers.evaluation
to to align withsentence-transformers>=3.4.0.dev
. - [
chore
] Rewrite dataset processing and loading functions and reorganise everything intohierarchy_transformers.datasets
.
- [
chore
] Removehierarchy_transformers.models.utils
.
Initial release (should work with sentence-transformers<3.0.0
) and bug fix.