Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +84 -0
- kullm-solar-S-Q2_K.gguf +3 -0
- kullm-solar-S-Q3_K_L.gguf +3 -0
- kullm-solar-S-Q3_K_M.gguf +3 -0
- kullm-solar-S-Q3_K_S.gguf +3 -0
- kullm-solar-S-Q4_0.gguf +3 -0
- kullm-solar-S-Q4_K_M.gguf +3 -0
- kullm-solar-S-Q4_K_S.gguf +3 -0
- kullm-solar-S-Q5_0.gguf +3 -0
- kullm-solar-S-Q5_K_M.gguf +3 -0
- kullm-solar-S-Q5_K_S.gguf +3 -0
- kullm-solar-S-Q6_K.gguf +3 -0
- kullm-solar-S-Q8_0.gguf +3 -0
.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 |
+
kullm-solar-S-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
kullm-solar-S-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
kullm-solar-S-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
kullm-solar-S-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
kullm-solar-S-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
kullm-solar-S-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
kullm-solar-S-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
kullm-solar-S-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
kullm-solar-S-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
kullm-solar-S-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
kullm-solar-S-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
kullm-solar-S-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- ko
|
5 |
+
tags:
|
6 |
+
- TensorBlock
|
7 |
+
- GGUF
|
8 |
+
base_model: heavytail/kullm-solar-S
|
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 |
+
## heavytail/kullm-solar-S - GGUF
|
23 |
+
|
24 |
+
This repo contains GGUF format model files for [heavytail/kullm-solar-S](https://huggingface.co/heavytail/kullm-solar-S).
|
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 |
+
<div style="text-align: left; margin: 20px 0;">
|
29 |
+
<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;">
|
30 |
+
Run them on the TensorBlock client using your local machine ↗
|
31 |
+
</a>
|
32 |
+
</div>
|
33 |
+
|
34 |
+
## Prompt template
|
35 |
+
|
36 |
+
```
|
37 |
+
### System:
|
38 |
+
{system_prompt}
|
39 |
+
|
40 |
+
### User:
|
41 |
+
{prompt}
|
42 |
+
|
43 |
+
### Assistant:
|
44 |
+
```
|
45 |
+
|
46 |
+
## Model file specification
|
47 |
+
|
48 |
+
| Filename | Quant type | File Size | Description |
|
49 |
+
| -------- | ---------- | --------- | ----------- |
|
50 |
+
| [kullm-solar-S-Q2_K.gguf](https://huggingface.co/tensorblock/kullm-solar-S-GGUF/blob/main/kullm-solar-S-Q2_K.gguf) | Q2_K | 3.728 GB | smallest, significant quality loss - not recommended for most purposes |
|
51 |
+
| [kullm-solar-S-Q3_K_S.gguf](https://huggingface.co/tensorblock/kullm-solar-S-GGUF/blob/main/kullm-solar-S-Q3_K_S.gguf) | Q3_K_S | 4.344 GB | very small, high quality loss |
|
52 |
+
| [kullm-solar-S-Q3_K_M.gguf](https://huggingface.co/tensorblock/kullm-solar-S-GGUF/blob/main/kullm-solar-S-Q3_K_M.gguf) | Q3_K_M | 4.839 GB | very small, high quality loss |
|
53 |
+
| [kullm-solar-S-Q3_K_L.gguf](https://huggingface.co/tensorblock/kullm-solar-S-GGUF/blob/main/kullm-solar-S-Q3_K_L.gguf) | Q3_K_L | 5.263 GB | small, substantial quality loss |
|
54 |
+
| [kullm-solar-S-Q4_0.gguf](https://huggingface.co/tensorblock/kullm-solar-S-GGUF/blob/main/kullm-solar-S-Q4_0.gguf) | Q4_0 | 5.655 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
55 |
+
| [kullm-solar-S-Q4_K_S.gguf](https://huggingface.co/tensorblock/kullm-solar-S-GGUF/blob/main/kullm-solar-S-Q4_K_S.gguf) | Q4_K_S | 5.698 GB | small, greater quality loss |
|
56 |
+
| [kullm-solar-S-Q4_K_M.gguf](https://huggingface.co/tensorblock/kullm-solar-S-GGUF/blob/main/kullm-solar-S-Q4_K_M.gguf) | Q4_K_M | 6.018 GB | medium, balanced quality - recommended |
|
57 |
+
| [kullm-solar-S-Q5_0.gguf](https://huggingface.co/tensorblock/kullm-solar-S-GGUF/blob/main/kullm-solar-S-Q5_0.gguf) | Q5_0 | 6.889 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
58 |
+
| [kullm-solar-S-Q5_K_S.gguf](https://huggingface.co/tensorblock/kullm-solar-S-GGUF/blob/main/kullm-solar-S-Q5_K_S.gguf) | Q5_K_S | 6.889 GB | large, low quality loss - recommended |
|
59 |
+
| [kullm-solar-S-Q5_K_M.gguf](https://huggingface.co/tensorblock/kullm-solar-S-GGUF/blob/main/kullm-solar-S-Q5_K_M.gguf) | Q5_K_M | 7.076 GB | large, very low quality loss - recommended |
|
60 |
+
| [kullm-solar-S-Q6_K.gguf](https://huggingface.co/tensorblock/kullm-solar-S-GGUF/blob/main/kullm-solar-S-Q6_K.gguf) | Q6_K | 8.200 GB | very large, extremely low quality loss |
|
61 |
+
| [kullm-solar-S-Q8_0.gguf](https://huggingface.co/tensorblock/kullm-solar-S-GGUF/blob/main/kullm-solar-S-Q8_0.gguf) | Q8_0 | 10.621 GB | very large, extremely low quality loss - not recommended |
|
62 |
+
|
63 |
+
|
64 |
+
## Downloading instruction
|
65 |
+
|
66 |
+
### Command line
|
67 |
+
|
68 |
+
Firstly, install Huggingface Client
|
69 |
+
|
70 |
+
```shell
|
71 |
+
pip install -U "huggingface_hub[cli]"
|
72 |
+
```
|
73 |
+
|
74 |
+
Then, downoad the individual model file the a local directory
|
75 |
+
|
76 |
+
```shell
|
77 |
+
huggingface-cli download tensorblock/kullm-solar-S-GGUF --include "kullm-solar-S-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
78 |
+
```
|
79 |
+
|
80 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
81 |
+
|
82 |
+
```shell
|
83 |
+
huggingface-cli download tensorblock/kullm-solar-S-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
84 |
+
```
|
kullm-solar-S-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b815488d18dff8533d2344fbb12bace4d57e9e8b6de4c2277f2924d476e0d5a7
|
3 |
+
size 4003232800
|
kullm-solar-S-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35e84ca17c128a5a1c0370370a4888fa8a3504986664545c8afe75f1711acf1f
|
3 |
+
size 5650750496
|
kullm-solar-S-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ebfd6d5f7d49b6bd1bfca20ff6106629af43986a4d5f7c21fe1c7f7ac70ec12c
|
3 |
+
size 5195668512
|
kullm-solar-S-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26844f5516ba2a59f5726b9152b1f176917b21d8665b50b51badd87b181503cd
|
3 |
+
size 4664564768
|
kullm-solar-S-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b25eaa35184a6c3aa388507bf5e39b55817e96fd3cd87e58858ad759875fbabe
|
3 |
+
size 6072384544
|
kullm-solar-S-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:757bb60a5a72be8e4f4fd1b391399bddd182c3a3eb1c4fa9c44285e0ca450755
|
3 |
+
size 6461668384
|
kullm-solar-S-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22a64223a2a8b81909d1ca16dfce20f88c5e5767c7850ed7847698cd221bcc8e
|
3 |
+
size 6118521888
|
kullm-solar-S-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dfa516ecf15bbc0b9f8855ccb7de8b2359b0ff224c84952da201462c8552ab86
|
3 |
+
size 7397391392
|
kullm-solar-S-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00f970d92e5deb214cdd6b4a482f5060c3cab831a5ebfa7e91dda134ae29fcb3
|
3 |
+
size 7597931552
|
kullm-solar-S-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de72fcd658120cf491badb2011dc7db203dbbf64f2b4abf3ffab72e9c13b8227
|
3 |
+
size 7397391392
|
kullm-solar-S-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6b25627df71e354be6d6fa24d470d0585ffa135e2769ceaeb1ff7c35d6f3b43
|
3 |
+
size 8805211168
|
kullm-solar-S-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:30a4b593f7a213b7609bb61f3125fb70d8b6d8b64ce4470a56f60b84b4f6184b
|
3 |
+
size 11404155936
|