morriszms commited on
Commit
1a36d05
·
verified ·
1 Parent(s): 48f192d

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
+ deepseek-r1-14b-cot-math-reasoning-full-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ deepseek-r1-14b-cot-math-reasoning-full-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ deepseek-r1-14b-cot-math-reasoning-full-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ deepseek-r1-14b-cot-math-reasoning-full-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ deepseek-r1-14b-cot-math-reasoning-full-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ deepseek-r1-14b-cot-math-reasoning-full-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ deepseek-r1-14b-cot-math-reasoning-full-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ deepseek-r1-14b-cot-math-reasoning-full-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ deepseek-r1-14b-cot-math-reasoning-full-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ deepseek-r1-14b-cot-math-reasoning-full-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ deepseek-r1-14b-cot-math-reasoning-full-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ deepseek-r1-14b-cot-math-reasoning-full-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ pipeline_tag: text-generation
4
+ base_model: Jianyuan1/deepseek-r1-14b-cot-math-reasoning-full
5
+ tags:
6
+ - TensorBlock
7
+ - GGUF
8
+ ---
9
+
10
+ <div style="width: auto; margin-left: auto; margin-right: auto">
11
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
12
+ </div>
13
+ <div style="display: flex; justify-content: space-between; width: 100%;">
14
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
15
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
16
+ 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>
17
+ </p>
18
+ </div>
19
+ </div>
20
+
21
+ ## Jianyuan1/deepseek-r1-14b-cot-math-reasoning-full - GGUF
22
+
23
+ This repo contains GGUF format model files for [Jianyuan1/deepseek-r1-14b-cot-math-reasoning-full](https://huggingface.co/Jianyuan1/deepseek-r1-14b-cot-math-reasoning-full).
24
+
25
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4882](https://github.com/ggml-org/llama.cpp/commit/be7c3034108473beda214fd1d7c98fd6a7a3bdf5).
26
+
27
+ <div style="text-align: left; margin: 20px 0;">
28
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
29
+ Run them on the TensorBlock client using your local machine ↗
30
+ </a>
31
+ </div>
32
+
33
+ ## Prompt template
34
+
35
+ ```
36
+ <|begin▁of▁sentence|>{system_prompt}<|User|>{prompt}<|Assistant|>
37
+ ```
38
+
39
+ ## Model file specification
40
+
41
+ | Filename | Quant type | File Size | Description |
42
+ | -------- | ---------- | --------- | ----------- |
43
+ | [deepseek-r1-14b-cot-math-reasoning-full-Q2_K.gguf](https://huggingface.co/tensorblock/deepseek-r1-14b-cot-math-reasoning-full-GGUF/blob/main/deepseek-r1-14b-cot-math-reasoning-full-Q2_K.gguf) | Q2_K | 5.770 GB | smallest, significant quality loss - not recommended for most purposes |
44
+ | [deepseek-r1-14b-cot-math-reasoning-full-Q3_K_S.gguf](https://huggingface.co/tensorblock/deepseek-r1-14b-cot-math-reasoning-full-GGUF/blob/main/deepseek-r1-14b-cot-math-reasoning-full-Q3_K_S.gguf) | Q3_K_S | 6.660 GB | very small, high quality loss |
45
+ | [deepseek-r1-14b-cot-math-reasoning-full-Q3_K_M.gguf](https://huggingface.co/tensorblock/deepseek-r1-14b-cot-math-reasoning-full-GGUF/blob/main/deepseek-r1-14b-cot-math-reasoning-full-Q3_K_M.gguf) | Q3_K_M | 7.339 GB | very small, high quality loss |
46
+ | [deepseek-r1-14b-cot-math-reasoning-full-Q3_K_L.gguf](https://huggingface.co/tensorblock/deepseek-r1-14b-cot-math-reasoning-full-GGUF/blob/main/deepseek-r1-14b-cot-math-reasoning-full-Q3_K_L.gguf) | Q3_K_L | 7.925 GB | small, substantial quality loss |
47
+ | [deepseek-r1-14b-cot-math-reasoning-full-Q4_0.gguf](https://huggingface.co/tensorblock/deepseek-r1-14b-cot-math-reasoning-full-GGUF/blob/main/deepseek-r1-14b-cot-math-reasoning-full-Q4_0.gguf) | Q4_0 | 8.518 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
48
+ | [deepseek-r1-14b-cot-math-reasoning-full-Q4_K_S.gguf](https://huggingface.co/tensorblock/deepseek-r1-14b-cot-math-reasoning-full-GGUF/blob/main/deepseek-r1-14b-cot-math-reasoning-full-Q4_K_S.gguf) | Q4_K_S | 8.573 GB | small, greater quality loss |
49
+ | [deepseek-r1-14b-cot-math-reasoning-full-Q4_K_M.gguf](https://huggingface.co/tensorblock/deepseek-r1-14b-cot-math-reasoning-full-GGUF/blob/main/deepseek-r1-14b-cot-math-reasoning-full-Q4_K_M.gguf) | Q4_K_M | 8.988 GB | medium, balanced quality - recommended |
50
+ | [deepseek-r1-14b-cot-math-reasoning-full-Q5_0.gguf](https://huggingface.co/tensorblock/deepseek-r1-14b-cot-math-reasoning-full-GGUF/blob/main/deepseek-r1-14b-cot-math-reasoning-full-Q5_0.gguf) | Q5_0 | 10.267 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
51
+ | [deepseek-r1-14b-cot-math-reasoning-full-Q5_K_S.gguf](https://huggingface.co/tensorblock/deepseek-r1-14b-cot-math-reasoning-full-GGUF/blob/main/deepseek-r1-14b-cot-math-reasoning-full-Q5_K_S.gguf) | Q5_K_S | 10.267 GB | large, low quality loss - recommended |
52
+ | [deepseek-r1-14b-cot-math-reasoning-full-Q5_K_M.gguf](https://huggingface.co/tensorblock/deepseek-r1-14b-cot-math-reasoning-full-GGUF/blob/main/deepseek-r1-14b-cot-math-reasoning-full-Q5_K_M.gguf) | Q5_K_M | 10.509 GB | large, very low quality loss - recommended |
53
+ | [deepseek-r1-14b-cot-math-reasoning-full-Q6_K.gguf](https://huggingface.co/tensorblock/deepseek-r1-14b-cot-math-reasoning-full-GGUF/blob/main/deepseek-r1-14b-cot-math-reasoning-full-Q6_K.gguf) | Q6_K | 12.125 GB | very large, extremely low quality loss |
54
+ | [deepseek-r1-14b-cot-math-reasoning-full-Q8_0.gguf](https://huggingface.co/tensorblock/deepseek-r1-14b-cot-math-reasoning-full-GGUF/blob/main/deepseek-r1-14b-cot-math-reasoning-full-Q8_0.gguf) | Q8_0 | 15.702 GB | very large, extremely low quality loss - not recommended |
55
+
56
+
57
+ ## Downloading instruction
58
+
59
+ ### Command line
60
+
61
+ Firstly, install Huggingface Client
62
+
63
+ ```shell
64
+ pip install -U "huggingface_hub[cli]"
65
+ ```
66
+
67
+ Then, downoad the individual model file the a local directory
68
+
69
+ ```shell
70
+ huggingface-cli download tensorblock/deepseek-r1-14b-cot-math-reasoning-full-GGUF --include "deepseek-r1-14b-cot-math-reasoning-full-Q2_K.gguf" --local-dir MY_LOCAL_DIR
71
+ ```
72
+
73
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/deepseek-r1-14b-cot-math-reasoning-full-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
77
+ ```
deepseek-r1-14b-cot-math-reasoning-full-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbcce0c90b509a123bdda368578f19234fb06092b22f440f85128254c7de1e23
3
+ size 5770497312
deepseek-r1-14b-cot-math-reasoning-full-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41a4429f28c2c23a225e48ec7618ca20786e444fe56d277a15e71bad17bd0793
3
+ size 7924768032
deepseek-r1-14b-cot-math-reasoning-full-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b749275da6ce321dbdb454aa671f40c8deb9c534b1224bf733f92b5d21dcc9d2
3
+ size 7339203872
deepseek-r1-14b-cot-math-reasoning-full-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed0e795956b504c0033623b8b95f31ce3781d9365f8a1eea856a2c6bd4ff46a6
3
+ size 6659595552
deepseek-r1-14b-cot-math-reasoning-full-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd76c8af30d9b2b6d1fae9b2217f7d19af1dd3429de72148119b0e4873042094
3
+ size 8517725472
deepseek-r1-14b-cot-math-reasoning-full-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:852719dcc31013e52e43f3ea014202518a46dc9c670556d3d002d6ac68feb1b4
3
+ size 8988110112
deepseek-r1-14b-cot-math-reasoning-full-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7c4ea814da960b1bb839d46ec6090e59841971e1422964a03d739073b5d5afc
3
+ size 8573431072
deepseek-r1-14b-cot-math-reasoning-full-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:166323e8e15fce7b5c6b5ea5dc367e88fa646e8ce83ce183912f4f282abed79e
3
+ size 10266553632
deepseek-r1-14b-cot-math-reasoning-full-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0955c2765d015da9cead91d809dd1a7bbc43c4e58cdc0f797efa4b9fe2b5bc5
3
+ size 10508872992
deepseek-r1-14b-cot-math-reasoning-full-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7752ae58daf8e7db434955dac0db6a74b95ea6e341b9b8974c0a6e524cd4ca7
3
+ size 10266553632
deepseek-r1-14b-cot-math-reasoning-full-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc2d18350ad4d9bd689b06214587c3b49e3328b226a67185059f2bb37438cbb8
3
+ size 12124683552
deepseek-r1-14b-cot-math-reasoning-full-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2fdc814cbafa8d4cb01aad03f9da81858b6c7a12c0787cbf42d812e8da50bcd
3
+ size 15701597472