Skip to content

Commit

Permalink
add distilbert model
Browse files Browse the repository at this point in the history
  • Loading branch information
fschlatt committed Dec 16, 2024
1 parent 2f996b8 commit 086c2d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lightning_ir/_register_external_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def _register_external_models():
),
"naver/splade-v3": SpladeConfig(),
"sentence-transformers/msmarco-bert-base-dot-v5": BiEncoderConfig(projection=None, embedding_dim=768),
"sentence-transformers/msmarco-distilbert-dot-v5": BiEncoderConfig(projection=None, embedding_dim=768),
"sentence-transformers/msmarco-MiniLM-L-6-v3": BiEncoderConfig(projection=None, embedding_dim=384),
"castorini/monot5-base-msmarco-10k": T5CrossEncoderConfig(decoder_strategy="mono"),
"castorini/monot5-base-msmarco": T5CrossEncoderConfig(decoder_strategy="mono"),
Expand Down

0 comments on commit 086c2d8

Please sign in to comment.