Skip to content

Conversation

Samoed
Copy link
Member

@Samoed Samoed commented Feb 5, 2025

Code Quality

  • Code Formatted: Format the code using make lint to maintain consistent style.

Documentation

  • Updated Documentation: Add or update documentation to reflect the changes introduced in this PR.

Testing

  • New Tests Added: Write tests to cover new functionality. Validate with make test-with-coverage.
  • Tests Passed: Run tests locally using make test or make test-with-coverage to ensure no existing functionality is broken.

Muennighoff and others added 8 commits February 7, 2025 09:59
* Fix training data

* Fix data

* Fix data

---------

Co-authored-by: Kenneth Enevoldsen <kennethcenevoldsen@gmail.com>
* fix: Added description and resolved bug in rangeslider

addresses #1987
fixes #1954

* format

* remove certificate

* Sorted benchmarks #1984
Automatically generated by python-semantic-release
Automatically generated by python-semantic-release
Update SCIDOCSNLRetrieval.py
Automatically generated by python-semantic-release
@Samoed Samoed changed the title Merge MIEB into v2 [v2] Merge MIEB into v2 Feb 7, 2025
Samoed and others added 9 commits February 7, 2025 16:26
* add model memory usage

* lint

* update

* calculate memory usage based on file size

* calculate memory usage

* add memory usage for MIEB models

* add last model usage

* add memory_usage_mb to overview

* fix rerank

* update memory usage

* update memory usage
# Conflicts:
#	mteb/model_meta.py
#	mteb/models/gritlm_models.py
#	mteb/models/overview.py
#	mteb/models/promptriever_models.py
#	mteb/tasks/Retrieval/eng/HagridRetrieval.py
# Conflicts:
#	tests/test_tasks/test_all_abstasks.py
# Conflicts:
#	mteb/benchmarks/benchmarks.py
#	mteb/tasks/__init__.py
#	mteb/tasks/aggregated_tasks/__init__.py
# Conflicts:
#	mteb/model_meta.py
#	mteb/models/bge_models.py
#	mteb/models/cde_models.py
#	mteb/models/cohere_models.py
#	mteb/models/colbert_models.py
#	mteb/models/e5_instruct.py
#	mteb/models/google_models.py
#	mteb/models/gritlm_models.py
#	mteb/models/jasper_models.py
#	mteb/models/jina_models.py
#	mteb/models/lens_models.py
#	mteb/models/llm2vec_models.py
#	mteb/models/misc_models.py
#	mteb/models/model2vec_models.py
#	mteb/models/no_instruct_sentence_models.py
#	mteb/models/nomic_models.py
#	mteb/models/openai_models.py
#	mteb/models/promptriever_models.py
#	mteb/models/repllama_models.py
#	mteb/models/ru_sentence_models.py
#	mteb/models/salesforce_models.py
#	mteb/models/uae_models.py
#	mteb/models/voyage_models.py
@Samoed
Copy link
Member Author

Samoed commented Feb 8, 2025

@isaac-chung Can you review PR?

Copy link
Collaborator

@isaac-chung isaac-chung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow nice! Just got a few small questions.

@@ -7,6 +7,7 @@

@pytest.mark.parametrize("task", MOCK_TASK_TEST_GRID)
def test_descriptive_stats(task):
# todo integrate MIEB
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this meant to be done in this PR?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No. Not all MIEB tasks have implemented calculate_descripteve_stats this test should be updated after it

@Samoed Samoed requested a review from isaac-chung February 8, 2025 13:06
@Samoed Samoed merged commit ef7b788 into v2.0.0 Feb 9, 2025
9 checks passed
@Samoed Samoed deleted the merge_mieb_into_v2 branch February 9, 2025 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v2 Issues and PRs related to `v2` branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.