Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
The tokenizer for https://huggingface.co/CohereForAI/c4ai-command-r-v01, made compatible with Transformers.js.
|
@@ -167,4 +172,4 @@ Thirdly, Write 'Answer:' followed by a response to the user's last input in high
|
|
167 |
Finally, Write 'Grounded answer:' followed by a response to the user's last input in high quality natural english. Use the symbols <co: doc> and </co: doc> to indicate when a fact comes from a document in the search result, e.g <co: 0>my fact</co: 0> for a fact from document 0.<|END_OF_TURN_TOKEN|><|START_OF_TURN_TOKEN|><|CHATBOT_TOKEN|>
|
168 |
````
|
169 |
|
170 |
-
</details>
|
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
+
library_name: transformers.js
|
4 |
+
tags:
|
5 |
+
- cohere
|
6 |
+
- transformers
|
7 |
+
- tokenizers
|
8 |
---
|
9 |
|
10 |
The tokenizer for https://huggingface.co/CohereForAI/c4ai-command-r-v01, made compatible with Transformers.js.
|
|
|
172 |
Finally, Write 'Grounded answer:' followed by a response to the user's last input in high quality natural english. Use the symbols <co: doc> and </co: doc> to indicate when a fact comes from a document in the search result, e.g <co: 0>my fact</co: 0> for a fact from document 0.<|END_OF_TURN_TOKEN|><|START_OF_TURN_TOKEN|><|CHATBOT_TOKEN|>
|
173 |
````
|
174 |
|
175 |
+
</details>
|