morriszms commited on
Commit
8526d33
·
verified ·
1 Parent(s): fdfdcde

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
+ RoguePlanet-DeepSeek-R1-Qwen-32B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ RoguePlanet-DeepSeek-R1-Qwen-32B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ RoguePlanet-DeepSeek-R1-Qwen-32B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ RoguePlanet-DeepSeek-R1-Qwen-32B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ RoguePlanet-DeepSeek-R1-Qwen-32B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ RoguePlanet-DeepSeek-R1-Qwen-32B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ RoguePlanet-DeepSeek-R1-Qwen-32B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ RoguePlanet-DeepSeek-R1-Qwen-32B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ RoguePlanet-DeepSeek-R1-Qwen-32B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ RoguePlanet-DeepSeek-R1-Qwen-32B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ RoguePlanet-DeepSeek-R1-Qwen-32B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ RoguePlanet-DeepSeek-R1-Qwen-32B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: nitky/RoguePlanet-DeepSeek-R1-Qwen-32B
3
+ library_name: transformers
4
+ tags:
5
+ - mergekit
6
+ - merge
7
+ - TensorBlock
8
+ - GGUF
9
+ language:
10
+ - ja
11
+ pipeline_tag: text-generation
12
+ license: apache-2.0
13
+ ---
14
+
15
+ <div style="width: auto; margin-left: auto; margin-right: auto">
16
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
17
+ </div>
18
+ <div style="display: flex; justify-content: space-between; width: 100%;">
19
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
20
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
21
+ 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>
22
+ </p>
23
+ </div>
24
+ </div>
25
+
26
+ ## nitky/RoguePlanet-DeepSeek-R1-Qwen-32B - GGUF
27
+
28
+ This repo contains GGUF format model files for [nitky/RoguePlanet-DeepSeek-R1-Qwen-32B](https://huggingface.co/nitky/RoguePlanet-DeepSeek-R1-Qwen-32B).
29
+
30
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4823](https://github.com/ggml-org/llama.cpp/commit/5bbe6a9fe9a8796a9389c85accec89dbc4d91e39).
31
+
32
+ <div style="text-align: left; margin: 20px 0;">
33
+ <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;">
34
+ Run them on the TensorBlock client using your local machine ↗
35
+ </a>
36
+ </div>
37
+
38
+ ## Prompt template
39
+
40
+ ```
41
+ <|begin▁of▁sentence|>{system_prompt}<|User|>{prompt}<|Assistant|>
42
+ ```
43
+
44
+ ## Model file specification
45
+
46
+ | Filename | Quant type | File Size | Description |
47
+ | -------- | ---------- | --------- | ----------- |
48
+ | [RoguePlanet-DeepSeek-R1-Qwen-32B-Q2_K.gguf](https://huggingface.co/tensorblock/RoguePlanet-DeepSeek-R1-Qwen-32B-GGUF/blob/main/RoguePlanet-DeepSeek-R1-Qwen-32B-Q2_K.gguf) | Q2_K | 12.313 GB | smallest, significant quality loss - not recommended for most purposes |
49
+ | [RoguePlanet-DeepSeek-R1-Qwen-32B-Q3_K_S.gguf](https://huggingface.co/tensorblock/RoguePlanet-DeepSeek-R1-Qwen-32B-GGUF/blob/main/RoguePlanet-DeepSeek-R1-Qwen-32B-Q3_K_S.gguf) | Q3_K_S | 14.392 GB | very small, high quality loss |
50
+ | [RoguePlanet-DeepSeek-R1-Qwen-32B-Q3_K_M.gguf](https://huggingface.co/tensorblock/RoguePlanet-DeepSeek-R1-Qwen-32B-GGUF/blob/main/RoguePlanet-DeepSeek-R1-Qwen-32B-Q3_K_M.gguf) | Q3_K_M | 15.935 GB | very small, high quality loss |
51
+ | [RoguePlanet-DeepSeek-R1-Qwen-32B-Q3_K_L.gguf](https://huggingface.co/tensorblock/RoguePlanet-DeepSeek-R1-Qwen-32B-GGUF/blob/main/RoguePlanet-DeepSeek-R1-Qwen-32B-Q3_K_L.gguf) | Q3_K_L | 17.247 GB | small, substantial quality loss |
52
+ | [RoguePlanet-DeepSeek-R1-Qwen-32B-Q4_0.gguf](https://huggingface.co/tensorblock/RoguePlanet-DeepSeek-R1-Qwen-32B-GGUF/blob/main/RoguePlanet-DeepSeek-R1-Qwen-32B-Q4_0.gguf) | Q4_0 | 18.640 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
53
+ | [RoguePlanet-DeepSeek-R1-Qwen-32B-Q4_K_S.gguf](https://huggingface.co/tensorblock/RoguePlanet-DeepSeek-R1-Qwen-32B-GGUF/blob/main/RoguePlanet-DeepSeek-R1-Qwen-32B-Q4_K_S.gguf) | Q4_K_S | 18.784 GB | small, greater quality loss |
54
+ | [RoguePlanet-DeepSeek-R1-Qwen-32B-Q4_K_M.gguf](https://huggingface.co/tensorblock/RoguePlanet-DeepSeek-R1-Qwen-32B-GGUF/blob/main/RoguePlanet-DeepSeek-R1-Qwen-32B-Q4_K_M.gguf) | Q4_K_M | 19.851 GB | medium, balanced quality - recommended |
55
+ | [RoguePlanet-DeepSeek-R1-Qwen-32B-Q5_0.gguf](https://huggingface.co/tensorblock/RoguePlanet-DeepSeek-R1-Qwen-32B-GGUF/blob/main/RoguePlanet-DeepSeek-R1-Qwen-32B-Q5_0.gguf) | Q5_0 | 22.638 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
56
+ | [RoguePlanet-DeepSeek-R1-Qwen-32B-Q5_K_S.gguf](https://huggingface.co/tensorblock/RoguePlanet-DeepSeek-R1-Qwen-32B-GGUF/blob/main/RoguePlanet-DeepSeek-R1-Qwen-32B-Q5_K_S.gguf) | Q5_K_S | 22.638 GB | large, low quality loss - recommended |
57
+ | [RoguePlanet-DeepSeek-R1-Qwen-32B-Q5_K_M.gguf](https://huggingface.co/tensorblock/RoguePlanet-DeepSeek-R1-Qwen-32B-GGUF/blob/main/RoguePlanet-DeepSeek-R1-Qwen-32B-Q5_K_M.gguf) | Q5_K_M | 23.262 GB | large, very low quality loss - recommended |
58
+ | [RoguePlanet-DeepSeek-R1-Qwen-32B-Q6_K.gguf](https://huggingface.co/tensorblock/RoguePlanet-DeepSeek-R1-Qwen-32B-GGUF/blob/main/RoguePlanet-DeepSeek-R1-Qwen-32B-Q6_K.gguf) | Q6_K | 26.886 GB | very large, extremely low quality loss |
59
+ | [RoguePlanet-DeepSeek-R1-Qwen-32B-Q8_0.gguf](https://huggingface.co/tensorblock/RoguePlanet-DeepSeek-R1-Qwen-32B-GGUF/blob/main/RoguePlanet-DeepSeek-R1-Qwen-32B-Q8_0.gguf) | Q8_0 | 34.821 GB | very large, extremely low quality loss - not recommended |
60
+
61
+
62
+ ## Downloading instruction
63
+
64
+ ### Command line
65
+
66
+ Firstly, install Huggingface Client
67
+
68
+ ```shell
69
+ pip install -U "huggingface_hub[cli]"
70
+ ```
71
+
72
+ Then, downoad the individual model file the a local directory
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/RoguePlanet-DeepSeek-R1-Qwen-32B-GGUF --include "RoguePlanet-DeepSeek-R1-Qwen-32B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
76
+ ```
77
+
78
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/RoguePlanet-DeepSeek-R1-Qwen-32B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
82
+ ```
RoguePlanet-DeepSeek-R1-Qwen-32B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e2216d2342d096269ecaa3bf1f3de919e5896ba084c5683e913d61db5e8ecd5
3
+ size 12313100736
RoguePlanet-DeepSeek-R1-Qwen-32B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35a8259af1825a7258f479499db98a11604cab8bfd760986fcb73ff46360f367
3
+ size 17247080896
RoguePlanet-DeepSeek-R1-Qwen-32B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d36280ce38687bfa8fdbb2b957b2ad9718b4ef3bcc1a659d405e870aa4d996bb
3
+ size 15935050176
RoguePlanet-DeepSeek-R1-Qwen-32B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:487a9204caf1e2fa7e2f28db12596be22dd37f776f82656c0b65563d8f8b2e0b
3
+ size 14392332736
RoguePlanet-DeepSeek-R1-Qwen-32B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86afbcd88e176b695231988f284795a68b649b950c6bc826f7b5bda00aac73f7
3
+ size 18640232896
RoguePlanet-DeepSeek-R1-Qwen-32B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53879f583009604b4afc81f4880d2d76c02bcf2dc35fd96a09bde9d53a2de959
3
+ size 19851338176
RoguePlanet-DeepSeek-R1-Qwen-32B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68a1137f3fe45a770bac42dad34224f97cc453d843bf28d520ab658b4d8789c8
3
+ size 18784412096
RoguePlanet-DeepSeek-R1-Qwen-32B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cae82a625976cf7780a821b2bebfe2b8d0967bccebab6f124982492328596dd
3
+ size 22638256576
RoguePlanet-DeepSeek-R1-Qwen-32B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a6571d459bd9afb2766613e626bb034be992bf7f6f2c5f89b43a6daf7b5d9fe
3
+ size 23262159296
RoguePlanet-DeepSeek-R1-Qwen-32B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94898b4df68429aebb1e4df70b5a66b12e399e094a9de389cd497ca1d52e6d55
3
+ size 22638256576
RoguePlanet-DeepSeek-R1-Qwen-32B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b08a087ad335f076abac04e5e52a5b1e58359eca676ad4f7bb5e3ba7385a7275
3
+ size 26886156736
RoguePlanet-DeepSeek-R1-Qwen-32B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af865c3bec5505bb6aaabdc163bf14a985841ec64ed1673c28da5076d4482fe7
3
+ size 34820886976