From 973f7d22e9c3726af900aa9735532d555e432779 Mon Sep 17 00:00:00 2001 From: thanawan-atc Date: Tue, 8 Aug 2023 18:05:34 +0000 Subject: [PATCH 1/2] GitHub Actions Workflow: Update Model Upload History - sentence-transformers/msmarco-distilbert-base-tas-b (v.6.0.0)(TORCH_SCRIPT) Signed-off-by: github-actions[bot] --- .../upload_history/MODEL_UPLOAD_HISTORY.md | 1 + .../upload_history/supported_models.json | 12 +++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/utils/model_uploader/upload_history/MODEL_UPLOAD_HISTORY.md b/utils/model_uploader/upload_history/MODEL_UPLOAD_HISTORY.md index c808d5b6..322ff4a2 100644 --- a/utils/model_uploader/upload_history/MODEL_UPLOAD_HISTORY.md +++ b/utils/model_uploader/upload_history/MODEL_UPLOAD_HISTORY.md @@ -22,3 +22,4 @@ The following table shows sentence transformer model upload history. |2023-08-03 19:47:17|@thanawan-atc|`sentence-transformers/msmarco-distilbert-base-tas-b`|1.0.6|ONNX|Default|Default|'Description with single quotation'| |2023-08-03 19:47:17|@thanawan-atc|`sentence-transformers/msmarco-distilbert-base-tas-b`|1.0.6|TORCH_SCRIPT|Default|Default|'Description with single quotation'| |2023-08-03 19:49:15|@thanawan-atc|`sentence-transformers/multi-qa-mpnet-base-dot-v1`|1.0.1|TORCH_SCRIPT|Default|Default|(Very long 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. 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. 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. 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.| +|2023-08-08 11:05:13|@thanawan-atc|`sentence-transformers/msmarco-distilbert-base-tas-b`|6.0.0|TORCH_SCRIPT|Default|Default|Default| diff --git a/utils/model_uploader/upload_history/supported_models.json b/utils/model_uploader/upload_history/supported_models.json index 00087ec8..87c8a17f 100644 --- a/utils/model_uploader/upload_history/supported_models.json +++ b/utils/model_uploader/upload_history/supported_models.json @@ -58,5 +58,15 @@ "Embedding Dimension": "Default", "Pooling Mode": "Default", "Model Description": "(Very long 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. 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. 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. 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." + }, + { + "Model Uploader": "@thanawan-atc", + "Upload Time": "2023-08-08 11:05:13", + "Model ID": "sentence-transformers/msmarco-distilbert-base-tas-b", + "Model Version": "6.0.0", + "Model Format": "TORCH_SCRIPT", + "Embedding Dimension": "Default", + "Pooling Mode": "Default", + "Model Description": "Default" } -] +] \ No newline at end of file From cda547a1d9186ed7b638530685e85ada7d6b830c Mon Sep 17 00:00:00 2001 From: thanawan-atc Date: Tue, 8 Aug 2023 18:05:40 +0000 Subject: [PATCH 2/2] GitHub Actions Workflow: Update CHANGELOG.md - sentence-transformers/msmarco-distilbert-base-tas-b (v.6.0.0)(TORCH_SCRIPT) Signed-off-by: github-actions[bot] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22d88f3b..e45802d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Update model upload history - sentence-transformers/all-mpnet-base-v2 (v.1.0.4)(ONNX) by @thanawan-atc ([#142](https://github.com/thanawan-atc/opensearch-py-ml/pull/142)) - Update model upload history - sentence-transformers/msmarco-distilbert-base-tas-b (v.1.0.6)(BOTH) by @thanawan-atc ([#145](https://github.com/thanawan-atc/opensearch-py-ml/pull/145)) - Update model upload history - sentence-transformers/multi-qa-mpnet-base-dot-v1 (v.1.0.1)(TORCH_SCRIPT) by @thanawan-atc ([#146](https://github.com/thanawan-atc/opensearch-py-ml/pull/146)) +- Update model upload history - sentence-transformers/msmarco-distilbert-base-tas-b (v.6.0.0)(TORCH_SCRIPT) by @thanawan-atc ([#159](https://github.com/thanawan-atc/opensearch-py-ml/pull/159)) ### Fixed - Fix ModelUploader bug & Update model tracing demo notebook by @thanawan-atc in ([#185](https://github.com/opensearch-project/opensearch-py-ml/pull/185))