morriszms commited on
Commit
0c6f8db
·
verified ·
1 Parent(s): 3d68556

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
+ hk-SOLAR-10.7B-v1.4-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ hk-SOLAR-10.7B-v1.4-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ hk-SOLAR-10.7B-v1.4-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ hk-SOLAR-10.7B-v1.4-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ hk-SOLAR-10.7B-v1.4-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ hk-SOLAR-10.7B-v1.4-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ hk-SOLAR-10.7B-v1.4-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ hk-SOLAR-10.7B-v1.4-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ hk-SOLAR-10.7B-v1.4-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ hk-SOLAR-10.7B-v1.4-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ hk-SOLAR-10.7B-v1.4-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ hk-SOLAR-10.7B-v1.4-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ language:
5
+ - ko
6
+ base_model: hkss/hk-SOLAR-10.7B-v1.4
7
+ tags:
8
+ - TensorBlock
9
+ - GGUF
10
+ ---
11
+
12
+ <div style="width: auto; margin-left: auto; margin-right: auto">
13
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
14
+ </div>
15
+ <div style="display: flex; justify-content: space-between; width: 100%;">
16
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
17
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
18
+ 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>
19
+ </p>
20
+ </div>
21
+ </div>
22
+
23
+ ## hkss/hk-SOLAR-10.7B-v1.4 - GGUF
24
+
25
+ This repo contains GGUF format model files for [hkss/hk-SOLAR-10.7B-v1.4](https://huggingface.co/hkss/hk-SOLAR-10.7B-v1.4).
26
+
27
+ 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).
28
+
29
+ <div style="text-align: left; margin: 20px 0;">
30
+ <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;">
31
+ Run them on the TensorBlock client using your local machine ↗
32
+ </a>
33
+ </div>
34
+
35
+ ## Prompt template
36
+
37
+ ```
38
+ ### System:
39
+ {system_prompt}
40
+
41
+ ### User:
42
+ {prompt}
43
+
44
+ ### Assistant:
45
+ ```
46
+
47
+ ## Model file specification
48
+
49
+ | Filename | Quant type | File Size | Description |
50
+ | -------- | ---------- | --------- | ----------- |
51
+ | [hk-SOLAR-10.7B-v1.4-Q2_K.gguf](https://huggingface.co/tensorblock/hk-SOLAR-10.7B-v1.4-GGUF/blob/main/hk-SOLAR-10.7B-v1.4-Q2_K.gguf) | Q2_K | 3.728 GB | smallest, significant quality loss - not recommended for most purposes |
52
+ | [hk-SOLAR-10.7B-v1.4-Q3_K_S.gguf](https://huggingface.co/tensorblock/hk-SOLAR-10.7B-v1.4-GGUF/blob/main/hk-SOLAR-10.7B-v1.4-Q3_K_S.gguf) | Q3_K_S | 4.344 GB | very small, high quality loss |
53
+ | [hk-SOLAR-10.7B-v1.4-Q3_K_M.gguf](https://huggingface.co/tensorblock/hk-SOLAR-10.7B-v1.4-GGUF/blob/main/hk-SOLAR-10.7B-v1.4-Q3_K_M.gguf) | Q3_K_M | 4.839 GB | very small, high quality loss |
54
+ | [hk-SOLAR-10.7B-v1.4-Q3_K_L.gguf](https://huggingface.co/tensorblock/hk-SOLAR-10.7B-v1.4-GGUF/blob/main/hk-SOLAR-10.7B-v1.4-Q3_K_L.gguf) | Q3_K_L | 5.263 GB | small, substantial quality loss |
55
+ | [hk-SOLAR-10.7B-v1.4-Q4_0.gguf](https://huggingface.co/tensorblock/hk-SOLAR-10.7B-v1.4-GGUF/blob/main/hk-SOLAR-10.7B-v1.4-Q4_0.gguf) | Q4_0 | 5.655 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
56
+ | [hk-SOLAR-10.7B-v1.4-Q4_K_S.gguf](https://huggingface.co/tensorblock/hk-SOLAR-10.7B-v1.4-GGUF/blob/main/hk-SOLAR-10.7B-v1.4-Q4_K_S.gguf) | Q4_K_S | 5.698 GB | small, greater quality loss |
57
+ | [hk-SOLAR-10.7B-v1.4-Q4_K_M.gguf](https://huggingface.co/tensorblock/hk-SOLAR-10.7B-v1.4-GGUF/blob/main/hk-SOLAR-10.7B-v1.4-Q4_K_M.gguf) | Q4_K_M | 6.018 GB | medium, balanced quality - recommended |
58
+ | [hk-SOLAR-10.7B-v1.4-Q5_0.gguf](https://huggingface.co/tensorblock/hk-SOLAR-10.7B-v1.4-GGUF/blob/main/hk-SOLAR-10.7B-v1.4-Q5_0.gguf) | Q5_0 | 6.889 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
59
+ | [hk-SOLAR-10.7B-v1.4-Q5_K_S.gguf](https://huggingface.co/tensorblock/hk-SOLAR-10.7B-v1.4-GGUF/blob/main/hk-SOLAR-10.7B-v1.4-Q5_K_S.gguf) | Q5_K_S | 6.889 GB | large, low quality loss - recommended |
60
+ | [hk-SOLAR-10.7B-v1.4-Q5_K_M.gguf](https://huggingface.co/tensorblock/hk-SOLAR-10.7B-v1.4-GGUF/blob/main/hk-SOLAR-10.7B-v1.4-Q5_K_M.gguf) | Q5_K_M | 7.076 GB | large, very low quality loss - recommended |
61
+ | [hk-SOLAR-10.7B-v1.4-Q6_K.gguf](https://huggingface.co/tensorblock/hk-SOLAR-10.7B-v1.4-GGUF/blob/main/hk-SOLAR-10.7B-v1.4-Q6_K.gguf) | Q6_K | 8.200 GB | very large, extremely low quality loss |
62
+ | [hk-SOLAR-10.7B-v1.4-Q8_0.gguf](https://huggingface.co/tensorblock/hk-SOLAR-10.7B-v1.4-GGUF/blob/main/hk-SOLAR-10.7B-v1.4-Q8_0.gguf) | Q8_0 | 10.621 GB | very large, extremely low quality loss - not recommended |
63
+
64
+
65
+ ## Downloading instruction
66
+
67
+ ### Command line
68
+
69
+ Firstly, install Huggingface Client
70
+
71
+ ```shell
72
+ pip install -U "huggingface_hub[cli]"
73
+ ```
74
+
75
+ Then, downoad the individual model file the a local directory
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/hk-SOLAR-10.7B-v1.4-GGUF --include "hk-SOLAR-10.7B-v1.4-Q2_K.gguf" --local-dir MY_LOCAL_DIR
79
+ ```
80
+
81
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
82
+
83
+ ```shell
84
+ huggingface-cli download tensorblock/hk-SOLAR-10.7B-v1.4-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
85
+ ```
hk-SOLAR-10.7B-v1.4-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2ac8979e8837b204e135b38db095f300ec378d2ce0a9137cb5bed85f98f9357
3
+ size 4003232768
hk-SOLAR-10.7B-v1.4-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68fc3d6027fc95041bf53b8dea5d6b207d41ab2e5c73a033d9ee17e83c74f390
3
+ size 5650750464
hk-SOLAR-10.7B-v1.4-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7711eb764b618e3ea8bac6e3ee125000216007b60ce7d6e2d6fddc218f106f48
3
+ size 5195668480
hk-SOLAR-10.7B-v1.4-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41e778ece776ce72dc1385ed16b3c0d1696a64669be8aeaf51ded214ab1f87c4
3
+ size 4664564736
hk-SOLAR-10.7B-v1.4-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:488d708cd382d0eed62ab2c2f284214d1a9d23a95a6bc3e45443ae2716c6379c
3
+ size 6072384512
hk-SOLAR-10.7B-v1.4-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f319f17bcfb8d401202363c2df41581408b5d9effdf2714c21c4aef8e40b888d
3
+ size 6461668352
hk-SOLAR-10.7B-v1.4-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49c564122273565a2f3d9b423de7b465bc242dc9f45efc1c3c5a5889c3dd6ddf
3
+ size 6118521856
hk-SOLAR-10.7B-v1.4-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a94da9ad4522184407218e310d8a658a01bdc39788006d6715e4c78bdf140f24
3
+ size 7397391360
hk-SOLAR-10.7B-v1.4-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39b99002af3027925d2d617b4b7fd742589c63314253a34d70471518aa575521
3
+ size 7597931520
hk-SOLAR-10.7B-v1.4-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e8e73166542da7c0e24ac8696f00f23f36c3b9c0ba15bde025eaff4c7dfc41c
3
+ size 7397391360
hk-SOLAR-10.7B-v1.4-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2be4431a10ba8234ffffa5949fc99121a0c7dfe4e8f89c2adae109e6a6907792
3
+ size 8805211136
hk-SOLAR-10.7B-v1.4-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3972e18b4dcab929bc2f4e153fc5e000560c7347c5113584bf18018982ad7647
3
+ size 11404155904