Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +80 -0
- SOLAR-10.7B-dpo-v1-Q2_K.gguf +3 -0
- SOLAR-10.7B-dpo-v1-Q3_K_L.gguf +3 -0
- SOLAR-10.7B-dpo-v1-Q3_K_M.gguf +3 -0
- SOLAR-10.7B-dpo-v1-Q3_K_S.gguf +3 -0
- SOLAR-10.7B-dpo-v1-Q4_0.gguf +3 -0
- SOLAR-10.7B-dpo-v1-Q4_K_M.gguf +3 -0
- SOLAR-10.7B-dpo-v1-Q4_K_S.gguf +3 -0
- SOLAR-10.7B-dpo-v1-Q5_0.gguf +3 -0
- SOLAR-10.7B-dpo-v1-Q5_K_M.gguf +3 -0
- SOLAR-10.7B-dpo-v1-Q5_K_S.gguf +3 -0
- SOLAR-10.7B-dpo-v1-Q6_K.gguf +3 -0
- SOLAR-10.7B-dpo-v1-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-dpo-v1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
SOLAR-10.7B-dpo-v1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
SOLAR-10.7B-dpo-v1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
SOLAR-10.7B-dpo-v1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
SOLAR-10.7B-dpo-v1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
SOLAR-10.7B-dpo-v1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
SOLAR-10.7B-dpo-v1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
SOLAR-10.7B-dpo-v1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
SOLAR-10.7B-dpo-v1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
SOLAR-10.7B-dpo-v1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
SOLAR-10.7B-dpo-v1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
SOLAR-10.7B-dpo-v1-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-dpo-v1
|
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-dpo-v1 - GGUF
|
25 |
+
|
26 |
+
This repo contains GGUF format model files for [hyeogi/SOLAR-10.7B-dpo-v1](https://huggingface.co/hyeogi/SOLAR-10.7B-dpo-v1).
|
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-dpo-v1-Q2_K.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-dpo-v1-GGUF/blob/main/SOLAR-10.7B-dpo-v1-Q2_K.gguf) | Q2_K | 3.793 GB | smallest, significant quality loss - not recommended for most purposes |
|
47 |
+
| [SOLAR-10.7B-dpo-v1-Q3_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-dpo-v1-GGUF/blob/main/SOLAR-10.7B-dpo-v1-Q3_K_S.gguf) | Q3_K_S | 4.414 GB | very small, high quality loss |
|
48 |
+
| [SOLAR-10.7B-dpo-v1-Q3_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-dpo-v1-GGUF/blob/main/SOLAR-10.7B-dpo-v1-Q3_K_M.gguf) | Q3_K_M | 4.909 GB | very small, high quality loss |
|
49 |
+
| [SOLAR-10.7B-dpo-v1-Q3_K_L.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-dpo-v1-GGUF/blob/main/SOLAR-10.7B-dpo-v1-Q3_K_L.gguf) | Q3_K_L | 5.333 GB | small, substantial quality loss |
|
50 |
+
| [SOLAR-10.7B-dpo-v1-Q4_0.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-dpo-v1-GGUF/blob/main/SOLAR-10.7B-dpo-v1-Q4_0.gguf) | Q4_0 | 5.733 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
51 |
+
| [SOLAR-10.7B-dpo-v1-Q4_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-dpo-v1-GGUF/blob/main/SOLAR-10.7B-dpo-v1-Q4_K_S.gguf) | Q4_K_S | 5.776 GB | small, greater quality loss |
|
52 |
+
| [SOLAR-10.7B-dpo-v1-Q4_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-dpo-v1-GGUF/blob/main/SOLAR-10.7B-dpo-v1-Q4_K_M.gguf) | Q4_K_M | 6.095 GB | medium, balanced quality - recommended |
|
53 |
+
| [SOLAR-10.7B-dpo-v1-Q5_0.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-dpo-v1-GGUF/blob/main/SOLAR-10.7B-dpo-v1-Q5_0.gguf) | Q5_0 | 6.974 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
54 |
+
| [SOLAR-10.7B-dpo-v1-Q5_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-dpo-v1-GGUF/blob/main/SOLAR-10.7B-dpo-v1-Q5_K_S.gguf) | Q5_K_S | 6.974 GB | large, low quality loss - recommended |
|
55 |
+
| [SOLAR-10.7B-dpo-v1-Q5_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-dpo-v1-GGUF/blob/main/SOLAR-10.7B-dpo-v1-Q5_K_M.gguf) | Q5_K_M | 7.160 GB | large, very low quality loss - recommended |
|
56 |
+
| [SOLAR-10.7B-dpo-v1-Q6_K.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-dpo-v1-GGUF/blob/main/SOLAR-10.7B-dpo-v1-Q6_K.gguf) | Q6_K | 8.292 GB | very large, extremely low quality loss |
|
57 |
+
| [SOLAR-10.7B-dpo-v1-Q8_0.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-dpo-v1-GGUF/blob/main/SOLAR-10.7B-dpo-v1-Q8_0.gguf) | Q8_0 | 10.740 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-dpo-v1-GGUF --include "SOLAR-10.7B-dpo-v1-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-dpo-v1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
80 |
+
```
|
SOLAR-10.7B-dpo-v1-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:47eeb2593864d026bd2a1f76b7cbfafe37c0031687445cac23af77247200781e
|
3 |
+
size 4072233408
|
SOLAR-10.7B-dpo-v1-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3be4efd9875a9e7585a697b9d748604be4fa9b9331b55653741ff779abd47265
|
3 |
+
size 5725821376
|
SOLAR-10.7B-dpo-v1-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9800a0fe6a9fd1e57a1137bdc4d0f37b2c0fa0cdeb2063dc7cfb2985d877dfc3
|
3 |
+
size 5270739392
|
SOLAR-10.7B-dpo-v1-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3207b5beca7fe26c65c0e3bdf0713435d8317ae98c19b874c4bbd4a0a89dbe9a
|
3 |
+
size 4739635648
|
SOLAR-10.7B-dpo-v1-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d08cbc27b4fc81798e51be5213e2733ce39cb43f3df96b715c4b33d763cca01f
|
3 |
+
size 6155393472
|
SOLAR-10.7B-dpo-v1-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d953492348f8fc39e881f1db6e452e064d27cef5b5b5fb727543573788cb00e
|
3 |
+
size 6544677312
|
SOLAR-10.7B-dpo-v1-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a767f6ba6113ee16f935866016468851d1765d27a78bdedd7d3c06b818aba81
|
3 |
+
size 6201530816
|
SOLAR-10.7B-dpo-v1-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0940204e527a4179845246a4a7ca86d99ad69c8f488f5cc033d1307aeeb41892
|
3 |
+
size 7487871424
|
SOLAR-10.7B-dpo-v1-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01c410ccb9da1d08e72543fcf7e5f076a2edd0914df641cf384e8b17fe4076df
|
3 |
+
size 7688411584
|
SOLAR-10.7B-dpo-v1-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70768bf95988b5a62098e21a65a8d31edab5fd020a724389b5547b40ca089771
|
3 |
+
size 7487871424
|
SOLAR-10.7B-dpo-v1-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d115505182dfe72343be0fc788b16d18aa0c4b7ae5216e230b97f6529ed550f7
|
3 |
+
size 8903629248
|
SOLAR-10.7B-dpo-v1-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d98b59dad4255a6e02b441a3690e0c737424ce5c04477d5d07d378b50607597
|
3 |
+
size 11531524544
|