Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Register MicroLlama Text Embedding #1644

Merged
merged 1 commit into from
Jan 4, 2025

Conversation

keeeeenw
Copy link
Contributor

Adding a model checklist

  • I have filled out the ModelMeta object to the extent possible
  • I have ensured that my model can be loaded using
    • mteb.get_model(model_name, revision) and
    • mteb.get_model_meta(model_name, revision)
  • I have tested the implementation works on a representative set of tasks.

Testing results

>>> import mteb
>>> mteb.get_model_meta("keeeeenw/MicroLlama-text-embedding", "98f70f14cdf12d7ea217ed2fd4e808b0195f1e7e")
ModelMeta(name='keeeeenw/MicroLlama-text-embedding', revision='98f70f14cdf12d7ea217ed2fd4e808b0195f1e7e', release_date='2024-11-10', languages=['eng-Latn'], loader=None, n_parameters=272000000, memory_usage=None, max_tokens=2048.0, embed_dim=1024, license='apache-2.0', open_weights=True, public_training_data=None, public_training_code=None, framework=['Sentence Transformers', 'PyTorch'], reference='https://huggingface.co/keeeeenw/MicroLlama-text-embedding', similarity_fn_name='cosine', use_instructions=False, training_datasets=None, adapted_from=None, superseded_by=None)
>>> tasks = mteb.get_tasks(tasks=["Banking77Classification"])
... evaluation = mteb.MTEB(tasks=tasks)
... 
>>> model = mteb.get_model("keeeeenw/MicroLlama-text-embedding", "98f70f14cdf12d7ea217ed2fd4e808b0195f1e7e")
Loader not specified for model keeeeenw/MicroLlama-text-embedding, loading using sentence transformers.
>>> evaluation.run(model)

@KennethEnevoldsen KennethEnevoldsen changed the title Register MicroLlama Text Embedding fix: Register MicroLlama Text Embedding Jan 1, 2025
@isaac-chung isaac-chung merged commit 6d1d9f4 into embeddings-benchmark:main Jan 4, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants