morriszms commited on
Commit
fb4f002
·
verified ·
1 Parent(s): 4e030c7

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
+ redsolarsky-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ redsolarsky-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ redsolarsky-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ redsolarsky-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ redsolarsky-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ redsolarsky-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ redsolarsky-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ redsolarsky-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ redsolarsky-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ redsolarsky-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ redsolarsky-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ redsolarsky-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ - TensorBlock
6
+ - GGUF
7
+ base_model: KZMTx/redsolarsky
8
+ widget:
9
+ - text: I am
10
+ model-index:
11
+ - name: redsolarsky
12
+ results: []
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
+ ## KZMTx/redsolarsky - GGUF
27
+
28
+ This repo contains GGUF format model files for [KZMTx/redsolarsky](https://huggingface.co/KZMTx/redsolarsky).
29
+
30
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
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
+
42
+ ```
43
+
44
+ ## Model file specification
45
+
46
+ | Filename | Quant type | File Size | Description |
47
+ | -------- | ---------- | --------- | ----------- |
48
+ | [redsolarsky-Q2_K.gguf](https://huggingface.co/tensorblock/redsolarsky-GGUF/blob/main/redsolarsky-Q2_K.gguf) | Q2_K | 0.081 GB | smallest, significant quality loss - not recommended for most purposes |
49
+ | [redsolarsky-Q3_K_S.gguf](https://huggingface.co/tensorblock/redsolarsky-GGUF/blob/main/redsolarsky-Q3_K_S.gguf) | Q3_K_S | 0.090 GB | very small, high quality loss |
50
+ | [redsolarsky-Q3_K_M.gguf](https://huggingface.co/tensorblock/redsolarsky-GGUF/blob/main/redsolarsky-Q3_K_M.gguf) | Q3_K_M | 0.098 GB | very small, high quality loss |
51
+ | [redsolarsky-Q3_K_L.gguf](https://huggingface.co/tensorblock/redsolarsky-GGUF/blob/main/redsolarsky-Q3_K_L.gguf) | Q3_K_L | 0.102 GB | small, substantial quality loss |
52
+ | [redsolarsky-Q4_0.gguf](https://huggingface.co/tensorblock/redsolarsky-GGUF/blob/main/redsolarsky-Q4_0.gguf) | Q4_0 | 0.107 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
53
+ | [redsolarsky-Q4_K_S.gguf](https://huggingface.co/tensorblock/redsolarsky-GGUF/blob/main/redsolarsky-Q4_K_S.gguf) | Q4_K_S | 0.107 GB | small, greater quality loss |
54
+ | [redsolarsky-Q4_K_M.gguf](https://huggingface.co/tensorblock/redsolarsky-GGUF/blob/main/redsolarsky-Q4_K_M.gguf) | Q4_K_M | 0.113 GB | medium, balanced quality - recommended |
55
+ | [redsolarsky-Q5_0.gguf](https://huggingface.co/tensorblock/redsolarsky-GGUF/blob/main/redsolarsky-Q5_0.gguf) | Q5_0 | 0.122 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
56
+ | [redsolarsky-Q5_K_S.gguf](https://huggingface.co/tensorblock/redsolarsky-GGUF/blob/main/redsolarsky-Q5_K_S.gguf) | Q5_K_S | 0.122 GB | large, low quality loss - recommended |
57
+ | [redsolarsky-Q5_K_M.gguf](https://huggingface.co/tensorblock/redsolarsky-GGUF/blob/main/redsolarsky-Q5_K_M.gguf) | Q5_K_M | 0.127 GB | large, very low quality loss - recommended |
58
+ | [redsolarsky-Q6_K.gguf](https://huggingface.co/tensorblock/redsolarsky-GGUF/blob/main/redsolarsky-Q6_K.gguf) | Q6_K | 0.138 GB | very large, extremely low quality loss |
59
+ | [redsolarsky-Q8_0.gguf](https://huggingface.co/tensorblock/redsolarsky-GGUF/blob/main/redsolarsky-Q8_0.gguf) | Q8_0 | 0.178 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/redsolarsky-GGUF --include "redsolarsky-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/redsolarsky-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
82
+ ```
redsolarsky-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10cba273ba0e7a77f2f21b21f14b80f3c24ab1a611a1bf50b11af035af418d84
3
+ size 81196608
redsolarsky-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c840daba826ac311f4bb06b2ebcc461f90e29647d91198defe6a10e824a7c67d
3
+ size 102092544
redsolarsky-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d645b51727eabb432103c87dbdf364c4e61aee42c935bcfe1c6edbf6a8f940a
3
+ size 97668864
redsolarsky-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcfff47b818c8a9fc6d925a4c2ede326e2da06a0082fa85874e99c7ca3d0b98f
3
+ size 90148608
redsolarsky-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:949853185016bf59d268b9c6c0d071644040a95400cb5a8f5981a5a00577a3d8
3
+ size 106555200
redsolarsky-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d1c97ae07d653ef75a373f08626530aadad1428a216aff4fb66cb4aa0ecf9c6
3
+ size 112858944
redsolarsky-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:897e7c840b71a4dde665962b41f2675fe66da1de7dfb3dc0cc5c6e5f0c3125ff
3
+ size 106850112
redsolarsky-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9720c7d2aad894647e863f0e35c98e3b6cd2de7cb526a7881f5361fb8861846
3
+ size 121996704
redsolarsky-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de77657f9f3abaa7f0d66018f3bec9aeaa47de779f80c3d6b21330f4ca41c2e9
3
+ size 126696864
redsolarsky-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d440c067af4fe5382191443019f345c3c8d9dda83c3b2ecbc95b21cf91d85664
3
+ size 121996704
redsolarsky-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46bb8320180d81854b0f28c866f38e79c8a989fc4d615098cc8034f15d8571dc
3
+ size 138403296
redsolarsky-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07fbca2041c9690fa712cdb6412730512d3a91abb78ac522f300fccacec66876
3
+ size 177669024