Skip to content

Commit

Permalink
Update Deploy embed v3 model.ipynb (#215)
Browse files Browse the repository at this point in the history
updated cohere_package
  • Loading branch information
jkedrzyckii authored Dec 16, 2024
1 parent 81cfc2f commit 8e07752
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions notebooks/sagemaker/Deploy embed v3 model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@
"outputs": [],
"source": [
"\"\"\"\n",
"English: cohere-embed-english-v3-8-1108-7e0739d809803e9380e75b954811a0cb\n",
"English Light: cohere-embed-english-light-v3--4f2f053381703d20a682060eae864a4d\n",
"Multilingual: cohere-embed-multilingual-v3-8-279ae9eb450d32a29aef229bf9539f6a\n",
"Multilingual Light: cohere-embed-multilingual-ligh-df15d4be6f783ad0839a8f95966e53d8\n",
"English: cohere-embed-english-v3-8-1213-26b478d3b39b30b1b9e8e4e760ed446d\n",
"English Light: cohere-embed-english-light-v3--3bccb35880ec3cea9a4a9a0422460de5\n",
"Multilingual: cohere-embed-multilingual-v3-8-5158a2c36e213553bfbff942c1d1cdbe\n",
"Multilingual Light: cohere-embed-multilingual-ligh-028b13d58df335b4a282d630edb302f2\n",
"\"\"\"\n",
"# replace the arn below with the model package arn you want to deploy\n",
"cohere_package = \"cohere-embed-english-v3-8-1108-7e0739d809803e9380e75b954811a0cb\"\n",
"cohere_package = \"cohere-embed-english-v3-8-1213-26b478d3b39b30b1b9e8e4e760ed446d\"\n",
"\n",
"# Mapping for Model Packages\n",
"model_package_map = {\n",
Expand Down

0 comments on commit 8e07752

Please sign in to comment.