morriszms commited on
Commit
36620b4
1 Parent(s): 4a60249

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
+ sft-solar-10.7b-v1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ sft-solar-10.7b-v1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ sft-solar-10.7b-v1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ sft-solar-10.7b-v1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ sft-solar-10.7b-v1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ sft-solar-10.7b-v1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ sft-solar-10.7b-v1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ sft-solar-10.7b-v1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ sft-solar-10.7b-v1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ sft-solar-10.7b-v1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ sft-solar-10.7b-v1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ sft-solar-10.7b-v1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ pipeline_tag: text-generation
5
+ datasets:
6
+ - nlpai-lab/databricks-dolly-15k-ko
7
+ - kyujinpy/KOR-OpenOrca-Platypus-v3
8
+ - KETI-AIR/kor_boolq
9
+ - heegyu/open-korean-instructions
10
+ base_model: ifuseok/sft-solar-10.7b-v1
11
+ tags:
12
+ - TensorBlock
13
+ - GGUF
14
+ ---
15
+
16
+ <div style="width: auto; margin-left: auto; margin-right: auto">
17
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
18
+ </div>
19
+ <div style="display: flex; justify-content: space-between; width: 100%;">
20
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
21
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
22
+ 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>
23
+ </p>
24
+ </div>
25
+ </div>
26
+
27
+ ## ifuseok/sft-solar-10.7b-v1 - GGUF
28
+
29
+ This repo contains GGUF format model files for [ifuseok/sft-solar-10.7b-v1](https://huggingface.co/ifuseok/sft-solar-10.7b-v1).
30
+
31
+ 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).
32
+
33
+ <div style="text-align: left; margin: 20px 0;">
34
+ <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;">
35
+ Run them on the TensorBlock client using your local machine ↗
36
+ </a>
37
+ </div>
38
+
39
+ ## Prompt template
40
+
41
+ ```
42
+ ### System:
43
+ {system_prompt}
44
+
45
+ ### User:
46
+ {prompt}
47
+
48
+ ### Assistant:
49
+ ```
50
+
51
+ ## Model file specification
52
+
53
+ | Filename | Quant type | File Size | Description |
54
+ | -------- | ---------- | --------- | ----------- |
55
+ | [sft-solar-10.7b-v1-Q2_K.gguf](https://huggingface.co/tensorblock/sft-solar-10.7b-v1-GGUF/blob/main/sft-solar-10.7b-v1-Q2_K.gguf) | Q2_K | 3.728 GB | smallest, significant quality loss - not recommended for most purposes |
56
+ | [sft-solar-10.7b-v1-Q3_K_S.gguf](https://huggingface.co/tensorblock/sft-solar-10.7b-v1-GGUF/blob/main/sft-solar-10.7b-v1-Q3_K_S.gguf) | Q3_K_S | 4.344 GB | very small, high quality loss |
57
+ | [sft-solar-10.7b-v1-Q3_K_M.gguf](https://huggingface.co/tensorblock/sft-solar-10.7b-v1-GGUF/blob/main/sft-solar-10.7b-v1-Q3_K_M.gguf) | Q3_K_M | 4.839 GB | very small, high quality loss |
58
+ | [sft-solar-10.7b-v1-Q3_K_L.gguf](https://huggingface.co/tensorblock/sft-solar-10.7b-v1-GGUF/blob/main/sft-solar-10.7b-v1-Q3_K_L.gguf) | Q3_K_L | 5.263 GB | small, substantial quality loss |
59
+ | [sft-solar-10.7b-v1-Q4_0.gguf](https://huggingface.co/tensorblock/sft-solar-10.7b-v1-GGUF/blob/main/sft-solar-10.7b-v1-Q4_0.gguf) | Q4_0 | 5.655 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
60
+ | [sft-solar-10.7b-v1-Q4_K_S.gguf](https://huggingface.co/tensorblock/sft-solar-10.7b-v1-GGUF/blob/main/sft-solar-10.7b-v1-Q4_K_S.gguf) | Q4_K_S | 5.698 GB | small, greater quality loss |
61
+ | [sft-solar-10.7b-v1-Q4_K_M.gguf](https://huggingface.co/tensorblock/sft-solar-10.7b-v1-GGUF/blob/main/sft-solar-10.7b-v1-Q4_K_M.gguf) | Q4_K_M | 6.018 GB | medium, balanced quality - recommended |
62
+ | [sft-solar-10.7b-v1-Q5_0.gguf](https://huggingface.co/tensorblock/sft-solar-10.7b-v1-GGUF/blob/main/sft-solar-10.7b-v1-Q5_0.gguf) | Q5_0 | 6.889 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
63
+ | [sft-solar-10.7b-v1-Q5_K_S.gguf](https://huggingface.co/tensorblock/sft-solar-10.7b-v1-GGUF/blob/main/sft-solar-10.7b-v1-Q5_K_S.gguf) | Q5_K_S | 6.889 GB | large, low quality loss - recommended |
64
+ | [sft-solar-10.7b-v1-Q5_K_M.gguf](https://huggingface.co/tensorblock/sft-solar-10.7b-v1-GGUF/blob/main/sft-solar-10.7b-v1-Q5_K_M.gguf) | Q5_K_M | 7.076 GB | large, very low quality loss - recommended |
65
+ | [sft-solar-10.7b-v1-Q6_K.gguf](https://huggingface.co/tensorblock/sft-solar-10.7b-v1-GGUF/blob/main/sft-solar-10.7b-v1-Q6_K.gguf) | Q6_K | 8.200 GB | very large, extremely low quality loss |
66
+ | [sft-solar-10.7b-v1-Q8_0.gguf](https://huggingface.co/tensorblock/sft-solar-10.7b-v1-GGUF/blob/main/sft-solar-10.7b-v1-Q8_0.gguf) | Q8_0 | 10.621 GB | very large, extremely low quality loss - not recommended |
67
+
68
+
69
+ ## Downloading instruction
70
+
71
+ ### Command line
72
+
73
+ Firstly, install Huggingface Client
74
+
75
+ ```shell
76
+ pip install -U "huggingface_hub[cli]"
77
+ ```
78
+
79
+ Then, downoad the individual model file the a local directory
80
+
81
+ ```shell
82
+ huggingface-cli download tensorblock/sft-solar-10.7b-v1-GGUF --include "sft-solar-10.7b-v1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
83
+ ```
84
+
85
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
86
+
87
+ ```shell
88
+ huggingface-cli download tensorblock/sft-solar-10.7b-v1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
89
+ ```
sft-solar-10.7b-v1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61571410f74689c3fdf8a6db758b3568fb4e136a6301f5e4e9cfba3b22b68136
3
+ size 4003232896
sft-solar-10.7b-v1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2d818b8fdf7b9794f5add07dfca5e8ec511b0773fb412f217ccfbd4a6da7b51
3
+ size 5650750592
sft-solar-10.7b-v1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84e6d171acde851ca2406b5e2d1a09b0c10ebf81e3e0f9911303b8b778567fd1
3
+ size 5195668608
sft-solar-10.7b-v1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2865dc2c2f90f40ab0bd7b5cd91d992354d52ae379a42e93da880abb85cf66a4
3
+ size 4664564864
sft-solar-10.7b-v1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8ee344d084f05c5fd833d558be990c792ad1a8e8eee4e64b8af5f719af5c104
3
+ size 6072384640
sft-solar-10.7b-v1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9353909740e1d3951f02f416956fe8a4d915b21c1a48ec1c74d4b89eda8ad901
3
+ size 6461668480
sft-solar-10.7b-v1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b91d3250fec44c39491ed6874a5f6ad8df96caf155523e98d2c315ddc5e37953
3
+ size 6118521984
sft-solar-10.7b-v1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e81d3688262f5b12eb07dd7aac87f0714a2b7f07be197cc6163ba98fccc8920
3
+ size 7397391488
sft-solar-10.7b-v1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09d60d22aa64d8147d5b61caa9ca257113fefa6c8456f8e0ec2d1b9fc3836bb1
3
+ size 7597931648
sft-solar-10.7b-v1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf8c65975e2f1323a82c33ec465c9de110ab510b04ffda69bd27efee54a6b937
3
+ size 7397391488
sft-solar-10.7b-v1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8152036a6b9ce05d4ab8e6b68f1a166f844d3000afabfd1828293e511e4dc0a2
3
+ size 8805211264
sft-solar-10.7b-v1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57d92fb96910532fa715c9baed6297435fddca1f598a4aeba1159740b7a77f23
3
+ size 11404156032