dranger003
commited on
Commit
•
7b31714
1
Parent(s):
a16b3bb
Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,12 @@ base_model: CohereForAI/c4ai-command-r-plus
|
|
6 |
---
|
7 |
**2024-04-04**: Support for this model is being worked on - [`PR#6491`](https://github.com/ggerganov/llama.cpp/pull/6491).
|
8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
> C4AI Command R+ is an open weights research release of a 104B billion parameter model with highly advanced capabilities, this includes Retrieval Augmented Generation (RAG) and tool use to automate sophisticated tasks. The tool use in this model generation enables multi-step tool use which allows the model to combine multiple tools over multiple steps to accomplish difficult tasks. C4AI Command R+ is a multilingual model evaluated in 10 languages for performance: English, French, Spanish, Italian, German, Brazilian Portuguese, Japanese, Korean, Arabic, and Simplified Chinese. Command R+ is optimized for a variety of use cases including reasoning, summarization, and question answering.
|
10 |
|
11 |
| Layers | Context | [Template](https://huggingface.co/CohereForAI/c4ai-command-r-plus#tool-use--multihop-capabilities) |
|
|
|
6 |
---
|
7 |
**2024-04-04**: Support for this model is being worked on - [`PR#6491`](https://github.com/ggerganov/llama.cpp/pull/6491).
|
8 |
|
9 |
+
* GGUF importance matrix (imatrix) quants for https://huggingface.co/CohereForAI/c4ai-command-r-plus
|
10 |
+
* The importance matrix was trained for ~100K tokens (200 batches of 512 tokens) using [wiki.train.raw](https://huggingface.co/datasets/wikitext).
|
11 |
+
* [Which GGUF is right for me? (from Artefact2)](https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9)
|
12 |
+
* The [imatrix is being used on the K-quants](https://github.com/ggerganov/llama.cpp/pull/4930) as well.
|
13 |
+
* To merge GGUFs use `gguf-split --merge <first-chunk> <output-file>`
|
14 |
+
|
15 |
> C4AI Command R+ is an open weights research release of a 104B billion parameter model with highly advanced capabilities, this includes Retrieval Augmented Generation (RAG) and tool use to automate sophisticated tasks. The tool use in this model generation enables multi-step tool use which allows the model to combine multiple tools over multiple steps to accomplish difficult tasks. C4AI Command R+ is a multilingual model evaluated in 10 languages for performance: English, French, Spanish, Italian, German, Brazilian Portuguese, Japanese, Korean, Arabic, and Simplified Chinese. Command R+ is optimized for a variety of use cases including reasoning, summarization, and question answering.
|
16 |
|
17 |
| Layers | Context | [Template](https://huggingface.co/CohereForAI/c4ai-command-r-plus#tool-use--multihop-capabilities) |
|