dranger003
commited on
Commit
•
dc53f2d
1
Parent(s):
692bad0
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
library_name: gguf
|
5 |
---
|
6 |
+
GGUF importance matrix (imatrix) quants for https://huggingface.co/CohereForAI/c4ai-command-r-v01
|
7 |
+
The importance matrix was trained for ~100K tokens (200 batches of 512 tokens) using a [wiki.train.raw](https://huggingface.co/datasets/wikitext).
|
8 |
+
|
9 |
+
> C4AI Command-R is a research release of a 35 billion parameter highly performant generative model. Command-R is a large language model with open weights optimized for a variety of use cases including reasoning, summarization, and question answering. Command-R has the capability for multilingual generation evaluated in 10 languages and highly performant RAG capabilities.
|
10 |
+
|
11 |
+
| Layers | Context | [Template](https://huggingface.co/CohereForAI/c4ai-command-r-v01#model-summary) |
|
12 |
+
| --- | --- | --- |
|
13 |
+
| <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> |
|