Skip to content

Commit

Permalink
Update Pretrained Model Listing - 2023-10-18 18:11:34 (opensearch-pro…
Browse files Browse the repository at this point in the history
…ject#322)

* GitHub Actions Workflow: Update Pretrained Model Listing

Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* GitHub Actions Workflow: Update CHANGELOG.md -

Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

---------

Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Dhrubo Saha <[email protected]>
Co-authored-by: dhrubo-os <[email protected]>
Co-authored-by: Dhrubo Saha <[email protected]>
  • Loading branch information
3 people authored Oct 19, 2023
1 parent bceeaec commit ff997e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Update model upload history - sentence-transformers/distiluse-base-multilingual-cased-v1 (v.1.0.1)(TORCH_SCRIPT) by @dhrubo-os ([#281](https://github.com/opensearch-project/opensearch-py-ml/pull/281))
- Update pretrained_models_all_versions.json (2023-09-14 10:28:41) by @dhrubo-os ([#282](https://github.com/opensearch-project/opensearch-py-ml/pull/282))
- Enable the model upload workflow to add model_content_size_in_bytes & model_content_hash_value to model config automatically @thanawan-atc ([#291](https://github.com/opensearch-project/opensearch-py-ml/pull/291))
- Update pretrained_models_all_versions.json (2023-10-18 18:11:34) by @dhrubo-os ([#322](https://github.com/opensearch-project/opensearch-py-ml/pull/322))
- Update model upload history - sentence-transformers/paraphrase-mpnet-base-v2 (v.1.0.0)(BOTH) by @dhrubo-os ([#321](https://github.com/opensearch-project/opensearch-py-ml/pull/321))

### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,25 +114,26 @@
}
},
{
"name": "huggingface/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2",
"name": "huggingface/sentence-transformers/paraphrase-mpnet-base-v2",
"versions": {
"1.0.1": {
"1.0.0": {
"format": [
"onnx",
"torch_script"
],
"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."
"description": "This is a sentence-transformers model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search."
}
}
},
{
"name": "amazon/neural-sparse/opensearch-neural-sparse-encoding-doc-v1",
"name": "huggingface/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2",
"versions": {
"1.0.0": {
"1.0.1": {
"format": [
"onnx",
"torch_script"
],
"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."
"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."
}
}
}
Expand Down

0 comments on commit ff997e5

Please sign in to comment.