Skip to content

Commit

Permalink
fix(models): Update tokenizer on command R+
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarrazin committed Jul 16, 2024
1 parent 78e0025 commit 547ca9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/env/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ envVars:
[
{
"name" : "CohereForAI/c4ai-command-r-plus",
"tokenizer": "nsarrazin/c4ai-command-r-v01-tokenizer",
"tokenizer": {"tokenizerUrl": "https://huggingface.co/nsarrazin/c4ai-command-r-v01-tokenizer/resolve/main/tokenizer.json", "tokenizerConfigUrl": "https://huggingface.co/nsarrazin/c4ai-command-r-v01-tokenizer/raw/main/tokenizer_config.json"},
"description": "Command R+ is Cohere's latest LLM and is the first open weight model to beat GPT4 in the Chatbot Arena!",
"modelUrl": "https://huggingface.co/CohereForAI/c4ai-command-r-plus",
"websiteUrl": "https://docs.cohere.com/docs/command-r-plus",
Expand Down

0 comments on commit 547ca9f

Please sign in to comment.