Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +80 -0
- SOLAR-10.7B-v1.1-Q2_K.gguf +3 -0
- SOLAR-10.7B-v1.1-Q3_K_L.gguf +3 -0
- SOLAR-10.7B-v1.1-Q3_K_M.gguf +3 -0
- SOLAR-10.7B-v1.1-Q3_K_S.gguf +3 -0
- SOLAR-10.7B-v1.1-Q4_0.gguf +3 -0
- SOLAR-10.7B-v1.1-Q4_K_M.gguf +3 -0
- SOLAR-10.7B-v1.1-Q4_K_S.gguf +3 -0
- SOLAR-10.7B-v1.1-Q5_0.gguf +3 -0
- SOLAR-10.7B-v1.1-Q5_K_M.gguf +3 -0
- SOLAR-10.7B-v1.1-Q5_K_S.gguf +3 -0
- SOLAR-10.7B-v1.1-Q6_K.gguf +3 -0
- SOLAR-10.7B-v1.1-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-v1.1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
SOLAR-10.7B-v1.1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
SOLAR-10.7B-v1.1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
SOLAR-10.7B-v1.1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
SOLAR-10.7B-v1.1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
SOLAR-10.7B-v1.1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
SOLAR-10.7B-v1.1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
SOLAR-10.7B-v1.1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
SOLAR-10.7B-v1.1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
SOLAR-10.7B-v1.1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
SOLAR-10.7B-v1.1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
SOLAR-10.7B-v1.1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- ko
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- SOLAR-10.7B
|
| 7 |
+
- TensorBlock
|
| 8 |
+
- GGUF
|
| 9 |
+
license: apache-2.0
|
| 10 |
+
base_model: hyeogi/SOLAR-10.7B-v1.1
|
| 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 |
+
## hyeogi/SOLAR-10.7B-v1.1 - GGUF
|
| 25 |
+
|
| 26 |
+
This repo contains GGUF format model files for [hyeogi/SOLAR-10.7B-v1.1](https://huggingface.co/hyeogi/SOLAR-10.7B-v1.1).
|
| 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 |
+
| [SOLAR-10.7B-v1.1-Q2_K.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.1-GGUF/blob/main/SOLAR-10.7B-v1.1-Q2_K.gguf) | Q2_K | 3.768 GB | smallest, significant quality loss - not recommended for most purposes |
|
| 47 |
+
| [SOLAR-10.7B-v1.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.1-GGUF/blob/main/SOLAR-10.7B-v1.1-Q3_K_S.gguf) | Q3_K_S | 4.387 GB | very small, high quality loss |
|
| 48 |
+
| [SOLAR-10.7B-v1.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.1-GGUF/blob/main/SOLAR-10.7B-v1.1-Q3_K_M.gguf) | Q3_K_M | 4.882 GB | very small, high quality loss |
|
| 49 |
+
| [SOLAR-10.7B-v1.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.1-GGUF/blob/main/SOLAR-10.7B-v1.1-Q3_K_L.gguf) | Q3_K_L | 5.306 GB | small, substantial quality loss |
|
| 50 |
+
| [SOLAR-10.7B-v1.1-Q4_0.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.1-GGUF/blob/main/SOLAR-10.7B-v1.1-Q4_0.gguf) | Q4_0 | 5.703 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
| 51 |
+
| [SOLAR-10.7B-v1.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.1-GGUF/blob/main/SOLAR-10.7B-v1.1-Q4_K_S.gguf) | Q4_K_S | 5.746 GB | small, greater quality loss |
|
| 52 |
+
| [SOLAR-10.7B-v1.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.1-GGUF/blob/main/SOLAR-10.7B-v1.1-Q4_K_M.gguf) | Q4_K_M | 6.065 GB | medium, balanced quality - recommended |
|
| 53 |
+
| [SOLAR-10.7B-v1.1-Q5_0.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.1-GGUF/blob/main/SOLAR-10.7B-v1.1-Q5_0.gguf) | Q5_0 | 6.941 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
| 54 |
+
| [SOLAR-10.7B-v1.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.1-GGUF/blob/main/SOLAR-10.7B-v1.1-Q5_K_S.gguf) | Q5_K_S | 6.941 GB | large, low quality loss - recommended |
|
| 55 |
+
| [SOLAR-10.7B-v1.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.1-GGUF/blob/main/SOLAR-10.7B-v1.1-Q5_K_M.gguf) | Q5_K_M | 7.128 GB | large, very low quality loss - recommended |
|
| 56 |
+
| [SOLAR-10.7B-v1.1-Q6_K.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.1-GGUF/blob/main/SOLAR-10.7B-v1.1-Q6_K.gguf) | Q6_K | 8.257 GB | very large, extremely low quality loss |
|
| 57 |
+
| [SOLAR-10.7B-v1.1-Q8_0.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.1-GGUF/blob/main/SOLAR-10.7B-v1.1-Q8_0.gguf) | Q8_0 | 10.694 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/SOLAR-10.7B-v1.1-GGUF --include "SOLAR-10.7B-v1.1-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/SOLAR-10.7B-v1.1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
| 80 |
+
```
|
SOLAR-10.7B-v1.1-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02f2249012a7fa8d83c575c70fd19b8b6b2e97c7366f5bf3524c2808f9a5fd5c
|
| 3 |
+
size 4045598208
|
SOLAR-10.7B-v1.1-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:74507f55d484c0534d25631ecfcddfe87f81d3121cda7d402629c4dbd88044ce
|
| 3 |
+
size 5696843264
|
SOLAR-10.7B-v1.1-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb6bd3c82d8af5f6a5f9adc5cffbb3c8576de2b5d5ff2f77f8f4759c0c804ffc
|
| 3 |
+
size 5241761280
|
SOLAR-10.7B-v1.1-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31c8920c286c4797401aa2dcb55968440e77e1e50648e17515dc7a63aad55b52
|
| 3 |
+
size 4710657536
|
SOLAR-10.7B-v1.1-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8970d55065ee82b63c5dafbbe141211c9247e3694c6179b59db9a6c3f5a5308c
|
| 3 |
+
size 6123351552
|
SOLAR-10.7B-v1.1-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:74210f875ebe446f1dab57bc744c3b067f43c29e355625c36534b7c6f7c60fa9
|
| 3 |
+
size 6512635392
|
SOLAR-10.7B-v1.1-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b53e34b9082663a314e7b302497acfc020607c86ec663060e62ed5e3eb9aa35
|
| 3 |
+
size 6169488896
|
SOLAR-10.7B-v1.1-Q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6673c8674c1456799a76443d3bdc3d02495fd90a5e983ee53e5953d6981a31e
|
| 3 |
+
size 7452945920
|
SOLAR-10.7B-v1.1-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7b3a2161d25c80ba414038a0c35228004266e2f1e5d497029cb257ca3117898
|
| 3 |
+
size 7653486080
|
SOLAR-10.7B-v1.1-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bebdc2bc311494ea5c3fa6a4a7bf92d624629c76924b712d0834854600724b82
|
| 3 |
+
size 7452945920
|
SOLAR-10.7B-v1.1-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3234f4f8256990b28cfed4ce79a3dc828f32ea8e8a8b6b6a401d9b480329dc2f
|
| 3 |
+
size 8865639936
|
SOLAR-10.7B-v1.1-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f208a52c6cbac5a3bafa91093903a760c00861d8d1d412d86b86d54d48cc8b43
|
| 3 |
+
size 11482361344
|