Skip to content

Commit 04c34c6

Browse files
Update Model Upload History - opensearch-project/opensearch-neural-sparse-encoding-v2-distill (v.1.0.0)(TORCH_SCRIPT) (#410)
* GitHub Actions Workflow: Update Model Upload History - opensearch-project/opensearch-neural-sparse-encoding-v2-distill (v.1.0.0)(TORCH_SCRIPT) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * GitHub Actions Workflow: Update CHANGELOG.md - opensearch-project/opensearch-neural-sparse-encoding-v2-distill (v.1.0.0)(TORCH_SCRIPT) 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> Co-authored-by: dhrubo-os <[email protected]>
1 parent a6e1736 commit 04c34c6

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
4242
- Refactored validators in ML Commons' client([#385](https://github.com/opensearch-project/opensearch-py-ml/pull/385))
4343
- Update model upload history - opensearch-project/opensearch-neural-sparse-encoding-doc-v2-mini (v.1.0.0)(TORCH_SCRIPT) by @dhrubo-os ([#407](https://github.com/opensearch-project/opensearch-py-ml/pull/407))
4444
- Update model upload history - opensearch-project/opensearch-neural-sparse-encoding-doc-v2-distill (v.1.0.0)(TORCH_SCRIPT) by @dhrubo-os ([#405](https://github.com/opensearch-project/opensearch-py-ml/pull/405))
45+
- Update model upload history - opensearch-project/opensearch-neural-sparse-encoding-v2-distill (v.1.0.0)(TORCH_SCRIPT) by @dhrubo-os ([#410](https://github.com/opensearch-project/opensearch-py-ml/pull/410))
4546

4647
### Fixed
4748
- Fix the wrong input parameter for model_uploader's base_download_path in jekins trigger.([#402](https://github.com/opensearch-project/opensearch-py-ml/pull/402))

utils/model_uploader/upload_history/MODEL_UPLOAD_HISTORY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ The following table shows sentence transformer model upload history.
2121
|2023-09-13 18:03:32|@dhrubo-os|`sentence-transformers/distiluse-base-multilingual-cased-v1`|1.0.1|TORCH_SCRIPT|N/A|N/A|6178024517|
2222
|2023-10-18 18:06:15|@dhrubo-os|`sentence-transformers/paraphrase-mpnet-base-v2`|1.0.0|ONNX|N/A|N/A|6568285400|
2323
|2023-10-18 18:06:15|@dhrubo-os|`sentence-transformers/paraphrase-mpnet-base-v2`|1.0.0|TORCH_SCRIPT|N/A|N/A|6568285400|
24-
|2024-08-07 18:23:41|@dhrubo-os|`opensearch-project/opensearch-neural-sparse-encoding-doc-v2-mini`|1.0.0|TORCH_SCRIPT|N/A|N/A|10294048787|
2524
|2024-08-07 18:01:26|@dhrubo-os|`opensearch-project/opensearch-neural-sparse-encoding-doc-v2-distill`|1.0.0|TORCH_SCRIPT|N/A|N/A|10293890748|
25+
|2024-08-07 18:23:41|@dhrubo-os|`opensearch-project/opensearch-neural-sparse-encoding-doc-v2-mini`|1.0.0|TORCH_SCRIPT|N/A|N/A|10294048787|
26+
|2024-08-08 09:40:44|@dhrubo-os|`opensearch-project/opensearch-neural-sparse-encoding-v2-distill`|1.0.0|TORCH_SCRIPT|N/A|N/A|10295327692|

utils/model_uploader/upload_history/supported_models.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,16 @@
4949
"Pooling Mode": "N/A",
5050
"Workflow Run ID": "6568285400"
5151
},
52+
{
53+
"Model Uploader": "@dhrubo-os",
54+
"Upload Time": "2024-08-07 18:01:26",
55+
"Model ID": "opensearch-project/opensearch-neural-sparse-encoding-doc-v2-distill",
56+
"Model Version": "1.0.0",
57+
"Model Format": "TORCH_SCRIPT",
58+
"Embedding Dimension": "N/A",
59+
"Pooling Mode": "N/A",
60+
"Workflow Run ID": "10293890748"
61+
},
5262
{
5363
"Model Uploader": "@dhrubo-os",
5464
"Upload Time": "2024-08-07 18:23:41",
@@ -61,12 +71,12 @@
6171
},
6272
{
6373
"Model Uploader": "@dhrubo-os",
64-
"Upload Time": "2024-08-07 18:01:26",
65-
"Model ID": "opensearch-project/opensearch-neural-sparse-encoding-doc-v2-distill",
74+
"Upload Time": "2024-08-08 09:40:44",
75+
"Model ID": "opensearch-project/opensearch-neural-sparse-encoding-v2-distill",
6676
"Model Version": "1.0.0",
6777
"Model Format": "TORCH_SCRIPT",
6878
"Embedding Dimension": "N/A",
6979
"Pooling Mode": "N/A",
70-
"Workflow Run ID": "10293890748"
80+
"Workflow Run ID": "10295327692"
7181
}
7282
]

0 commit comments

Comments
 (0)