Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Upgrade torch version to fix security issue ([#561](https://github.com/opensearch-project/opensearch-py-ml/pull/561))
- Upgrade numpy and python version ([#562](https://github.com/opensearch-project/opensearch-py-ml/pull/562))
- Update space type mapping for sentence transformer models ([#574](https://github.com/opensearch-project/opensearch-py-ml/pull/574))
- Update model upload history - sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2 (v.1.0.2)(BOTH) by @nathaliellenaa ([#578](https://github.com/opensearch-project/opensearch-py-ml/pull/578))

### Fixed
- Fix for uploading models with function_name instead of model_task ([#553](https://github.com/opensearch-project/opensearch-py-ml/pull/553))
Expand Down
2 changes: 2 additions & 0 deletions utils/model_uploader/upload_history/MODEL_UPLOAD_HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ The following table shows sentence transformer model upload history.
|2025-06-02 11:52:31|@nathaliellenaa|`sentence-transformers/paraphrase-mpnet-base-v2`|1.0.1|TORCH_SCRIPT|768|N/A|15400188136|
|2025-06-02 12:11:44|@nathaliellenaa|`sentence-transformers/distiluse-base-multilingual-cased-v1`|1.0.2|TORCH_SCRIPT|512|N/A|15400467060|
|2025-06-12 10:31:57|@nathaliellenaa|`opensearch-project/opensearch-semantic-highlighter-v1`|1.0.0|TORCH_SCRIPT|N/A|N/A|15617103395|
|2025-09-15 14:16:51|@nathaliellenaa|`sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2`|1.0.2|ONNX|384|MEAN|17746452776|
|2025-09-15 14:16:51|@nathaliellenaa|`sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2`|1.0.2|TORCH_SCRIPT|384|MEAN|17746452776|
20 changes: 20 additions & 0 deletions utils/model_uploader/upload_history/supported_models.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,5 +378,25 @@
"Embedding Dimension": "N/A",
"Pooling Mode": "N/A",
"Workflow Run ID": "15617103395"
},
{
"Model Uploader": "@nathaliellenaa",
"Upload Time": "2025-09-15 14:16:51",
"Model ID": "sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2",
"Model Version": "1.0.2",
"Model Format": "ONNX",
"Embedding Dimension": "384",
"Pooling Mode": "MEAN",
"Workflow Run ID": "17746452776"
},
{
"Model Uploader": "@nathaliellenaa",
"Upload Time": "2025-09-15 14:16:51",
"Model ID": "sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2",
"Model Version": "1.0.2",
"Model Format": "TORCH_SCRIPT",
"Embedding Dimension": "384",
"Pooling Mode": "MEAN",
"Workflow Run ID": "17746452776"
}
]