Skip to content

Commit 423b9b5

Browse files
authored
Update semantic highlighting sagemaker endpoint deploy scripts (#585)
* Update semantic highlighting sagemaker endpoint deploy scripts Signed-off-by: Junqiu Lei <[email protected]> * Address review comments: improve offline deployment support Signed-off-by: Junqiu Lei <[email protected]> * Address review comments: simplify ModernBERT semantic matching Signed-off-by: Junqiu Lei <[email protected]> * Use NLTK for robust sentence splitting in ModernBERT Signed-off-by: Junqiu Lei <[email protected]> * Update batch inference in ModernBERT semantic highlighting Signed-off-by: Junqiu Lei <[email protected]> Signed-off-by: Junqiu Lei <[email protected]> --------- Signed-off-by: Junqiu Lei <[email protected]>
1 parent 2158bf8 commit 423b9b5

File tree

13 files changed

+1333
-781
lines changed

13 files changed

+1333
-781
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
3636
- Upgrade torch version to fix security issue ([#561](https://github.com/opensearch-project/opensearch-py-ml/pull/561))
3737
- Upgrade numpy and python version ([#562](https://github.com/opensearch-project/opensearch-py-ml/pull/562))
3838
- Update space type mapping for sentence transformer models ([#574](https://github.com/opensearch-project/opensearch-py-ml/pull/574))
39+
- Update semantic highlighting sagemaker endpoint deploy scripts ([#585](https://github.com/opensearch-project/opensearch-py-ml/pull/585))
3940

4041
### Fixed
4142
- Fix for uploading models with function_name instead of model_task ([#553](https://github.com/opensearch-project/opensearch-py-ml/pull/553))

docs/source/examples/aws_sagemaker_sentence_highlighter_model/README.md

Lines changed: 0 additions & 219 deletions
This file was deleted.

0 commit comments

Comments
 (0)