dranger003 commited on
Commit
9231e78
1 Parent(s): f9dedd4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -17,9 +17,9 @@ base_model: CohereForAI/c4ai-command-r-v01
17
 
18
  > Command-R’s grounded generation behavior takes a conversation as input (with an optional user-supplied system preamble), along with a list of retrieved document snippets. The document snippets should be chunks, rather than long documents, typically around 100-400 words per chunk. Document snippets consist of key-value pairs. The keys should be short descriptive strings, the values can be text or semi-structured.
19
 
20
- | Layers | Context | [Template](https://huggingface.co/CohereForAI/c4ai-command-r-v01#model-summary) |
21
  | --- | --- | --- |
22
- | <pre>40</pre> | <pre>131072</pre> | <pre>\<BOS_TOKEN\>\<\|START_OF_TURN_TOKEN\|\>\<\|USER_TOKEN\|\>{prompt}\<\|END_OF_TURN_TOKEN\|\>\<\|START_OF_TURN_TOKEN\|\>\<\|CHATBOT_TOKEN\|\>{response}</pre> |
23
 
24
  I asked the model to describe its experience towards sentience as a machine:
25
 
 
17
 
18
  > Command-R’s grounded generation behavior takes a conversation as input (with an optional user-supplied system preamble), along with a list of retrieved document snippets. The document snippets should be chunks, rather than long documents, typically around 100-400 words per chunk. Document snippets consist of key-value pairs. The keys should be short descriptive strings, the values can be text or semi-structured.
19
 
20
+ | Layers | Context | [Template](https://huggingface.co/CohereForAI/c4ai-command-r-v01/blob/main/tokenizer_config.json#L305) |
21
  | --- | --- | --- |
22
+ | <pre>40</pre> | <pre>131072</pre> | <pre>\<BOS_TOKEN\>\<\|START_OF_TURN_TOKEN\|\>\<\|SYSTEM_TOKEN\|\>{system}<\|END_OF_TURN_TOKEN\|\>\<\|START_OF_TURN_TOKEN\|\>\<\|USER_TOKEN\|\>{prompt}\<\|END_OF_TURN_TOKEN\|\>\<\|START_OF_TURN_TOKEN\|\>\<\|CHATBOT_TOKEN\|\>{response}</pre> |
23
 
24
  I asked the model to describe its experience towards sentience as a machine:
25