Skip to content

Commit

Permalink
fix: arg name for openbmb/MiniCPM-Embedding (#1691)
Browse files Browse the repository at this point in the history
fix name
  • Loading branch information
Samoed authored Jan 2, 2025
1 parent ba1f022 commit 4a496b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mteb/models/misc_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1539,7 +1539,7 @@
openbmb__MiniCPM_Embedding = ModelMeta(
loader=partial( # type: ignore
sentence_transformers_loader,
name="openbmb/MiniCPM-Embedding",
model_name="openbmb/MiniCPM-Embedding",
revision="c0cb2de33fb366e17c30f9d53142ff11bc18e049",
trust_remote_code=True,
),
Expand Down

0 comments on commit 4a496b9

Please sign in to comment.