nsarrazin HF Staff commited on
Commit
597f45c
·
unverified ·
1 Parent(s): 7a99944

fix(models): Update tokenizer on command R+ (#1345)

Browse files
Files changed (1) hide show
  1. chart/env/prod.yaml +1 -1
chart/env/prod.yaml CHANGED
@@ -40,7 +40,7 @@ envVars:
40
  [
41
  {
42
  "name" : "CohereForAI/c4ai-command-r-plus",
43
- "tokenizer": "nsarrazin/c4ai-command-r-v01-tokenizer",
44
  "description": "Command R+ is Cohere's latest LLM and is the first open weight model to beat GPT4 in the Chatbot Arena!",
45
  "modelUrl": "https://huggingface.co/CohereForAI/c4ai-command-r-plus",
46
  "websiteUrl": "https://docs.cohere.com/docs/command-r-plus",
 
40
  [
41
  {
42
  "name" : "CohereForAI/c4ai-command-r-plus",
43
+ "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"},
44
  "description": "Command R+ is Cohere's latest LLM and is the first open weight model to beat GPT4 in the Chatbot Arena!",
45
  "modelUrl": "https://huggingface.co/CohereForAI/c4ai-command-r-plus",
46
  "websiteUrl": "https://docs.cohere.com/docs/command-r-plus",