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 Pretrained Model Listing - 2023-08-21 14:13:04 #216

Open
wants to merge 2 commits into
base: final-all-actual
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 @@ -15,6 +15,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Update pretrained_model_listing.json (2023-08-14 16:43:34) by @thanawan-atc ([#203](https://github.com/thanawan-atc/opensearch-py-ml/pull/203))
- Update pretrained_model_listing.json (2023-08-16 15:36:34) by @thanawan-atc ([#206](https://github.com/thanawan-atc/opensearch-py-ml/pull/206))
- Update pretrained_model_listing.json (2023-08-16 15:43:59) by @thanawan-atc ([#207](https://github.com/thanawan-atc/opensearch-py-ml/pull/207))
- Update pretrained_model_listing.json (2023-08-21 14:13:04) by @thanawan-atc ([#216](https://github.com/thanawan-atc/opensearch-py-ml/pull/216))

### Fixed
- Enable make_model_config_json to add model description to model config file by @thanawan-atc in ([#203](https://github.com/opensearch-project/opensearch-py-ml/pull/203))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
[
{
"name": "abc/jhgan/ko-sroberta-multitask",
"versions": {
"1.0.1": {
"format": [
"torch_script"
],
"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": "huggingface/intfloat/e5-small-v2",
"versions": {
Expand Down