diff --git a/utils/model_uploader/model_listing/pretrained_models_all_versions.json b/utils/model_uploader/model_listing/pretrained_models_all_versions.json index 6a25040ad..cefcf5ef5 100644 --- a/utils/model_uploader/model_listing/pretrained_models_all_versions.json +++ b/utils/model_uploader/model_listing/pretrained_models_all_versions.json @@ -136,5 +136,15 @@ "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." } } - } + }, + { + "name": "amazon/neural-sparse/opensearch-neural-sparse-encoding-doc-v1", + "versions": { + "1.0.1": { + "format": [ + "torch_script" + ], + "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." + } + }, ] \ No newline at end of file