Releases: embeddings-benchmark/mteb
1.21.8
1.21.8 (2024-12-06)
Fix
-
fix: Add Model2vec (#1546)
-
Added Model2Vec wrapper
-
Added Model2vec models
-
Added model2vec models to registry
-
Added model2vec as a dependency
-
Ran linting
-
Update mteb/models/model2vec_models.py
Co-authored-by: Kenneth Enevoldsen <kennethcenevoldsen@gmail.com>
- Update mteb/models/model2vec_models.py
Co-authored-by: Kenneth Enevoldsen <kennethcenevoldsen@gmail.com>
-
Added adapted_from and superseeded_by to model2vec models.
-
Added missing import
-
Moved pyproject.toml to optional dependencies
-
Fixed typos
-
Added import error and changed model to model_name
-
Added Numpy to frameworks
-
Added Numpy to frameworks
-
Corrected false info on model2vec models
-
Replaced np.inf with maxint
-
Update mteb/models/model2vec_models.py
Co-authored-by: Isaac Chung <chungisaac1217@gmail.com>
- Added option to have infinite max tokens, added it to Model2vec
Co-authored-by: Kenneth Enevoldsen <kennethcenevoldsen@gmail.com>
Co-authored-by: Isaac Chung <chungisaac1217@gmail.com> (2ee8d44
)
Unknown
1.21.7
1.21.6
1.21.5
1.21.5 (2024-12-04)
Fix
-
fix: add sentence trimming to OpenAIWrapper (#1526)
-
fix: add sentence trimming to OpenAIWrapper
-
fix: import tiktoken library inside encode function
-
fix: check tokenizer library installed and update ModelMeta to pass tokenizer_name
-
fix: pass tokenizer_name, max_tokens to loader
-
fix: make tokenizer_name None for default
-
fix: delete changes for ModelMeta
-
fix: fix revision to 2 for OpenAI models
-
fix: add docstring for OpenAIWrapper
-
fix: lint
-
feat: add openai optional dependency set
-
fix: add sleep for too many requests
-
fix: add lint
-
fix: delete evaluate file (
37fdfa1
) -
fix: Added arctic models (#1541)
- fix: Added all-minilm-l12-v2 (#1542)
- fix: add nomic models (#1543)
Unknown
1.21.4
1.21.3
1.21.2
1.21.1
1.21.0
1.21.0 (2024-11-29)
Feature
-
feat: Evaluate missing splits (#1525)
-
fix: evaluate missing splits (#1268)
-
implement partial evaluation for missing splits
-
lint
-
requested changes done from scratch
-
test for missing split evaluation added
-
uncomment test
-
lint
-
avoid circular import
-
use TaskResult
-
skip tests for now
Co-authored-by: Isaac Chung <chungisaac1217@gmail.com>
-
got test_all_splits_evaluated passing
-
tests passing
-
address review comments
-
make lint
-
handle None cases for kg_co2_emissions
-
use new results info
Co-authored-by: Thivyanth <thivyanth2004@gmail.com> (8e12250
)