Skip to content

Commit

Permalink
add neural sparse doc model block to pretrained list (opensearch-proj…
Browse files Browse the repository at this point in the history
…ect#348)

Signed-off-by: xinyual <[email protected]>
  • Loading branch information
xinyual authored Dec 1, 2023
1 parent 1fb30ca commit 2031705
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
},
]

0 comments on commit 2031705

Please sign in to comment.