Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Model Upload History - sentence-transformers/msmarco-distilbert-base-tas-b (v.6.0.0)(TORCH_SCRIPT) #159

Open
wants to merge 2 commits into
base: workflow-for-review
Choose a base branch
from
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 @@ -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))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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|
12 changes: 11 additions & 1 deletion utils/model_uploader/upload_history/supported_models.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
]