froggeric commited on
Commit
d7ff007
1 Parent(s): e78630d

corrected info for command-r-plus and added link to prompting guide

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -36,7 +36,7 @@ The questions can be split half-half in 2 possible ways:
36
  # Remarks about some of the models
37
 
38
  [CohereForAI/c4ai-command-r-plus](https://huggingface.co/CohereForAI/c4ai-command-r-plus)\
39
- A big step up for open LLM models. Remember, this is a base model, not instruct. Which means instead of answering questions, it works best by giving it the beginning of an answer for completion.
40
 
41
  [CohereForAI/c4ai-command-r-v01](https://huggingface.co/CohereForAI/c4ai-command-r-v01)\
42
  Amazing at such a small size. Only one third the size of its big brother, but not so far behind, and ahead of most other large models. System prompts tend to create unexpected behaviour, like continuation, or forum discussions! Better to avoid them.
 
36
  # Remarks about some of the models
37
 
38
  [CohereForAI/c4ai-command-r-plus](https://huggingface.co/CohereForAI/c4ai-command-r-plus)\
39
+ A big step up for open LLM models. Has a tendency to work best by giving it the beginning of an answer for completion. To get the best of it, I recommend getting familiar with the [prompting guide](https://docs.cohere.com/docs/prompting-command-r)
40
 
41
  [CohereForAI/c4ai-command-r-v01](https://huggingface.co/CohereForAI/c4ai-command-r-v01)\
42
  Amazing at such a small size. Only one third the size of its big brother, but not so far behind, and ahead of most other large models. System prompts tend to create unexpected behaviour, like continuation, or forum discussions! Better to avoid them.