brooketh commited on
Commit
4a0c4fb
1 Parent(s): 6003f48

Upload c4ai-command-r-v01-GGUF.

Browse files
.gitattributes CHANGED
@@ -33,3 +33,27 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ c4ai-command-r-v01.F16-split-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
37
+ c4ai-command-r-v01.F16-split-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
38
+ c4ai-command-r-v01.IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
39
+ c4ai-command-r-v01.IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
40
+ c4ai-command-r-v01.IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
41
+ c4ai-command-r-v01.IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
42
+ c4ai-command-r-v01.IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
43
+ c4ai-command-r-v01.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
44
+ c4ai-command-r-v01.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
45
+ c4ai-command-r-v01.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
46
+ c4ai-command-r-v01.IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
47
+ c4ai-command-r-v01.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
48
+ c4ai-command-r-v01.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
49
+ c4ai-command-r-v01.Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text
50
+ c4ai-command-r-v01.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
51
+ c4ai-command-r-v01.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
52
+ c4ai-command-r-v01.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
53
+ c4ai-command-r-v01.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
54
+ c4ai-command-r-v01.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
55
+ c4ai-command-r-v01.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
56
+ c4ai-command-r-v01.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
57
+ c4ai-command-r-v01.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
58
+ c4ai-command-r-v01.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
59
+ c4ai-command-r-v01.imatrix filter=lfs diff=lfs merge=lfs -text
Faraday Model Repository Banner.png ADDED
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - fr
5
+ - de
6
+ - es
7
+ - it
8
+ - pt
9
+ - ja
10
+ - ko
11
+ - zh
12
+ - ar
13
+ license: cc-by-nc-4.0
14
+ library_name: transformers
15
+ base_model: CohereForAI/c4ai-command-r-v01
16
+ model_name: c4ai-command-r-v01-GGUF
17
+ quantized_by: brooketh
18
+ ---
19
+ <img src="Faraday Model Repository Banner.png" alt="Faraday.dev" style="height: 90px; min-width: 32px; display: block; margin: auto;">
20
+
21
+ **<p style="text-align: center;">The official library of GGUF format models for use in the local AI chat app, Faraday.dev.</p>**
22
+
23
+ <p style="text-align: center;"><a href="https://faraday.dev/">Download Faraday here to get started.</a></p>
24
+
25
+ <p style="text-align: center;"><a href="https://www.reddit.com/r/LLM_Quants/">Request Additional models at r/LLM_Quants.</a></p>
26
+
27
+ ***
28
+ # c4ai command r v01
29
+ - **Creator:** [CohereForAI](https://huggingface.co/CohereForAI/)
30
+ - **Original:** [c4ai command r v01](https://huggingface.co/CohereForAI/c4ai-command-r-v01)
31
+ - **Date Created:** 2024-03-11
32
+ - **Trained Context:** 8192 tokens
33
+ - **Description:** (Add description here)
34
+
35
+ ## What is a GGUF?
36
+ 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 Faraday.dev. Where other model formats require higher end GPUs with ample VRAM, GGUFs can be efficiently run on a wider variety of hardware.
37
+ GGUF models are quantized to reduce resource usage, with a tradeoff of reduced coherence at lower quantizations. Quantization reduces the precision of the model weights by changing the number of bits used for each weight.
38
+
39
+ ***
40
+ <img src="faraday-logo.png" alt="Faraday.dev" style="height: 75px; min-width: 32px; display: block; horizontal align: left;">
41
+
42
+ ## Faraday.dev
43
+ - Free, local AI chat application.
44
+ - One-click installation on Mac and PC.
45
+ - Automatically use GPU for maximum speed.
46
+ - Built-in model manager.
47
+ - High-quality character hub.
48
+ - Zero-config desktop-to-mobile tethering.
49
+ Faraday makes it easy to start chatting with AI using your own characters or one of the many found in the built-in character hub. The model manager helps you find the latest and greatest models without worrying about whether it's the correct format. Faraday supports advanced features such as lorebooks, author's note, text formatting, custom context size, sampler settings, grammars, local TTS, cloud inference, and tethering, all implemented in a way that is straightforward and reliable.
50
+ **Join us on [Discord](https://discord.gg/SyNN2vC9tQ)**
51
+ ***
c4ai-command-r-v01.F16-split-00001-of-00002.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb903e3207c9d9cbd2e34ba72f1d985728e86cd4ad867ff74453991e4bcc49e1
3
+ size 49873682528
c4ai-command-r-v01.F16-split-00002-of-00002.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6032b23940c6ce762595a088b2a7c75964815ab9e3a04c7d94f7db767b6a02dc
3
+ size 20099536800
c4ai-command-r-v01.IQ1_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:490fa84ec04c9de4262d9d59432ea48c769db4c6df2164390f90005d297ba284
3
+ size 8523389024
c4ai-command-r-v01.IQ2_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffe6b730d78d1f4464e1fcf5517505807c5eae4386fef1a976d966896273cc2c
3
+ size 12675094624
c4ai-command-r-v01.IQ2_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5d6830c0bbc3539662fa33a1e198841162d211c0aa4639e62a70a4f1af8c013
3
+ size 11844098144
c4ai-command-r-v01.IQ2_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d9cbf8b4f26fe513c668a280f73f577669ddeca472d1694701e827507d244d6
3
+ size 11100264544
c4ai-command-r-v01.IQ2_XXS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afa32fd9cd67ef9bb08bdaba8b6c8664bb5cd9813b09b23ee8ccebadd04c38f6
3
+ size 10185381984
c4ai-command-r-v01.IQ3_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:608a9d61385d69edf29fef9fa499e66db7911b766b254b703811900adf1f5ecd
3
+ size 16697694304
c4ai-command-r-v01.IQ3_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfdd0caaf88f392c8574e5d573cfaa32d4b75a54c880d6703a9bdd461ed164c9
3
+ size 15862110304
c4ai-command-r-v01.IQ3_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28610cf4f5c9b9342ae33268c2bc1cb27d53c5bf3fc8cefe19096513188cbd65
3
+ size 15091406944
c4ai-command-r-v01.IQ3_XXS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d7fb4454527fe91ad4226fd9d3c6010206d9bb36b953c0b1ec5fefb615a5bf5
3
+ size 13832460384
c4ai-command-r-v01.IQ4_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6c9ebb272c96eae0f88c851fbd8012d0306507170868fdba02481d75c452ef0
3
+ size 19201824864
c4ai-command-r-v01.Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d36b4a3c7b0c5e1e93af1b0389f76412220b40d22052d2232981ec083d94a1d2
3
+ size 13817386848
c4ai-command-r-v01.Q2_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19d4d477a9a4d881f3203d162d332dcbaf939483303accb5fd2545be3a935333
3
+ size 12738664544
c4ai-command-r-v01.Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6484bb3de822ae663901e0c34b408cc076e70a3ac09fbc7b039a0b5838851b93
3
+ size 19149395808
c4ai-command-r-v01.Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ff78630373d40c7da1041af9cc2ac851d7ae2a35d63729fed9b1266b8e69826
3
+ size 17618474848
c4ai-command-r-v01.Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0367d76a11e95bfd7bbd8f46f001b77ce147f3f6234ea53f3da624bf2d43b1e9
3
+ size 15862110048
c4ai-command-r-v01.Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efefd426adf15a3063f7321fa4e1a36467525070f9f07d4d66a50b52bb7cdab2
3
+ size 21527041888
c4ai-command-r-v01.Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:193480310a5d9c50e740a8d839009dd1504992c3afb6f967cbe57c22b7619780
3
+ size 20378326880
c4ai-command-r-v01.Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f18c496c085b227d59b5956829ed0817e18d043a8b5ce8bcbdfa9cc22cfbf714
3
+ size 25008314208
c4ai-command-r-v01.Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c6eccbe09eab10ea2612d6ddadc60804548e7539a14a59862d5ebd3bfb348d0
3
+ size 24339847008
c4ai-command-r-v01.Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7189478c04d9953faaa45e8d6a1f17f4e47bbf2c183851d3d259b3c48bbfc528
3
+ size 28707166048
c4ai-command-r-v01.Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ca41b57b1de07d82f3e84c3a3affe4610c41a2f7e4f6db025a8d975dde53d3c
3
+ size 37179004768
c4ai-command-r-v01.imatrix ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad8ee88527f49b62bad43259a749bd3b083385ceccde75aa8a135b6fcfb139df
3
+ size 11478088
faraday-logo.png ADDED