morriszms commited on
Commit
caed260
1 Parent(s): 59a4ecb

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.5-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SOLAR-10.7B-v1.5-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SOLAR-10.7B-v1.5-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SOLAR-10.7B-v1.5-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SOLAR-10.7B-v1.5-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SOLAR-10.7B-v1.5-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SOLAR-10.7B-v1.5-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SOLAR-10.7B-v1.5-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SOLAR-10.7B-v1.5-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SOLAR-10.7B-v1.5-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SOLAR-10.7B-v1.5-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SOLAR-10.7B-v1.5-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.5
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.5 - GGUF
25
+
26
+ This repo contains GGUF format model files for [hyeogi/SOLAR-10.7B-v1.5](https://huggingface.co/hyeogi/SOLAR-10.7B-v1.5).
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
+ ## Prompt template
31
+
32
+ ```
33
+ <|im_start|>system
34
+ {system_prompt}<|im_end|>
35
+ <|im_start|>user
36
+ {prompt}<|im_end|>
37
+ <|im_start|>assistant
38
+ ```
39
+
40
+ ## Model file specification
41
+
42
+ | Filename | Quant type | File Size | Description |
43
+ | -------- | ---------- | --------- | ----------- |
44
+ | [SOLAR-10.7B-v1.5-Q2_K.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.5-GGUF/tree/main/SOLAR-10.7B-v1.5-Q2_K.gguf) | Q2_K | 3.768 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [SOLAR-10.7B-v1.5-Q3_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.5-GGUF/tree/main/SOLAR-10.7B-v1.5-Q3_K_S.gguf) | Q3_K_S | 4.387 GB | very small, high quality loss |
46
+ | [SOLAR-10.7B-v1.5-Q3_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.5-GGUF/tree/main/SOLAR-10.7B-v1.5-Q3_K_M.gguf) | Q3_K_M | 4.882 GB | very small, high quality loss |
47
+ | [SOLAR-10.7B-v1.5-Q3_K_L.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.5-GGUF/tree/main/SOLAR-10.7B-v1.5-Q3_K_L.gguf) | Q3_K_L | 5.306 GB | small, substantial quality loss |
48
+ | [SOLAR-10.7B-v1.5-Q4_0.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.5-GGUF/tree/main/SOLAR-10.7B-v1.5-Q4_0.gguf) | Q4_0 | 5.703 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [SOLAR-10.7B-v1.5-Q4_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.5-GGUF/tree/main/SOLAR-10.7B-v1.5-Q4_K_S.gguf) | Q4_K_S | 5.746 GB | small, greater quality loss |
50
+ | [SOLAR-10.7B-v1.5-Q4_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.5-GGUF/tree/main/SOLAR-10.7B-v1.5-Q4_K_M.gguf) | Q4_K_M | 6.065 GB | medium, balanced quality - recommended |
51
+ | [SOLAR-10.7B-v1.5-Q5_0.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.5-GGUF/tree/main/SOLAR-10.7B-v1.5-Q5_0.gguf) | Q5_0 | 6.941 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [SOLAR-10.7B-v1.5-Q5_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.5-GGUF/tree/main/SOLAR-10.7B-v1.5-Q5_K_S.gguf) | Q5_K_S | 6.941 GB | large, low quality loss - recommended |
53
+ | [SOLAR-10.7B-v1.5-Q5_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.5-GGUF/tree/main/SOLAR-10.7B-v1.5-Q5_K_M.gguf) | Q5_K_M | 7.128 GB | large, very low quality loss - recommended |
54
+ | [SOLAR-10.7B-v1.5-Q6_K.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.5-GGUF/tree/main/SOLAR-10.7B-v1.5-Q6_K.gguf) | Q6_K | 8.257 GB | very large, extremely low quality loss |
55
+ | [SOLAR-10.7B-v1.5-Q8_0.gguf](https://huggingface.co/tensorblock/SOLAR-10.7B-v1.5-GGUF/tree/main/SOLAR-10.7B-v1.5-Q8_0.gguf) | Q8_0 | 10.694 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-v1.5-GGUF --include "SOLAR-10.7B-v1.5-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-v1.5-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
78
+ ```
SOLAR-10.7B-v1.5-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75f67ff930e912589090d9754879cf183c86beadbd69104c2986b1ec311dd298
3
+ size 4045598880
SOLAR-10.7B-v1.5-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33744a8175a8dbaeadb444c99c8c9051a919cac8854dc37144eeccf026a2081a
3
+ size 5696843936
SOLAR-10.7B-v1.5-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d3fac60df315a7d5f98a9dd5efdbb29bffacb4396c5113966148e21d1259eb6
3
+ size 5241761952
SOLAR-10.7B-v1.5-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82c9b30d46ec578660ae98cc0b146fcd5db21f47d708f21ae8586ab54ec05ae1
3
+ size 4710658208
SOLAR-10.7B-v1.5-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c0031f146661bf0d564afac8032b7b1b0b5c424df9a301440f3700040362891
3
+ size 6123352224
SOLAR-10.7B-v1.5-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0325126888158d2a59ca55eb1cc154a28b8c353adb06e8850c24a36576820e64
3
+ size 6512636064
SOLAR-10.7B-v1.5-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51cad62279527b9de730c04ed29d6fa697d3bbf1f90de0e965d42ee05521e45e
3
+ size 6169489568
SOLAR-10.7B-v1.5-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6797071ffd15f5041b99222153e61adf0c7649c9f333d37de657991654ac608
3
+ size 7452946592
SOLAR-10.7B-v1.5-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7a2a33ee36d896f993d9f857e224734c0a9124deb1a65530b97f49893c34be3
3
+ size 7653486752
SOLAR-10.7B-v1.5-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02ff58823a2d01faa58c9fe1f434953b5624a0f139f36b99cef2ba89bdfa7e01
3
+ size 7452946592
SOLAR-10.7B-v1.5-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52f45431fccd8ab0fcea97bf19713075d6197a3a652a690d79026b6d12612b95
3
+ size 8865640608
SOLAR-10.7B-v1.5-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57b76908de2f44bf577b54e10039c1d47d8a8c62e643774c55d76ccd7774ef0a
3
+ size 11482362016