Skip to content

Commit 2031705

Browse files
authored
add neural sparse doc model block to pretrained list (#348)
Signed-off-by: xinyual <[email protected]>
1 parent 1fb30ca commit 2031705

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

utils/model_uploader/model_listing/pretrained_models_all_versions.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,15 @@
136136
"description": "This is a sentence-transformers model: It maps sentences & paragraphs to a 384 dimensional dense vector space and can be used for tasks like clustering or semantic search."
137137
}
138138
}
139-
}
139+
},
140+
{
141+
"name": "amazon/neural-sparse/opensearch-neural-sparse-encoding-doc-v1",
142+
"versions": {
143+
"1.0.1": {
144+
"format": [
145+
"torch_script"
146+
],
147+
"description": "This is a neural sparse encoding model: It transfers text into sparse vector, and then extract nonzero index and value to entry and weights. It serves only in ingestion and customer should use tokenizer model in query."
148+
}
149+
},
140150
]

0 commit comments

Comments
 (0)