dranger003
commited on
Commit
•
4d0d193
1
Parent(s):
1ac51f3
Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,9 @@ 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
|
|
|
|
|
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 |
|
|
|
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 [wiki.train.raw](https://huggingface.co/datasets/wikitext).
|
8 |
+
|
9 |
+
**NOTE**: This is a preview of upcoming [PR#6033](https://github.com/ggerganov/llama.cpp/pull/6033).
|
10 |
|
11 |
> 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.
|
12 |
|