Skip to content

Commit 62c21b0

Browse files
authored
Add misspelled version of SPLADE++ model for English (#161)
1 parent d791f38 commit 62c21b0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

fastembed/sparse/splade_pp.py

+9
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010
{
1111
"model": "prithvida/Splade_PP_en_v1",
1212
"vocab_size": 30522,
13+
"description": "Misspelled version of the model. Retained for backward compatibility. Independent Implementation of SPLADE++ Model for English",
14+
"size_in_GB": 0.532,
15+
"sources": {
16+
"hf": "Qdrant/SPLADE_PP_en_v1",
17+
},
18+
},
19+
{
20+
"model": "prithivida/Splade_PP_en_v1",
21+
"vocab_size": 30522,
1322
"description": "Independent Implementation of SPLADE++ Model for English",
1423
"size_in_GB": 0.532,
1524
"sources": {

0 commit comments

Comments
 (0)