bartowski commited on
Commit
ebf56eb
1 Parent(s): 08463b7

Llamacpp quants

Browse files
.gitattributes CHANGED
@@ -33,3 +33,16 @@ 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
+ dolphin-2.8-experiment26-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ dolphin-2.8-experiment26-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ dolphin-2.8-experiment26-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ dolphin-2.8-experiment26-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ dolphin-2.8-experiment26-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ dolphin-2.8-experiment26-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ dolphin-2.8-experiment26-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ dolphin-2.8-experiment26-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ dolphin-2.8-experiment26-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ dolphin-2.8-experiment26-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ dolphin-2.8-experiment26-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ dolphin-2.8-experiment26-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
48
+ dolphin-2.8-experiment26-7b-fp16.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ quantized_by: bartowski
4
+ pipeline_tag: text-generation
5
+ ---
6
+
7
+ ## Llamacpp Quantizations of dolphin-2.8-experiment26-7b
8
+
9
+ Using <a href="https://github.com/ggerganov/llama.cpp/commit/fa974646e1a2024fc7dc9e6f27cf1f2f5d4a3763">llama.cpp commit fa97464</a> for quantization.
10
+
11
+ Original model: https://huggingface.co/cognitivecomputations/dolphin-2.8-experiment26-7b
12
+
13
+ Download a file (not the whole branch) from below:
14
+
15
+ | Filename | Quant type | File Size | Description |
16
+ | -------- | ---------- | --------- | ----------- |
17
+ | [dolphin-2.8-experiment26-7b-Q8_0.gguf](https://huggingface.co/bartowski/dolphin-2.8-experiment26-7b-GGUF/blob/main/dolphin-2.8-experiment26-7b-Q8_0.gguf) | Q8_0 | 7.69GB | Extremely high quality, generally unneeded but max available quant. |
18
+ | [dolphin-2.8-experiment26-7b-Q6_K.gguf](https://huggingface.co/bartowski/dolphin-2.8-experiment26-7b-GGUF/blob/main/dolphin-2.8-experiment26-7b-Q6_K.gguf) | Q6_K | 5.94GB | Very high quality, near perfect, *recommended*. |
19
+ | [dolphin-2.8-experiment26-7b-Q5_K_M.gguf](https://huggingface.co/bartowski/dolphin-2.8-experiment26-7b-GGUF/blob/main/dolphin-2.8-experiment26-7b-Q5_K_M.gguf) | Q5_K_M | 5.13GB | High quality, very usable. |
20
+ | [dolphin-2.8-experiment26-7b-Q5_K_S.gguf](https://huggingface.co/bartowski/dolphin-2.8-experiment26-7b-GGUF/blob/main/dolphin-2.8-experiment26-7b-Q5_K_S.gguf) | Q5_K_S | 4.99GB | High quality, very usable. |
21
+ | [dolphin-2.8-experiment26-7b-Q5_0.gguf](https://huggingface.co/bartowski/dolphin-2.8-experiment26-7b-GGUF/blob/main/dolphin-2.8-experiment26-7b-Q5_0.gguf) | Q5_0 | 4.99GB | High quality, older format, generally not recommended. |
22
+ | [dolphin-2.8-experiment26-7b-Q4_K_M.gguf](https://huggingface.co/bartowski/dolphin-2.8-experiment26-7b-GGUF/blob/main/dolphin-2.8-experiment26-7b-Q4_K_M.gguf) | Q4_K_M | 4.36GB | Good quality, similar to 4.25 bpw. |
23
+ | [dolphin-2.8-experiment26-7b-Q4_K_S.gguf](https://huggingface.co/bartowski/dolphin-2.8-experiment26-7b-GGUF/blob/main/dolphin-2.8-experiment26-7b-Q4_K_S.gguf) | Q4_K_S | 4.14GB | Slightly lower quality with small space savings. |
24
+ | [dolphin-2.8-experiment26-7b-Q4_0.gguf](https://huggingface.co/bartowski/dolphin-2.8-experiment26-7b-GGUF/blob/main/dolphin-2.8-experiment26-7b-Q4_0.gguf) | Q4_0 | 4.10GB | Decent quality, older format, generally not recommended. |
25
+ | [dolphin-2.8-experiment26-7b-Q3_K_L.gguf](https://huggingface.co/bartowski/dolphin-2.8-experiment26-7b-GGUF/blob/main/dolphin-2.8-experiment26-7b-Q3_K_L.gguf) | Q3_K_L | 3.82GB | Lower quality but usable, good for low RAM availability. |
26
+ | [dolphin-2.8-experiment26-7b-Q3_K_M.gguf](https://huggingface.co/bartowski/dolphin-2.8-experiment26-7b-GGUF/blob/main/dolphin-2.8-experiment26-7b-Q3_K_M.gguf) | Q3_K_M | 3.51GB | Even lower quality. |
27
+ | [dolphin-2.8-experiment26-7b-Q3_K_S.gguf](https://huggingface.co/bartowski/dolphin-2.8-experiment26-7b-GGUF/blob/main/dolphin-2.8-experiment26-7b-Q3_K_S.gguf) | Q3_K_S | 3.16GB | Low quality, not recommended. |
28
+ | [dolphin-2.8-experiment26-7b-Q2_K.gguf](https://huggingface.co/bartowski/dolphin-2.8-experiment26-7b-GGUF/blob/main/dolphin-2.8-experiment26-7b-Q2_K.gguf) | Q2_K | 2.71GB | Extremely low quality, *not* recommended.
29
+
30
+ Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski
dolphin-2.8-experiment26-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2ae8465f4d56e2992d29bd39e03fb47288acfad51ad763049fd8cbe782b83fa
3
+ size 2719252032
dolphin-2.8-experiment26-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff5cbc2496026adf16bd2fe56c7e20658fcc2716cbd1c742677b959e7cd99f4e
3
+ size 3822035328
dolphin-2.8-experiment26-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e1ff15b55b8d1732f80ec9494b840fe4ba40fba5a0ef82149556c608034d521
3
+ size 3518996864
dolphin-2.8-experiment26-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5590021c355843f52bceb52cc7837e4ee3989246cdaff66fd878652e3892c4af
3
+ size 3164578176
dolphin-2.8-experiment26-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53675444a03e262d3153f8b9de73a86edcf102c5a6952f0e025eecec03a61e81
3
+ size 4108928448
dolphin-2.8-experiment26-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87e3bd00e747bc536eef9a700b4998651b1d9331dab100a44ece8ab182cce677
3
+ size 4368451008
dolphin-2.8-experiment26-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba3be02e66c9e7d2c7b3fd5dadcc138eee307b891595ee4c07c49630f7ed61ef
3
+ size 4140385728
dolphin-2.8-experiment26-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a37d21b943546c53e7b8568488334387153438994b20718315717799b26ae85e
3
+ size 4997728704
dolphin-2.8-experiment26-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f04a1743176a38578cec8f849c1b69f05cc637f6e009566cb7478210748333e
3
+ size 5131422144
dolphin-2.8-experiment26-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b68500dc86431e111e9df06ecfb72a3ae5728f487136e2c7684baa49504c0638
3
+ size 4997728704
dolphin-2.8-experiment26-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d70bb4966f929a460823023be6fb0bb20354cb391181cdced17f4eb533ac54c9
3
+ size 5942078976
dolphin-2.8-experiment26-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2be8e97b75cbc92520478dc99e7c066517e2c91a865147d500a4050c7331bb9f
3
+ size 7695875456
dolphin-2.8-experiment26-7b-fp16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d72cfce8bea834474b72717bcac64b71300847ecebefea04bca7dc8bd20a75ca
3
+ size 14484764992