morriszms commited on
Commit
b2fdf28
·
verified ·
1 Parent(s): 1449006

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
+ SOLAR-10.7B-v1.3-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SOLAR-10.7B-v1.3-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SOLAR-10.7B-v1.3-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SOLAR-10.7B-v1.3-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SOLAR-10.7B-v1.3-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SOLAR-10.7B-v1.3-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SOLAR-10.7B-v1.3-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SOLAR-10.7B-v1.3-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SOLAR-10.7B-v1.3-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SOLAR-10.7B-v1.3-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SOLAR-10.7B-v1.3-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SOLAR-10.7B-v1.3-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: cc-by-nc-4.0
10
+ base_model: hyeogi/SOLAR-10.7B-v1.3
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.3 - GGUF
25
+
26
+ This repo contains GGUF format model files for [hyeogi/SOLAR-10.7B-v1.3](https://huggingface.co/hyeogi/SOLAR-10.7B-v1.3).
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.3-Q2_K.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.3-GGUF/blob/main/SOLAR-10.7B-v1.3-Q2_K.gguf) | Q2_K | 3.768 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [SOLAR-10.7B-v1.3-Q3_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.3-GGUF/blob/main/SOLAR-10.7B-v1.3-Q3_K_S.gguf) | Q3_K_S | 4.387 GB | very small, high quality loss |
48
+ | [SOLAR-10.7B-v1.3-Q3_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.3-GGUF/blob/main/SOLAR-10.7B-v1.3-Q3_K_M.gguf) | Q3_K_M | 4.882 GB | very small, high quality loss |
49
+ | [SOLAR-10.7B-v1.3-Q3_K_L.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.3-GGUF/blob/main/SOLAR-10.7B-v1.3-Q3_K_L.gguf) | Q3_K_L | 5.306 GB | small, substantial quality loss |
50
+ | [SOLAR-10.7B-v1.3-Q4_0.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.3-GGUF/blob/main/SOLAR-10.7B-v1.3-Q4_0.gguf) | Q4_0 | 5.703 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [SOLAR-10.7B-v1.3-Q4_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.3-GGUF/blob/main/SOLAR-10.7B-v1.3-Q4_K_S.gguf) | Q4_K_S | 5.746 GB | small, greater quality loss |
52
+ | [SOLAR-10.7B-v1.3-Q4_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.3-GGUF/blob/main/SOLAR-10.7B-v1.3-Q4_K_M.gguf) | Q4_K_M | 6.065 GB | medium, balanced quality - recommended |
53
+ | [SOLAR-10.7B-v1.3-Q5_0.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.3-GGUF/blob/main/SOLAR-10.7B-v1.3-Q5_0.gguf) | Q5_0 | 6.941 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [SOLAR-10.7B-v1.3-Q5_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.3-GGUF/blob/main/SOLAR-10.7B-v1.3-Q5_K_S.gguf) | Q5_K_S | 6.941 GB | large, low quality loss - recommended |
55
+ | [SOLAR-10.7B-v1.3-Q5_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.3-GGUF/blob/main/SOLAR-10.7B-v1.3-Q5_K_M.gguf) | Q5_K_M | 7.128 GB | large, very low quality loss - recommended |
56
+ | [SOLAR-10.7B-v1.3-Q6_K.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.3-GGUF/blob/main/SOLAR-10.7B-v1.3-Q6_K.gguf) | Q6_K | 8.257 GB | very large, extremely low quality loss |
57
+ | [SOLAR-10.7B-v1.3-Q8_0.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.3-GGUF/blob/main/SOLAR-10.7B-v1.3-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.3-GGUF --include "SOLAR-10.7B-v1.3-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.3-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
SOLAR-10.7B-v1.3-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b8caa66104d1a8a2b7bd009c30b8f70d2d454be6b0bda093de4e65258088b13
3
+ size 4045598208
SOLAR-10.7B-v1.3-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41344108e7f22b3e7203b0bc9a78e4783bc2a3c6eb845652627add5cc93e6f11
3
+ size 5696843264
SOLAR-10.7B-v1.3-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff805cc1bb6caa69382bdc205e78b68fcc842937abd2c51f44349ef498a14f19
3
+ size 5241761280
SOLAR-10.7B-v1.3-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da86bd65dfacd0e70a10773dcfda87e5d3d013bb7b5a037e9131f3f7eaacbd0c
3
+ size 4710657536
SOLAR-10.7B-v1.3-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39027eb99e3250cb752b68fc498d8d75bbd42dc524adab0b8b95fc11655f8c92
3
+ size 6123351552
SOLAR-10.7B-v1.3-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6050fbf12c856370b153ff610079cfc1042bb05ca90fd5a7656a1ca6cb76ad9
3
+ size 6512635392
SOLAR-10.7B-v1.3-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eba3d290065ffcf97ce7d698466c9dfc48631edd8df058985d8c69e21513acb1
3
+ size 6169488896
SOLAR-10.7B-v1.3-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48a219c8b3f2b7cac4b4d6843461fd899e9eae69011b640bf90c06d9e24b912f
3
+ size 7452945920
SOLAR-10.7B-v1.3-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e759faf22fa2646bd7e34b95f8f3d22e68d9a46d9b8aeee22c275b8c3d8da71
3
+ size 7653486080
SOLAR-10.7B-v1.3-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44c920169e9fa24ca28792a12cc6ef9c0093e0e89f6dbbd18e2ac58444e9fea0
3
+ size 7452945920
SOLAR-10.7B-v1.3-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a74bc85fcb6034c35fc250eec58be60f2c63256dadb03171f4875d48f4b2a98b
3
+ size 8865639936
SOLAR-10.7B-v1.3-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a88b8bcca82bfb4655b2d36dbd3d9be773bc28635be7e5d45abbbe469274020
3
+ size 11482361344