Skip to content

Conversation

@SAIDHOME
Copy link

@SAIDHOME SAIDHOME commented Jan 3, 2026

  • SAID-LAM-v1: Linear Attention Memory with Crystalline Attention (SCA) - BETA
  • 32K context (licensed), 12K free tier
  • 384 dim embeddings
  • Perfect recall via deterministic attention
  • Organization: SAID Research

If you add a model or a dataset, please add the corresponding checklist:

- SAID-LAM-v1: Linear Attention Memory with Crystalline Attention (SCA) - BETA
- 32K context (licensed), 12K free tier
- 384 dim embeddings
- Perfect recall via deterministic attention
- Organization: SAID Research
from mteb import ModelMeta

said_lam_v1 = ModelMeta(
name="SAID-LAM-v1",
Copy link
Member

Choose a reason for hiding this comment

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

You need to add code to run your model


from mteb import ModelMeta

said_lam_v1 = ModelMeta(
Copy link
Member

@Samoed Samoed Jan 4, 2026

Choose a reason for hiding this comment

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

Please, try to load your model meta. Most of the fields are incorrect, or we don't have them

Copy link
Contributor

Choose a reason for hiding this comment

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

You can pre-generate the ModelMeta using:

from mteb.models import ModelMeta
from sentence_transformers import SentenceTransformer

model = SentenceTransformer("Qwen/Qwen3-Embedding-0.6B", device="cpu")
meta = ModelMeta.from_sentence_transformer_model(model)
print(meta.to_python())

If it is not sentence transfromers compatible do check out the docs.

- Added SAIDLAMEncoder class implementing MTEB's AbsEncoder protocol
- loader=SAIDLAMEncoder (class reference, not function)
- 384-dim embeddings with cosine similarity
- Linear Attention Memory with SAID Crystalline Attention (SCA) - BETA
- 32K context (licensed tier), 12K (free tier)
- Tested on STS12 (75.02%)
break

try:
from lam import LAM
Copy link
Member

Choose a reason for hiding this comment

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

Can you update pyproject to include this package? I can't find it on PYPI

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