Text Generation
GGUF
English
bartowski commited on
Commit
0efa5c5
1 Parent(s): fbed109

Llamacpp quants

Browse files
.gitattributes CHANGED
@@ -33,3 +33,15 @@ 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
+ dolphincoder-starcoder2-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ dolphincoder-starcoder2-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ dolphincoder-starcoder2-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ dolphincoder-starcoder2-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ dolphincoder-starcoder2-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ dolphincoder-starcoder2-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ dolphincoder-starcoder2-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ dolphincoder-starcoder2-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ dolphincoder-starcoder2-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ dolphincoder-starcoder2-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ dolphincoder-starcoder2-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ dolphincoder-starcoder2-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - cognitivecomputations/dolphin
4
+ - jondurbin/airoboros-2.2.1
5
+ - cognitivecomputations/dolphin-coder
6
+ - teknium/openhermes
7
+ - ise-uiuc/Magicoder-OSS-Instruct-75K
8
+ - ise-uiuc/Magicoder-Evol-Instruct-110K
9
+ - m-a-p/Code-Feedback
10
+ - m-a-p/CodeFeedback-Filtered-Instruction
11
+ - microsoft/orca-math-word-problems-200k
12
+ language:
13
+ - en
14
+ license: bigcode-openrail-m
15
+ quantized_by: bartowski
16
+ pipeline_tag: text-generation
17
+ ---
18
+
19
+ ## Llamacpp Quantizations of dolphincoder-starcoder2-7b
20
+
21
+ Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b2354">b2354</a> for quantization.
22
+
23
+ Original model: https://huggingface.co/cognitivecomputations/dolphincoder-starcoder2-7b
24
+
25
+ Download a file (not the whole branch) from below:
26
+
27
+ | Filename | Quant type | File Size | Description |
28
+ | -------- | ---------- | --------- | ----------- |
29
+ | [dolphincoder-starcoder2-7b-Q8_0.gguf](https://huggingface.co/bartowski/dolphincoder-starcoder2-7b-GGUF//main/dolphincoder-starcoder2-7b-Q8_0.gguf) | Q8_0 | 7.86GB | Extremely high quality, generally unneeded but max available quant. |
30
+ | [dolphincoder-starcoder2-7b-Q6_K.gguf](https://huggingface.co/bartowski/dolphincoder-starcoder2-7b-GGUF//main/dolphincoder-starcoder2-7b-Q6_K.gguf) | Q6_K | 6.07GB | Very high quality, near perfect, *recommended*. |
31
+ | [dolphincoder-starcoder2-7b-Q5_K_M.gguf](https://huggingface.co/bartowski/dolphincoder-starcoder2-7b-GGUF//main/dolphincoder-starcoder2-7b-Q5_K_M.gguf) | Q5_K_M | 5.31GB | High quality, very usable. |
32
+ | [dolphincoder-starcoder2-7b-Q5_K_S.gguf](https://huggingface.co/bartowski/dolphincoder-starcoder2-7b-GGUF//main/dolphincoder-starcoder2-7b-Q5_K_S.gguf) | Q5_K_S | 5.12GB | High quality, very usable. |
33
+ | [dolphincoder-starcoder2-7b-Q5_0.gguf](https://huggingface.co/bartowski/dolphincoder-starcoder2-7b-GGUF//main/dolphincoder-starcoder2-7b-Q5_0.gguf) | Q5_0 | 5.12GB | High quality, older format, generally not recommended. |
34
+ | [dolphincoder-starcoder2-7b-Q4_K_M.gguf](https://huggingface.co/bartowski/dolphincoder-starcoder2-7b-GGUF//main/dolphincoder-starcoder2-7b-Q4_K_M.gguf) | Q4_K_M | 4.58GB | Good quality, similar to 4.25 bpw. |
35
+ | [dolphincoder-starcoder2-7b-Q4_K_S.gguf](https://huggingface.co/bartowski/dolphincoder-starcoder2-7b-GGUF//main/dolphincoder-starcoder2-7b-Q4_K_S.gguf) | Q4_K_S | 4.31GB | Slightly lower quality with small space savings. |
36
+ | [dolphincoder-starcoder2-7b-Q4_0.gguf](https://huggingface.co/bartowski/dolphincoder-starcoder2-7b-GGUF//main/dolphincoder-starcoder2-7b-Q4_0.gguf) | Q4_0 | 4.22GB | Decent quality, older format, generally not recommended. |
37
+ | [dolphincoder-starcoder2-7b-Q3_K_L.gguf](https://huggingface.co/bartowski/dolphincoder-starcoder2-7b-GGUF//main/dolphincoder-starcoder2-7b-Q3_K_L.gguf) | Q3_K_L | 4.17GB | Lower quality but usable, good for low RAM availability. |
38
+ | [dolphincoder-starcoder2-7b-Q3_K_M.gguf](https://huggingface.co/bartowski/dolphincoder-starcoder2-7b-GGUF//main/dolphincoder-starcoder2-7b-Q3_K_M.gguf) | Q3_K_M | 3.78GB | Even lower quality. |
39
+ | [dolphincoder-starcoder2-7b-Q3_K_S.gguf](https://huggingface.co/bartowski/dolphincoder-starcoder2-7b-GGUF//main/dolphincoder-starcoder2-7b-Q3_K_S.gguf) | Q3_K_S | 3.27GB | Low quality, not recommended. |
40
+ | [dolphincoder-starcoder2-7b-Q2_K.gguf](https://huggingface.co/bartowski/dolphincoder-starcoder2-7b-GGUF//main/dolphincoder-starcoder2-7b-Q2_K.gguf) | Q2_K | 2.91GB | Extremely low quality, *not* recommended.
41
+
42
+ Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski
dolphincoder-starcoder2-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a12a07e60def11cd16b6018bbae83187d65786fea3f48bbf81ea2f7647b2781
3
+ size 2910349312
dolphincoder-starcoder2-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c484b3a1ee9bc0d7d31389ff6fe8eccd1c3e564d0b2b16304e8426aed938de4a
3
+ size 4171393952
dolphincoder-starcoder2-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:808923d96634ddc7e2ad33f7fd67735cd2d99ee620277d9f613e6e5e56413416
3
+ size 3780340640
dolphincoder-starcoder2-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84d0f546656ca4bc87c7830307c58009e0fe3b53a055a19e086e6cbdd9c5398e
3
+ size 3276041120
dolphincoder-starcoder2-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da3c042a0019571a2d5d4f6eeb3110d07588ec8f8f07c9a695ecc4a7f8c65ee1
3
+ size 4228608096
dolphincoder-starcoder2-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c01588e77a1559dedb454cf537dc6c6d8d7d98a6394905bcb19d85065d6b9a45
3
+ size 4588695648
dolphincoder-starcoder2-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:553778d0f16e90709a66ee501f2fe60ededb029d5c5e2cbb7f01672a7d57aca3
3
+ size 4314722400
dolphincoder-starcoder2-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:513cc3107f303850b99232fdc25cef29045f6aa1d23bc74454c5ab150107929d
3
+ size 5125141728
dolphincoder-starcoder2-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:258be5b8629d46e73f01de72df2d1767fa655e277842b24fc45adb68cc92d9df
3
+ size 5310641376
dolphincoder-starcoder2-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95e73f7ddd271c3e43218ea242759889ddb18bdc82f49244889638edadac3753
3
+ size 5125141728
dolphincoder-starcoder2-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26cbe5499cc4e1554e35147d4991a854a0316d841ce11a2cd17879516305343f
3
+ size 6077708736
dolphincoder-starcoder2-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f19b7cce6d7a73d3de5e9753966768dff91dfb455009f0084dcb075234018707
3
+ size 7869598464