Skip to content

Commit

Permalink
Update Platform links for LLM models (#1386)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsl-builder authored Aug 17, 2024
1 parent 045b3db commit 0ecd506
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/_plugins/search_index.rb
Original file line number Diff line number Diff line change
Expand Up @@ -521,9 +521,9 @@ def is_latest?(group, model)
},
"marketplace": {
"properties": {
"databricks": "keyword",
"snowflake": "keyword",
"sagemaker": "keyword"
"databricks": {"type": "keyword"},
"snowflake": {"type": "keyword"},
"sagemaker": {"type": "keyword" }
}
}
}
Expand Down
15 changes: 14 additions & 1 deletion docs/_posts/Cabir40/2024-07-12-jsl_medm_q16_v1_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ supported: true
annotator: LLMLoader
article_header:
type: cover
use_language_switcher: "Python-Scala-Java"
use_language_switcher: "Python-Scala-Java"

deploy:
sagemaker_link: https://aws.amazon.com/marketplace/pp/prodview-z4jqmczvwgtby
snowflake_link:
databricks_link:

---

## Description
Expand All @@ -32,6 +38,13 @@ This LLM model is trained to perform Q&A, Summarization, RAG, and Chat.
[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/clinical/models/jsl_medm_q16_v1_en_5.4.0_3.0_1720040078717.zip){:.button.button-orange.button-orange-trans.arr.button-icon.hidden}
[Copy S3 URI](s3://auxdata.johnsnowlabs.com/clinical/models/jsl_medm_q16_v1_en_5.4.0_3.0_1720040078717.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}

{% if page.deploy %}
## Available as Private API Endpoint

{:.tac}
{% include display_platform_information.html %}
{% endif %}

## How to use


Expand Down
15 changes: 14 additions & 1 deletion docs/_posts/Cabir40/2024-07-12-jsl_meds_q16_v1_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ supported: true
annotator: LLMLoader
article_header:
type: cover
use_language_switcher: "Python-Scala-Java"
use_language_switcher: "Python-Scala-Java"

deploy:
sagemaker_link: https://aws.amazon.com/marketplace/pp/prodview-yrajldynampw4
snowflake_link:
databricks_link:

---

## Description
Expand All @@ -32,6 +38,13 @@ This LLM model is trained to perform Summarization and Q&A based on a given cont
[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/clinical/models/jsl_meds_q16_v1_en_5.4.0_3.0_1720040078717.zip){:.button.button-orange.button-orange-trans.arr.button-icon.hidden}
[Copy S3 URI](s3://auxdata.johnsnowlabs.com/clinical/models/jsl_meds_q16_v1_en_5.4.0_3.0_1720040078717.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3}

{% if page.deploy %}
## Available as Private API Endpoint

{:.tac}
{% include display_platform_information.html %}
{% endif %}

## How to use


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ article_header:
use_language_switcher: "Python-Scala-Java"

deploy:
sagemaker_link: https://aws.amazon.com/marketplace/pp/prodview-ept2dbql5slue
sagemaker_link: https://aws.amazon.com/marketplace/pp/prodview-ghf7wfm7o2wva
snowflake_link:
databricks_link: https://marketplace.databricks.com/details/facfaf55-00f6-496c-a8db-a395631130ec/John-Snow-Labs_Clinical-Deidentification

---

## Description
Expand Down

0 comments on commit 0ecd506

Please sign in to comment.