Transformers
GGUF
imatrix
conversational
brooketh commited on
Commit
fc34961
1 Parent(s): 7d49bd0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -31,7 +31,7 @@ quantized_by: brooketh
31
  - **Original:** [C4ai Command R Plus 107B](https://huggingface.co/CohereForAI/c4ai-command-r-plus)
32
  - **Date Created:** 2024-04-03
33
  - **Trained Context:** 8192 tokens
34
- - **Description:** Research release of a 104 billion parameter highly performant generative model optimized for reasoning, summarization, and question answering. Command-R supports multilingual generation in 10 languages and has RAG capabilities.
35
  ***
36
  ## What is a GGUF?
37
  GGUF is a large language model (LLM) format that can be split between CPU and GPU. GGUFs are compatible with applications based on llama.cpp, such as Backyard AI. Where other model formats require higher end GPUs with ample VRAM, GGUFs can be efficiently run on a wider variety of hardware.
 
31
  - **Original:** [C4ai Command R Plus 107B](https://huggingface.co/CohereForAI/c4ai-command-r-plus)
32
  - **Date Created:** 2024-04-03
33
  - **Trained Context:** 8192 tokens
34
+ - **Description:** Research release of a 107 billion parameter highly performant generative model optimized for reasoning, summarization, and question answering. Command-R supports multilingual generation in 10 languages and has RAG capabilities.
35
  ***
36
  ## What is a GGUF?
37
  GGUF is a large language model (LLM) format that can be split between CPU and GPU. GGUFs are compatible with applications based on llama.cpp, such as Backyard AI. Where other model formats require higher end GPUs with ample VRAM, GGUFs can be efficiently run on a wider variety of hardware.