morriszms commited on
Commit
c5fabc1
·
verified ·
1 Parent(s): d17583b

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-KOEN-10.8B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SOLAR-KOEN-10.8B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SOLAR-KOEN-10.8B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SOLAR-KOEN-10.8B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SOLAR-KOEN-10.8B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SOLAR-KOEN-10.8B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SOLAR-KOEN-10.8B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SOLAR-KOEN-10.8B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SOLAR-KOEN-10.8B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SOLAR-KOEN-10.8B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SOLAR-KOEN-10.8B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SOLAR-KOEN-10.8B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ko
4
+ - en
5
+ pipeline_tag: text-generation
6
+ inference: false
7
+ tags:
8
+ - solar
9
+ - mistral
10
+ - pytorch
11
+ - solar-ko
12
+ - TensorBlock
13
+ - GGUF
14
+ library_name: transformers
15
+ license: cc-by-nc-sa-4.0
16
+ base_model: beomi/SOLAR-KOEN-10.8B
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
+ ## beomi/SOLAR-KOEN-10.8B - GGUF
31
+
32
+ This repo contains GGUF format model files for [beomi/SOLAR-KOEN-10.8B](https://huggingface.co/beomi/SOLAR-KOEN-10.8B).
33
+
34
+ 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).
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
+
46
+ ```
47
+
48
+ ## Model file specification
49
+
50
+ | Filename | Quant type | File Size | Description |
51
+ | -------- | ---------- | --------- | ----------- |
52
+ | [SOLAR-KOEN-10.8B-Q2_K.gguf](https://huggingface.co/tensorblock/SOLAR-KOEN-10.8B-GGUF/blob/main/SOLAR-KOEN-10.8B-Q2_K.gguf) | Q2_K | 3.791 GB | smallest, significant quality loss - not recommended for most purposes |
53
+ | [SOLAR-KOEN-10.8B-Q3_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-KOEN-10.8B-GGUF/blob/main/SOLAR-KOEN-10.8B-Q3_K_S.gguf) | Q3_K_S | 4.413 GB | very small, high quality loss |
54
+ | [SOLAR-KOEN-10.8B-Q3_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-KOEN-10.8B-GGUF/blob/main/SOLAR-KOEN-10.8B-Q3_K_M.gguf) | Q3_K_M | 4.908 GB | very small, high quality loss |
55
+ | [SOLAR-KOEN-10.8B-Q3_K_L.gguf](https://huggingface.co/tensorblock/SOLAR-KOEN-10.8B-GGUF/blob/main/SOLAR-KOEN-10.8B-Q3_K_L.gguf) | Q3_K_L | 5.331 GB | small, substantial quality loss |
56
+ | [SOLAR-KOEN-10.8B-Q4_0.gguf](https://huggingface.co/tensorblock/SOLAR-KOEN-10.8B-GGUF/blob/main/SOLAR-KOEN-10.8B-Q4_0.gguf) | Q4_0 | 5.731 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
57
+ | [SOLAR-KOEN-10.8B-Q4_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-KOEN-10.8B-GGUF/blob/main/SOLAR-KOEN-10.8B-Q4_K_S.gguf) | Q4_K_S | 5.774 GB | small, greater quality loss |
58
+ | [SOLAR-KOEN-10.8B-Q4_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-KOEN-10.8B-GGUF/blob/main/SOLAR-KOEN-10.8B-Q4_K_M.gguf) | Q4_K_M | 6.094 GB | medium, balanced quality - recommended |
59
+ | [SOLAR-KOEN-10.8B-Q5_0.gguf](https://huggingface.co/tensorblock/SOLAR-KOEN-10.8B-GGUF/blob/main/SOLAR-KOEN-10.8B-Q5_0.gguf) | Q5_0 | 6.972 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
60
+ | [SOLAR-KOEN-10.8B-Q5_K_S.gguf](https://huggingface.co/tensorblock/SOLAR-KOEN-10.8B-GGUF/blob/main/SOLAR-KOEN-10.8B-Q5_K_S.gguf) | Q5_K_S | 6.972 GB | large, low quality loss - recommended |
61
+ | [SOLAR-KOEN-10.8B-Q5_K_M.gguf](https://huggingface.co/tensorblock/SOLAR-KOEN-10.8B-GGUF/blob/main/SOLAR-KOEN-10.8B-Q5_K_M.gguf) | Q5_K_M | 7.159 GB | large, very low quality loss - recommended |
62
+ | [SOLAR-KOEN-10.8B-Q6_K.gguf](https://huggingface.co/tensorblock/SOLAR-KOEN-10.8B-GGUF/blob/main/SOLAR-KOEN-10.8B-Q6_K.gguf) | Q6_K | 8.291 GB | very large, extremely low quality loss |
63
+ | [SOLAR-KOEN-10.8B-Q8_0.gguf](https://huggingface.co/tensorblock/SOLAR-KOEN-10.8B-GGUF/blob/main/SOLAR-KOEN-10.8B-Q8_0.gguf) | Q8_0 | 10.737 GB | very large, extremely low quality loss - not recommended |
64
+
65
+
66
+ ## Downloading instruction
67
+
68
+ ### Command line
69
+
70
+ Firstly, install Huggingface Client
71
+
72
+ ```shell
73
+ pip install -U "huggingface_hub[cli]"
74
+ ```
75
+
76
+ Then, downoad the individual model file the a local directory
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/SOLAR-KOEN-10.8B-GGUF --include "SOLAR-KOEN-10.8B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
80
+ ```
81
+
82
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
83
+
84
+ ```shell
85
+ huggingface-cli download tensorblock/SOLAR-KOEN-10.8B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
86
+ ```
SOLAR-KOEN-10.8B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c55798ec2f1858dae00b0138963cbcb7e8a305e226890954c2170d6f162108a1
3
+ size 4071017472
SOLAR-KOEN-10.8B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a5675662488389a30b12814544cc85a15a43f85d700592f2880684fece655c0
3
+ size 5724498944
SOLAR-KOEN-10.8B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2f8a19508bc415891efb660670137ef484ffb2eef1516c3336589a44378f474
3
+ size 5269416960
SOLAR-KOEN-10.8B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a32c8e303163021e931884f37946f9ee454253ae28d43ce8bb5f298b4134923
3
+ size 4738313216
SOLAR-KOEN-10.8B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bac99c70d3fda782a670e22e039219cc325c8c1024748c4062eb8344c9e9894
3
+ size 6153931776
SOLAR-KOEN-10.8B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72aa82fcb2a24d9712ec488da02a7dbbb851b32ad19b00f3a4ffde20c78bba5b
3
+ size 6543215616
SOLAR-KOEN-10.8B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13937d66bcd69f9c19a88c19b4f8d05b4954222d4ea535ed150f4d63df575132
3
+ size 6200069120
SOLAR-KOEN-10.8B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c653e27c3b3a25450a8c7310bc2dadf3c93089117cdad016500eb4fdac331f1
3
+ size 7486278656
SOLAR-KOEN-10.8B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8435b35f44b78e791ac176b3065dea4cee33430743f39120cb25bd93966441bb
3
+ size 7686818816
SOLAR-KOEN-10.8B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e90ebe9392be515c5a0696dbbbe1d31459545e5ff25e9fd0d30824e854cb4f98
3
+ size 7486278656
SOLAR-KOEN-10.8B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1016f832a96bea0ecda65c6255b24bd1d5a15dd2247e0ddd3f8216615ec3c66f
3
+ size 8901897216
SOLAR-KOEN-10.8B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4613f7ab9e8eb8fdc383fd7b0da836427dd5312d0b7731d2dd0951a77cb73d4c
3
+ size 11529284608