morriszms commited on
Commit
9a48585
·
verified ·
1 Parent(s): 8cc1ca1

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-math-7b-rl-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ deepseek-math-7b-rl-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ deepseek-math-7b-rl-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ deepseek-math-7b-rl-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ deepseek-math-7b-rl-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ deepseek-math-7b-rl-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ deepseek-math-7b-rl-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ deepseek-math-7b-rl-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ deepseek-math-7b-rl-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ deepseek-math-7b-rl-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ deepseek-math-7b-rl-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ deepseek-math-7b-rl-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: deepseek
4
+ license_link: https://github.com/deepseek-ai/DeepSeek-Math/blob/main/LICENSE-MODEL
5
+ tags:
6
+ - TensorBlock
7
+ - GGUF
8
+ base_model: deepseek-ai/deepseek-math-7b-rl
9
+ ---
10
+
11
+ <div style="width: auto; margin-left: auto; margin-right: auto">
12
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
13
+ </div>
14
+ <div style="display: flex; justify-content: space-between; width: 100%;">
15
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
16
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
17
+ 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>
18
+ </p>
19
+ </div>
20
+ </div>
21
+
22
+ ## deepseek-ai/deepseek-math-7b-rl - GGUF
23
+
24
+ This repo contains GGUF format model files for [deepseek-ai/deepseek-math-7b-rl](https://huggingface.co/deepseek-ai/deepseek-math-7b-rl).
25
+
26
+ 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).
27
+
28
+ ## Prompt template
29
+
30
+ ```
31
+ <|begin▁of▁sentence|>{system_prompt}
32
+
33
+ User: {prompt}
34
+
35
+ Assistant:
36
+ ```
37
+
38
+ ## Model file specification
39
+
40
+ | Filename | Quant type | File Size | Description |
41
+ | -------- | ---------- | --------- | ----------- |
42
+ | [deepseek-math-7b-rl-Q2_K.gguf](https://huggingface.co/tensorblock/deepseek-math-7b-rl-GGUF/tree/main/deepseek-math-7b-rl-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [deepseek-math-7b-rl-Q3_K_S.gguf](https://huggingface.co/tensorblock/deepseek-math-7b-rl-GGUF/tree/main/deepseek-math-7b-rl-Q3_K_S.gguf) | Q3_K_S | 2.923 GB | very small, high quality loss |
44
+ | [deepseek-math-7b-rl-Q3_K_M.gguf](https://huggingface.co/tensorblock/deepseek-math-7b-rl-GGUF/tree/main/deepseek-math-7b-rl-Q3_K_M.gguf) | Q3_K_M | 3.223 GB | very small, high quality loss |
45
+ | [deepseek-math-7b-rl-Q3_K_L.gguf](https://huggingface.co/tensorblock/deepseek-math-7b-rl-GGUF/tree/main/deepseek-math-7b-rl-Q3_K_L.gguf) | Q3_K_L | 3.489 GB | small, substantial quality loss |
46
+ | [deepseek-math-7b-rl-Q4_0.gguf](https://huggingface.co/tensorblock/deepseek-math-7b-rl-GGUF/tree/main/deepseek-math-7b-rl-Q4_0.gguf) | Q4_0 | 3.725 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [deepseek-math-7b-rl-Q4_K_S.gguf](https://huggingface.co/tensorblock/deepseek-math-7b-rl-GGUF/tree/main/deepseek-math-7b-rl-Q4_K_S.gguf) | Q4_K_S | 3.749 GB | small, greater quality loss |
48
+ | [deepseek-math-7b-rl-Q4_K_M.gguf](https://huggingface.co/tensorblock/deepseek-math-7b-rl-GGUF/tree/main/deepseek-math-7b-rl-Q4_K_M.gguf) | Q4_K_M | 3.933 GB | medium, balanced quality - recommended |
49
+ | [deepseek-math-7b-rl-Q5_0.gguf](https://huggingface.co/tensorblock/deepseek-math-7b-rl-GGUF/tree/main/deepseek-math-7b-rl-Q5_0.gguf) | Q5_0 | 4.481 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [deepseek-math-7b-rl-Q5_K_S.gguf](https://huggingface.co/tensorblock/deepseek-math-7b-rl-GGUF/tree/main/deepseek-math-7b-rl-Q5_K_S.gguf) | Q5_K_S | 4.481 GB | large, low quality loss - recommended |
51
+ | [deepseek-math-7b-rl-Q5_K_M.gguf](https://huggingface.co/tensorblock/deepseek-math-7b-rl-GGUF/tree/main/deepseek-math-7b-rl-Q5_K_M.gguf) | Q5_K_M | 4.588 GB | large, very low quality loss - recommended |
52
+ | [deepseek-math-7b-rl-Q6_K.gguf](https://huggingface.co/tensorblock/deepseek-math-7b-rl-GGUF/tree/main/deepseek-math-7b-rl-Q6_K.gguf) | Q6_K | 5.284 GB | very large, extremely low quality loss |
53
+ | [deepseek-math-7b-rl-Q8_0.gguf](https://huggingface.co/tensorblock/deepseek-math-7b-rl-GGUF/tree/main/deepseek-math-7b-rl-Q8_0.gguf) | Q8_0 | 6.842 GB | very large, extremely low quality loss - not recommended |
54
+
55
+
56
+ ## Downloading instruction
57
+
58
+ ### Command line
59
+
60
+ Firstly, install Huggingface Client
61
+
62
+ ```shell
63
+ pip install -U "huggingface_hub[cli]"
64
+ ```
65
+
66
+ Then, downoad the individual model file the a local directory
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/deepseek-math-7b-rl-GGUF --include "deepseek-math-7b-rl-Q2_K.gguf" --local-dir MY_LOCAL_DIR
70
+ ```
71
+
72
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/deepseek-math-7b-rl-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
deepseek-math-7b-rl-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2128890d4a10a1066db095da40878b200d7df2ef8316b2cce7da1865a6c31485
3
+ size 2718422976
deepseek-math-7b-rl-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:706669a7d06ecc88329eb5a6d12393f016c1133ff4889161f2090d095252a567
3
+ size 3746273216
deepseek-math-7b-rl-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75ef4f24e8d8338138d6ca9bab2df6a8bdcc75e09ce4bdb9b3623a6cbdb2b758
3
+ size 3461191616
deepseek-math-7b-rl-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec0dfe9ad6de14af331c183fa095aeb83b2d8f8233914493aad8d324fd8e49ee
3
+ size 3138017216
deepseek-math-7b-rl-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b685144f1d56084c089a89ee7fd7d9ed2ebdaf3eedece2d04adc7ec3bb46e979
3
+ size 4000061376
deepseek-math-7b-rl-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42a738e492f9b3cf21d767ce2f54141f13dda4f520fa469a0958c2c60ae88a93
3
+ size 4223358912
deepseek-math-7b-rl-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dba907442021fae692180b2130091e4ff5152b6b88aed2d65923a1371b5b6817
3
+ size 4025358272
deepseek-math-7b-rl-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8cbf6b8aafe8639ccd5d296abe16c3d093a08796cf95130fbdff33c8fc0e747
3
+ size 4811397056
deepseek-math-7b-rl-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:747013573d8a1789336f66834ac9c3a5c4398836361555f48040208a8939c7cc
3
+ size 4926429120
deepseek-math-7b-rl-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdaa774d4cf15919d13251cf5cbb63b304396d7e448eece75234045e9a4f68c1
3
+ size 4811397056
deepseek-math-7b-rl-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b8cdf3b7443caacd95ae484e2e71294a0594c948322dd5a47718f68c4b9a341
3
+ size 5673441216
deepseek-math-7b-rl-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91269bc6b84e9cae5f6cad766359d7455743d962d57d6b28007b6e62fe84bb67
3
+ size 7346984896