GGUF
English
TensorBlock
GGUF
Inference Endpoints
morriszms commited on
Commit
de9088b
·
verified ·
1 Parent(s): 410b522

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
+ Stable-Platypus2-13B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Stable-Platypus2-13B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Stable-Platypus2-13B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Stable-Platypus2-13B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Stable-Platypus2-13B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Stable-Platypus2-13B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Stable-Platypus2-13B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Stable-Platypus2-13B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Stable-Platypus2-13B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Stable-Platypus2-13B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Stable-Platypus2-13B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Stable-Platypus2-13B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ datasets:
5
+ - garage-bAInd/Open-Platypus
6
+ license: cc-by-nc-sa-4.0
7
+ tags:
8
+ - TensorBlock
9
+ - GGUF
10
+ base_model: garage-bAInd/Stable-Platypus2-13B
11
+ ---
12
+
13
+ <div style="width: auto; margin-left: auto; margin-right: auto">
14
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
15
+ </div>
16
+ <div style="display: flex; justify-content: space-between; width: 100%;">
17
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
18
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
19
+ 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>
20
+ </p>
21
+ </div>
22
+ </div>
23
+
24
+ ## garage-bAInd/Stable-Platypus2-13B - GGUF
25
+
26
+ This repo contains GGUF format model files for [garage-bAInd/Stable-Platypus2-13B](https://huggingface.co/garage-bAInd/Stable-Platypus2-13B).
27
+
28
+ 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).
29
+
30
+ <div style="text-align: left; margin: 20px 0;">
31
+ <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;">
32
+ Run them on the TensorBlock client using your local machine ↗
33
+ </a>
34
+ </div>
35
+
36
+ ## Prompt template
37
+
38
+ ```
39
+
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [Stable-Platypus2-13B-Q2_K.gguf](https://huggingface.co/tensorblock/Stable-Platypus2-13B-GGUF/blob/main/Stable-Platypus2-13B-Q2_K.gguf) | Q2_K | 4.521 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [Stable-Platypus2-13B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Stable-Platypus2-13B-GGUF/blob/main/Stable-Platypus2-13B-Q3_K_S.gguf) | Q3_K_S | 5.270 GB | very small, high quality loss |
48
+ | [Stable-Platypus2-13B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Stable-Platypus2-13B-GGUF/blob/main/Stable-Platypus2-13B-Q3_K_M.gguf) | Q3_K_M | 5.903 GB | very small, high quality loss |
49
+ | [Stable-Platypus2-13B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Stable-Platypus2-13B-GGUF/blob/main/Stable-Platypus2-13B-Q3_K_L.gguf) | Q3_K_L | 6.454 GB | small, substantial quality loss |
50
+ | [Stable-Platypus2-13B-Q4_0.gguf](https://huggingface.co/tensorblock/Stable-Platypus2-13B-GGUF/blob/main/Stable-Platypus2-13B-Q4_0.gguf) | Q4_0 | 6.860 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [Stable-Platypus2-13B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Stable-Platypus2-13B-GGUF/blob/main/Stable-Platypus2-13B-Q4_K_S.gguf) | Q4_K_S | 6.913 GB | small, greater quality loss |
52
+ | [Stable-Platypus2-13B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Stable-Platypus2-13B-GGUF/blob/main/Stable-Platypus2-13B-Q4_K_M.gguf) | Q4_K_M | 7.326 GB | medium, balanced quality - recommended |
53
+ | [Stable-Platypus2-13B-Q5_0.gguf](https://huggingface.co/tensorblock/Stable-Platypus2-13B-GGUF/blob/main/Stable-Platypus2-13B-Q5_0.gguf) | Q5_0 | 8.356 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [Stable-Platypus2-13B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Stable-Platypus2-13B-GGUF/blob/main/Stable-Platypus2-13B-Q5_K_S.gguf) | Q5_K_S | 8.356 GB | large, low quality loss - recommended |
55
+ | [Stable-Platypus2-13B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Stable-Platypus2-13B-GGUF/blob/main/Stable-Platypus2-13B-Q5_K_M.gguf) | Q5_K_M | 8.596 GB | large, very low quality loss - recommended |
56
+ | [Stable-Platypus2-13B-Q6_K.gguf](https://huggingface.co/tensorblock/Stable-Platypus2-13B-GGUF/blob/main/Stable-Platypus2-13B-Q6_K.gguf) | Q6_K | 9.946 GB | very large, extremely low quality loss |
57
+ | [Stable-Platypus2-13B-Q8_0.gguf](https://huggingface.co/tensorblock/Stable-Platypus2-13B-GGUF/blob/main/Stable-Platypus2-13B-Q8_0.gguf) | Q8_0 | 12.881 GB | very large, extremely low quality loss - not recommended |
58
+
59
+
60
+ ## Downloading instruction
61
+
62
+ ### Command line
63
+
64
+ Firstly, install Huggingface Client
65
+
66
+ ```shell
67
+ pip install -U "huggingface_hub[cli]"
68
+ ```
69
+
70
+ Then, downoad the individual model file the a local directory
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/Stable-Platypus2-13B-GGUF --include "Stable-Platypus2-13B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
74
+ ```
75
+
76
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/Stable-Platypus2-13B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
Stable-Platypus2-13B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:deb3f1084282ac87ba4b28ac1afc817a878f939add3d0b2472530411d17f37fd
3
+ size 4854270336
Stable-Platypus2-13B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a565a8b83a90c122c9820239117f00fec9c9c4fc2dd676a232b172dc7cb13ad8
3
+ size 6929559936
Stable-Platypus2-13B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c2e0e6aa804ec3d803f168c5bbb2499185afa681ae4091130e555255b3a95a9
3
+ size 6337769856
Stable-Platypus2-13B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0558fcc602284ef9a8f4dc58cfbfd023fdbe4b62307406239f8a39827ce3b4c
3
+ size 5658980736
Stable-Platypus2-13B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:196e9e3d30e43fe11d7f93d343abd5418ee4cbd2eb6cefe83d42b0455c10278f
3
+ size 7365835136
Stable-Platypus2-13B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59e27a48e3301cea4e5b94718375f15c93f3bd96990aea7e08ed311fc72f7e87
3
+ size 7865956736
Stable-Platypus2-13B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cd8f5c325cb1f975a4b0c046162fc35fa743eb87fe0b2119d94a17960cdd4f2
3
+ size 7423179136
Stable-Platypus2-13B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ce90cee23f6ee77576349d4bfb9f1e7f2daad65d41bbc6541a9b734d40fb403
3
+ size 8972286336
Stable-Platypus2-13B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02177f7c56fddd9c75f7a8041bfd999950d4614b6f6ab6ff47269d84a5d8fdd4
3
+ size 9229924736
Stable-Platypus2-13B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d467d92dfa453dc630e932da186a89d4d778209f31ded45d97af910938e8157
3
+ size 8972286336
Stable-Platypus2-13B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64c5a3e352f4444622cd492b7ef0e5b9bc06610619be14ca6603b6779615e7da
3
+ size 10679140736
Stable-Platypus2-13B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d9deea1e3c831f8ad3d8f7ba72987f2cc26483f4d41d0342c5911a4c72d7251
3
+ size 13831319936