Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +78 -0
- SOLAR-10.7B-Q2_K.gguf +3 -0
- SOLAR-10.7B-Q3_K_L.gguf +3 -0
- SOLAR-10.7B-Q3_K_M.gguf +3 -0
- SOLAR-10.7B-Q3_K_S.gguf +3 -0
- SOLAR-10.7B-Q4_0.gguf +3 -0
- SOLAR-10.7B-Q4_K_M.gguf +3 -0
- SOLAR-10.7B-Q4_K_S.gguf +3 -0
- SOLAR-10.7B-Q5_0.gguf +3 -0
- SOLAR-10.7B-Q5_K_M.gguf +3 -0
- SOLAR-10.7B-Q5_K_S.gguf +3 -0
- SOLAR-10.7B-Q6_K.gguf +3 -0
- SOLAR-10.7B-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 |
+
SOLAR-10.7B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
SOLAR-10.7B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
SOLAR-10.7B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
SOLAR-10.7B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
SOLAR-10.7B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
SOLAR-10.7B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
SOLAR-10.7B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
SOLAR-10.7B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
SOLAR-10.7B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
SOLAR-10.7B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
SOLAR-10.7B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
SOLAR-10.7B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- ko
|
5 |
+
base_model: krevas/SOLAR-10.7B
|
6 |
+
tags:
|
7 |
+
- TensorBlock
|
8 |
+
- GGUF
|
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 |
+
## krevas/SOLAR-10.7B - GGUF
|
23 |
+
|
24 |
+
This repo contains GGUF format model files for [krevas/SOLAR-10.7B](https://huggingface.co/krevas/SOLAR-10.7B).
|
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 |
+
|
38 |
+
```
|
39 |
+
|
40 |
+
## Model file specification
|
41 |
+
|
42 |
+
| Filename | Quant type | File Size | Description |
|
43 |
+
| -------- | ---------- | --------- | ----------- |
|
44 |
+
| [SOLAR-10.7B-Q2_K.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-GGUF/blob/main/SOLAR-10.7B-Q2_K.gguf) | Q2_K | 3.728 GB | smallest, significant quality loss - not recommended for most purposes |
|
45 |
+
| [SOLAR-10.7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-GGUF/blob/main/SOLAR-10.7B-Q3_K_S.gguf) | Q3_K_S | 4.344 GB | very small, high quality loss |
|
46 |
+
| [SOLAR-10.7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-GGUF/blob/main/SOLAR-10.7B-Q3_K_M.gguf) | Q3_K_M | 4.839 GB | very small, high quality loss |
|
47 |
+
| [SOLAR-10.7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-GGUF/blob/main/SOLAR-10.7B-Q3_K_L.gguf) | Q3_K_L | 5.263 GB | small, substantial quality loss |
|
48 |
+
| [SOLAR-10.7B-Q4_0.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-GGUF/blob/main/SOLAR-10.7B-Q4_0.gguf) | Q4_0 | 5.655 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
49 |
+
| [SOLAR-10.7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-GGUF/blob/main/SOLAR-10.7B-Q4_K_S.gguf) | Q4_K_S | 5.698 GB | small, greater quality loss |
|
50 |
+
| [SOLAR-10.7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-GGUF/blob/main/SOLAR-10.7B-Q4_K_M.gguf) | Q4_K_M | 6.018 GB | medium, balanced quality - recommended |
|
51 |
+
| [SOLAR-10.7B-Q5_0.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-GGUF/blob/main/SOLAR-10.7B-Q5_0.gguf) | Q5_0 | 6.889 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
52 |
+
| [SOLAR-10.7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-GGUF/blob/main/SOLAR-10.7B-Q5_K_S.gguf) | Q5_K_S | 6.889 GB | large, low quality loss - recommended |
|
53 |
+
| [SOLAR-10.7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-GGUF/blob/main/SOLAR-10.7B-Q5_K_M.gguf) | Q5_K_M | 7.076 GB | large, very low quality loss - recommended |
|
54 |
+
| [SOLAR-10.7B-Q6_K.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-GGUF/blob/main/SOLAR-10.7B-Q6_K.gguf) | Q6_K | 8.200 GB | very large, extremely low quality loss |
|
55 |
+
| [SOLAR-10.7B-Q8_0.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-GGUF/blob/main/SOLAR-10.7B-Q8_0.gguf) | Q8_0 | 10.621 GB | very large, extremely low quality loss - not recommended |
|
56 |
+
|
57 |
+
|
58 |
+
## Downloading instruction
|
59 |
+
|
60 |
+
### Command line
|
61 |
+
|
62 |
+
Firstly, install Huggingface Client
|
63 |
+
|
64 |
+
```shell
|
65 |
+
pip install -U "huggingface_hub[cli]"
|
66 |
+
```
|
67 |
+
|
68 |
+
Then, downoad the individual model file the a local directory
|
69 |
+
|
70 |
+
```shell
|
71 |
+
huggingface-cli download tensorblock/SOLAR-10.7B-GGUF --include "SOLAR-10.7B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
72 |
+
```
|
73 |
+
|
74 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
75 |
+
|
76 |
+
```shell
|
77 |
+
huggingface-cli download tensorblock/SOLAR-10.7B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
78 |
+
```
|
SOLAR-10.7B-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b05f274a9370fd92fca4303714ab9fb0f31004a496859a8c012dc3d6889e87bf
|
3 |
+
size 4003232224
|
SOLAR-10.7B-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ed1a95453636697789d2ada3230a58ef2d5718144cbd8a014879f9d14600c73
|
3 |
+
size 5650749920
|
SOLAR-10.7B-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de8987b30fd2d6bbeab4ca4016205c879961480029ddbe0afec51055f9914bed
|
3 |
+
size 5195667936
|
SOLAR-10.7B-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1622aa3396f2deaabf3e8a072b9ae926e1d13f31da6e14f1205449454d088528
|
3 |
+
size 4664564192
|
SOLAR-10.7B-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb800d3da29507b9839314a6daed67ca1677c2529acd7b347dc79e5beb3c8f3d
|
3 |
+
size 6072383968
|
SOLAR-10.7B-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:128e9e0e628a2da937a8eda2d23695b6f8fee9342d785d4e496f81de9334e1ce
|
3 |
+
size 6461667808
|
SOLAR-10.7B-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9196981948efc05e0a8559474abaa696d8ed3560e0ff2e19ddc06a3720423d59
|
3 |
+
size 6118521312
|
SOLAR-10.7B-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3138d287c12e3db9052112790decd89617566b77028dddf50bbebb6a2a9be92
|
3 |
+
size 7397390816
|
SOLAR-10.7B-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96f42cadb1d7dd0d5322aca0b791b6f3025386059d42cdbdf8278bc8c59869f5
|
3 |
+
size 7597930976
|
SOLAR-10.7B-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4a3d0dca0fec7f8c6cbad2fe740a12f7cb036ee0986d49d4faac09bfacbabea
|
3 |
+
size 7397390816
|
SOLAR-10.7B-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da5e1a3facd1353b9f468607f7dd3a87a137e37808c7e3151cb7253ac8d62634
|
3 |
+
size 8805210592
|
SOLAR-10.7B-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56402d2e738a8ae3d9e389f8381430c85b3771798ef1dd596fbc434f42f554c8
|
3 |
+
size 11404155360
|