Skip to content

Commit aa0c475

Browse files
authored
fix: fix splade name (#499)
1 parent 4c239b1 commit aa0c475

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fastembed/sparse/splade_pp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
description="Independent Implementation of SPLADE++ Model for English.",
1919
license="apache-2.0",
2020
size_in_GB=0.532,
21-
sources=ModelSource(hf="Qdrant/SPLADE_PP_en_v1"),
21+
sources=ModelSource(hf="Qdrant/Splade_PP_en_v1"),
2222
model_file="model.onnx",
2323
),
2424
SparseModelDescription(
@@ -27,7 +27,7 @@
2727
description="Independent Implementation of SPLADE++ Model for English.",
2828
license="apache-2.0",
2929
size_in_GB=0.532,
30-
sources=ModelSource(hf="Qdrant/SPLADE_PP_en_v1"),
30+
sources=ModelSource(hf="Qdrant/Splade_PP_en_v1"),
3131
model_file="model.onnx",
3232
),
3333
]

0 commit comments

Comments
 (0)