diff --git a/CHANGELOG.md b/CHANGELOG.md index 59b6d665..0e42f53d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/distiluse-base-multilingual-cased-v1 (v.1.0.2)(TORCH_SCRIPT) by @nathaliellenaa ([#582](https://github.com/opensearch-project/opensearch-py-ml/pull/582)) ### Fixed - Fix for uploading models with function_name instead of model_task ([#553](https://github.com/opensearch-project/opensearch-py-ml/pull/553)) diff --git a/utils/model_uploader/upload_history/MODEL_UPLOAD_HISTORY.md b/utils/model_uploader/upload_history/MODEL_UPLOAD_HISTORY.md index aba6b8e7..ca17b781 100644 --- a/utils/model_uploader/upload_history/MODEL_UPLOAD_HISTORY.md +++ b/utils/model_uploader/upload_history/MODEL_UPLOAD_HISTORY.md @@ -54,3 +54,4 @@ 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 15:37:05|@nathaliellenaa|`sentence-transformers/distiluse-base-multilingual-cased-v1`|1.0.2|TORCH_SCRIPT|512|MEAN|17747624425| diff --git a/utils/model_uploader/upload_history/supported_models.json b/utils/model_uploader/upload_history/supported_models.json index 3d77c54e..45301eb4 100644 --- a/utils/model_uploader/upload_history/supported_models.json +++ b/utils/model_uploader/upload_history/supported_models.json @@ -378,5 +378,15 @@ "Embedding Dimension": "N/A", "Pooling Mode": "N/A", "Workflow Run ID": "15617103395" + }, + { + "Model Uploader": "@nathaliellenaa", + "Upload Time": "2025-09-15 15:37:05", + "Model ID": "sentence-transformers/distiluse-base-multilingual-cased-v1", + "Model Version": "1.0.2", + "Model Format": "TORCH_SCRIPT", + "Embedding Dimension": "512", + "Pooling Mode": "MEAN", + "Workflow Run ID": "17747624425" } ] \ No newline at end of file