morriszms commited on
Commit
cee2248
·
verified ·
1 Parent(s): b528850

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
+ T3Q-ko-solar-sft-v1.0-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ T3Q-ko-solar-sft-v1.0-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ T3Q-ko-solar-sft-v1.0-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ T3Q-ko-solar-sft-v1.0-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ T3Q-ko-solar-sft-v1.0-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ T3Q-ko-solar-sft-v1.0-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ T3Q-ko-solar-sft-v1.0-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ T3Q-ko-solar-sft-v1.0-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ T3Q-ko-solar-sft-v1.0-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ T3Q-ko-solar-sft-v1.0-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ T3Q-ko-solar-sft-v1.0-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ T3Q-ko-solar-sft-v1.0-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: text-generation
3
+ license: apache-2.0
4
+ language:
5
+ - en
6
+ tags:
7
+ - T3Q-ko-solar-sft-v1.0
8
+ - kyujinpy/KoCommercial-NoSSL
9
+ - TensorBlock
10
+ - GGUF
11
+ base_model: chlee10/T3Q-ko-solar-sft-v1.0
12
+ datasets:
13
+ - kyujinpy/KoCommercial-NoSSL
14
+ model-index:
15
+ - name: T3Q-ko-solar-sft-v1.0
16
+ results: []
17
+ ---
18
+
19
+ <div style="width: auto; margin-left: auto; margin-right: auto">
20
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
21
+ </div>
22
+ <div style="display: flex; justify-content: space-between; width: 100%;">
23
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
24
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
25
+ 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>
26
+ </p>
27
+ </div>
28
+ </div>
29
+
30
+ ## chlee10/T3Q-ko-solar-sft-v1.0 - GGUF
31
+
32
+ This repo contains GGUF format model files for [chlee10/T3Q-ko-solar-sft-v1.0](https://huggingface.co/chlee10/T3Q-ko-solar-sft-v1.0).
33
+
34
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
35
+
36
+ <div style="text-align: left; margin: 20px 0;">
37
+ <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;">
38
+ Run them on the TensorBlock client using your local machine ↗
39
+ </a>
40
+ </div>
41
+
42
+ ## Prompt template
43
+
44
+ ```
45
+ ### System:
46
+ {system_prompt}
47
+
48
+ ### User:
49
+ {prompt}
50
+
51
+ ### Assistant:
52
+ ```
53
+
54
+ ## Model file specification
55
+
56
+ | Filename | Quant type | File Size | Description |
57
+ | -------- | ---------- | --------- | ----------- |
58
+ | [T3Q-ko-solar-sft-v1.0-Q2_K.gguf](https://huggingface.co/tensorblock/T3Q-ko-solar-sft-v1.0-GGUF/blob/main/T3Q-ko-solar-sft-v1.0-Q2_K.gguf) | Q2_K | 4.003 GB | smallest, significant quality loss - not recommended for most purposes |
59
+ | [T3Q-ko-solar-sft-v1.0-Q3_K_S.gguf](https://huggingface.co/tensorblock/T3Q-ko-solar-sft-v1.0-GGUF/blob/main/T3Q-ko-solar-sft-v1.0-Q3_K_S.gguf) | Q3_K_S | 4.665 GB | very small, high quality loss |
60
+ | [T3Q-ko-solar-sft-v1.0-Q3_K_M.gguf](https://huggingface.co/tensorblock/T3Q-ko-solar-sft-v1.0-GGUF/blob/main/T3Q-ko-solar-sft-v1.0-Q3_K_M.gguf) | Q3_K_M | 5.196 GB | very small, high quality loss |
61
+ | [T3Q-ko-solar-sft-v1.0-Q3_K_L.gguf](https://huggingface.co/tensorblock/T3Q-ko-solar-sft-v1.0-GGUF/blob/main/T3Q-ko-solar-sft-v1.0-Q3_K_L.gguf) | Q3_K_L | 5.651 GB | small, substantial quality loss |
62
+ | [T3Q-ko-solar-sft-v1.0-Q4_0.gguf](https://huggingface.co/tensorblock/T3Q-ko-solar-sft-v1.0-GGUF/blob/main/T3Q-ko-solar-sft-v1.0-Q4_0.gguf) | Q4_0 | 6.072 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
63
+ | [T3Q-ko-solar-sft-v1.0-Q4_K_S.gguf](https://huggingface.co/tensorblock/T3Q-ko-solar-sft-v1.0-GGUF/blob/main/T3Q-ko-solar-sft-v1.0-Q4_K_S.gguf) | Q4_K_S | 6.119 GB | small, greater quality loss |
64
+ | [T3Q-ko-solar-sft-v1.0-Q4_K_M.gguf](https://huggingface.co/tensorblock/T3Q-ko-solar-sft-v1.0-GGUF/blob/main/T3Q-ko-solar-sft-v1.0-Q4_K_M.gguf) | Q4_K_M | 6.462 GB | medium, balanced quality - recommended |
65
+ | [T3Q-ko-solar-sft-v1.0-Q5_0.gguf](https://huggingface.co/tensorblock/T3Q-ko-solar-sft-v1.0-GGUF/blob/main/T3Q-ko-solar-sft-v1.0-Q5_0.gguf) | Q5_0 | 7.397 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
66
+ | [T3Q-ko-solar-sft-v1.0-Q5_K_S.gguf](https://huggingface.co/tensorblock/T3Q-ko-solar-sft-v1.0-GGUF/blob/main/T3Q-ko-solar-sft-v1.0-Q5_K_S.gguf) | Q5_K_S | 7.397 GB | large, low quality loss - recommended |
67
+ | [T3Q-ko-solar-sft-v1.0-Q5_K_M.gguf](https://huggingface.co/tensorblock/T3Q-ko-solar-sft-v1.0-GGUF/blob/main/T3Q-ko-solar-sft-v1.0-Q5_K_M.gguf) | Q5_K_M | 7.598 GB | large, very low quality loss - recommended |
68
+ | [T3Q-ko-solar-sft-v1.0-Q6_K.gguf](https://huggingface.co/tensorblock/T3Q-ko-solar-sft-v1.0-GGUF/blob/main/T3Q-ko-solar-sft-v1.0-Q6_K.gguf) | Q6_K | 8.805 GB | very large, extremely low quality loss |
69
+ | [T3Q-ko-solar-sft-v1.0-Q8_0.gguf](https://huggingface.co/tensorblock/T3Q-ko-solar-sft-v1.0-GGUF/blob/main/T3Q-ko-solar-sft-v1.0-Q8_0.gguf) | Q8_0 | 11.404 GB | very large, extremely low quality loss - not recommended |
70
+
71
+
72
+ ## Downloading instruction
73
+
74
+ ### Command line
75
+
76
+ Firstly, install Huggingface Client
77
+
78
+ ```shell
79
+ pip install -U "huggingface_hub[cli]"
80
+ ```
81
+
82
+ Then, downoad the individual model file the a local directory
83
+
84
+ ```shell
85
+ huggingface-cli download tensorblock/T3Q-ko-solar-sft-v1.0-GGUF --include "T3Q-ko-solar-sft-v1.0-Q2_K.gguf" --local-dir MY_LOCAL_DIR
86
+ ```
87
+
88
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
89
+
90
+ ```shell
91
+ huggingface-cli download tensorblock/T3Q-ko-solar-sft-v1.0-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
92
+ ```
T3Q-ko-solar-sft-v1.0-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cfd2ca2cf614ddc646e1aec3bb83b59b1c3654afa6f5e3bfbfee7db0af656b1
3
+ size 4003233312
T3Q-ko-solar-sft-v1.0-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4336a5b1ec7f8245b9201a43a3fc89343ecb67c61234268e4276c93e04a72ab0
3
+ size 5650751008
T3Q-ko-solar-sft-v1.0-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e184c00b46efdd9012717c8b485d629d8970cafdde93a9d73ba92e45a6ff6e1
3
+ size 5195669024
T3Q-ko-solar-sft-v1.0-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee954fc6bbb073b37fd77863ebcbe6d0a77f8e65bbfc02176e5e176799eff4a0
3
+ size 4664565280
T3Q-ko-solar-sft-v1.0-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:032994ca6a3083ccac9791f8e1d6fbad650e61ea344d8f9f97ec38f40e6c2708
3
+ size 6072385056
T3Q-ko-solar-sft-v1.0-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7122e2fcffbbc77d3df673893cb895b50647fe2d3ead3a05bbca8a7a214de74d
3
+ size 6461668896
T3Q-ko-solar-sft-v1.0-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1d62847c70889497b91a9fb860b64098145b18d08afff3e01d8416fe70eb309
3
+ size 6118522400
T3Q-ko-solar-sft-v1.0-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91fcea024b6e6894d4a6f2ece73cfbfca3268c6ea0ab42e0946833c805f52176
3
+ size 7397391904
T3Q-ko-solar-sft-v1.0-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:361eea998c4e158afcc8ae0d19899e3f613b0f45f98b391d99d13b044491ba7e
3
+ size 7597932064
T3Q-ko-solar-sft-v1.0-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb53654035c82c1eef584aa3bc82ce88f57ff6a5b4d4324da57ad29b075802fb
3
+ size 7397391904
T3Q-ko-solar-sft-v1.0-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4251e917b59288c4f3dee57e3c238eb3c3175c42da33c01a84a17ea0db0336cb
3
+ size 8805211680
T3Q-ko-solar-sft-v1.0-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6f86c1a9aae9b538666f3a0c15e8e5effdb1b31ab5b405580a1dac6e902274b
3
+ size 11404156448