From f2b300318df07357afd3caa5482dcd49f926092a Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 19 Feb 2024 17:48:31 +0000 Subject: [PATCH] 0.13.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dfce6e7..301ed886 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## v0.13.2 (2024-02-19) + +### Fix + +* fix: Pass the task for encode_queries, and encode_corpus + +This yield notable performance improvements for the instruct models for retrieval tasks ([`9992e80`](https://github.com/KennethEnevoldsen/scandinavian-embedding-benchmark/commit/9992e802ec62020806f1e1155a5ab5d9b74265a5)) + +### Unknown + +* Merge pull request #156 from KennethEnevoldsen/fix_instruct_tuned_embed + +fix: Pass the task for encode_queries, and encode_corpus ([`13786fe`](https://github.com/KennethEnevoldsen/scandinavian-embedding-benchmark/commit/13786fe4aaed4de9e963fcb5a6d959bdedc1c16d)) + +* Merge branch 'main' of https://github.com/KennethEnevoldsen/scandinavian-embedding-benchmark into fix_instruct_tuned_embed ([`69b2ae2`](https://github.com/KennethEnevoldsen/scandinavian-embedding-benchmark/commit/69b2ae208f3481c9a482a4f90afde90ff563f1e3)) + + ## v0.13.1 (2024-02-19) ### Chore diff --git a/pyproject.toml b/pyproject.toml index 4dbf303f..05a0517e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "seb" -version = "0.13.1" +version = "0.13.2" authors = [ { name = "Kenneth Enevoldsen", email = "Kennethcenevoldsen@gmail.com" }, ]