GGUF
English
TensorBlock
GGUF
conversational
morriszms commited on
Commit
e8af509
·
verified ·
1 Parent(s): 7cefc66

Upload folder using huggingface_hub

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
+ ReflectionCoder-CL-34B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ ReflectionCoder-CL-34B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ ReflectionCoder-CL-34B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ ReflectionCoder-CL-34B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ ReflectionCoder-CL-34B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ ReflectionCoder-CL-34B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ ReflectionCoder-CL-34B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ ReflectionCoder-CL-34B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ ReflectionCoder-CL-34B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ ReflectionCoder-CL-34B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ ReflectionCoder-CL-34B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ ReflectionCoder-CL-34B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - SenseLLM/ReflectionSeq-GPT
5
+ - SenseLLM/ReflectionSeq-DS
6
+ language:
7
+ - en
8
+ base_model: SenseLLM/ReflectionCoder-CL-34B
9
+ tags:
10
+ - TensorBlock
11
+ - GGUF
12
+ ---
13
+
14
+ <div style="width: auto; margin-left: auto; margin-right: auto">
15
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
16
+ </div>
17
+ <div style="display: flex; justify-content: space-between; width: 100%;">
18
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
19
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
20
+ Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
21
+ </p>
22
+ </div>
23
+ </div>
24
+
25
+ ## SenseLLM/ReflectionCoder-CL-34B - GGUF
26
+
27
+ This repo contains GGUF format model files for [SenseLLM/ReflectionCoder-CL-34B](https://huggingface.co/SenseLLM/ReflectionCoder-CL-34B).
28
+
29
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
30
+
31
+ ## Prompt template
32
+
33
+ ```
34
+ <|system|><|text|>{system_prompt}<|endofblock|><|endofmessage|><|user|><|text|>{prompt}<|endofblock|><|endofmessage|><|assistant|>
35
+ ```
36
+
37
+ ## Model file specification
38
+
39
+ | Filename | Quant type | File Size | Description |
40
+ | -------- | ---------- | --------- | ----------- |
41
+ | [ReflectionCoder-CL-34B-Q2_K.gguf](https://huggingface.co/tensorblock/ReflectionCoder-CL-34B-GGUF/tree/main/ReflectionCoder-CL-34B-Q2_K.gguf) | Q2_K | 11.647 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [ReflectionCoder-CL-34B-Q3_K_S.gguf](https://huggingface.co/tensorblock/ReflectionCoder-CL-34B-GGUF/tree/main/ReflectionCoder-CL-34B-Q3_K_S.gguf) | Q3_K_S | 13.602 GB | very small, high quality loss |
43
+ | [ReflectionCoder-CL-34B-Q3_K_M.gguf](https://huggingface.co/tensorblock/ReflectionCoder-CL-34B-GGUF/tree/main/ReflectionCoder-CL-34B-Q3_K_M.gguf) | Q3_K_M | 15.186 GB | very small, high quality loss |
44
+ | [ReflectionCoder-CL-34B-Q3_K_L.gguf](https://huggingface.co/tensorblock/ReflectionCoder-CL-34B-GGUF/tree/main/ReflectionCoder-CL-34B-Q3_K_L.gguf) | Q3_K_L | 16.551 GB | small, substantial quality loss |
45
+ | [ReflectionCoder-CL-34B-Q4_0.gguf](https://huggingface.co/tensorblock/ReflectionCoder-CL-34B-GGUF/tree/main/ReflectionCoder-CL-34B-Q4_0.gguf) | Q4_0 | 17.744 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [ReflectionCoder-CL-34B-Q4_K_S.gguf](https://huggingface.co/tensorblock/ReflectionCoder-CL-34B-GGUF/tree/main/ReflectionCoder-CL-34B-Q4_K_S.gguf) | Q4_K_S | 17.874 GB | small, greater quality loss |
47
+ | [ReflectionCoder-CL-34B-Q4_K_M.gguf](https://huggingface.co/tensorblock/ReflectionCoder-CL-34B-GGUF/tree/main/ReflectionCoder-CL-34B-Q4_K_M.gguf) | Q4_K_M | 18.831 GB | medium, balanced quality - recommended |
48
+ | [ReflectionCoder-CL-34B-Q5_0.gguf](https://huggingface.co/tensorblock/ReflectionCoder-CL-34B-GGUF/tree/main/ReflectionCoder-CL-34B-Q5_0.gguf) | Q5_0 | 21.641 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [ReflectionCoder-CL-34B-Q5_K_S.gguf](https://huggingface.co/tensorblock/ReflectionCoder-CL-34B-GGUF/tree/main/ReflectionCoder-CL-34B-Q5_K_S.gguf) | Q5_K_S | 21.641 GB | large, low quality loss - recommended |
50
+ | [ReflectionCoder-CL-34B-Q5_K_M.gguf](https://huggingface.co/tensorblock/ReflectionCoder-CL-34B-GGUF/tree/main/ReflectionCoder-CL-34B-Q5_K_M.gguf) | Q5_K_M | 22.202 GB | large, very low quality loss - recommended |
51
+ | [ReflectionCoder-CL-34B-Q6_K.gguf](https://huggingface.co/tensorblock/ReflectionCoder-CL-34B-GGUF/tree/main/ReflectionCoder-CL-34B-Q6_K.gguf) | Q6_K | 25.783 GB | very large, extremely low quality loss |
52
+ | [ReflectionCoder-CL-34B-Q8_0.gguf](https://huggingface.co/tensorblock/ReflectionCoder-CL-34B-GGUF/tree/main/ReflectionCoder-CL-34B-Q8_0.gguf) | Q8_0 | 33.394 GB | very large, extremely low quality loss - not recommended |
53
+
54
+
55
+ ## Downloading instruction
56
+
57
+ ### Command line
58
+
59
+ Firstly, install Huggingface Client
60
+
61
+ ```shell
62
+ pip install -U "huggingface_hub[cli]"
63
+ ```
64
+
65
+ Then, downoad the individual model file the a local directory
66
+
67
+ ```shell
68
+ huggingface-cli download tensorblock/ReflectionCoder-CL-34B-GGUF --include "ReflectionCoder-CL-34B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
69
+ ```
70
+
71
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/ReflectionCoder-CL-34B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
ReflectionCoder-CL-34B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cfd3d5c5c4a438f6d6d62bf150e367f6a070b8493a13a824a3e7328eecc7c5e
3
+ size 12505795360
ReflectionCoder-CL-34B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f24b2e96664824e1944bfede16396c6dd16df5ddc148a70e74f9f4c2bae3dbb5
3
+ size 17771638496
ReflectionCoder-CL-34B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cd3fbae1c1cb639007608629528237e6aa915a5182eda88b064233fe591acdb
3
+ size 16306253536
ReflectionCoder-CL-34B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c48f104490e1d7133def2b7a3bf2bbfdafa2164f9ca51878e2de8115e6bb6493
3
+ size 14605463264
ReflectionCoder-CL-34B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90c94839e23591c8d29bd510fa9eb396c8b6e35da0f24f728c9590e9d44950d8
3
+ size 19052174752
ReflectionCoder-CL-34B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2963578b3f7d2de711e5bfcb5d92c7c5ed6f32cba2fb3ed87b736272bf03bb0
3
+ size 20220026272
ReflectionCoder-CL-34B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35bdae4267a425421ef1eecf03bac72ee716578a9fe39df5f3c57d0122692e7b
3
+ size 19191635360
ReflectionCoder-CL-34B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bda3fda45c897f97badcc707afc6366b38ab41261754c5eb6620b68c7174796d
3
+ size 23237314976
ReflectionCoder-CL-34B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ede94e18a3d1c1da26494c3c8952ce3953c9d522eab1dd276e26f4355180d472
3
+ size 23838935456
ReflectionCoder-CL-34B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b286c93d7288f373e2b937b313aa8ab2c14951b468ff52f2b716fe8cd92f6ec9
3
+ size 23237314976
ReflectionCoder-CL-34B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f76d8a444f08711e8a1d44aa7934642936eba769933f5d4baee0b495c18ee3b4
3
+ size 27684026464
ReflectionCoder-CL-34B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d0c724a323488930aa45edb8321371f8e0179f5864642b5b3a84089692ac1c8
3
+ size 35856245472