Skip to content

Commit d80ae75

Browse files
Update pretrained model list (#560)
Signed-off-by: Nathalie Jonathan <[email protected]>
1 parent 778918e commit d80ae75

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
3232
- Update pretrained_models_all_versions.json (2025-06-02 17:57:40) by @nathaliellenaa ([#547](https://github.com/opensearch-project/opensearch-py-ml/pull/547))
3333
- Update pretrained_models_all_versions.json by @nathaliellenaa ([#548](https://github.com/opensearch-project/opensearch-py-ml/pull/548))
3434
- Update model upload history - opensearch-project/opensearch-semantic-highlighter-v1 (v.1.0.0)(TORCH_SCRIPT) by @nathaliellenaa ([#550](https://github.com/opensearch-project/opensearch-py-ml/pull/550))
35+
- Update pretrained_models_all_versions.json by @nathaliellenaa ([#560](https://github.com/opensearch-project/opensearch-py-ml/pull/560))
3536

3637
### Fixed
3738
- Fix for uploading models with function_name instead of model_task ([#553](https://github.com/opensearch-project/opensearch-py-ml/pull/553))

utils/model_uploader/model_listing/pretrained_models_all_versions.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,17 @@
309309
}
310310
}
311311
},
312+
{
313+
"name": "amazon/neural-sparse/opensearch-neural-sparse-encoding-doc-v3-gte",
314+
"versions": {
315+
"1.0.0": {
316+
"format": [
317+
"torch_script"
318+
],
319+
"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."
320+
}
321+
}
322+
},
312323
{
313324
"name": "amazon/sentence-highlighting/opensearch-semantic-highlighter-v1",
314325
"versions": {

0 commit comments

Comments
 (0)