morriszms commited on
Commit
90f6ac8
·
verified ·
1 Parent(s): 9a3903e

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-Ko-Recovery-11B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Solar-Ko-Recovery-11B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Solar-Ko-Recovery-11B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Solar-Ko-Recovery-11B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Solar-Ko-Recovery-11B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Solar-Ko-Recovery-11B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Solar-Ko-Recovery-11B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Solar-Ko-Recovery-11B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Solar-Ko-Recovery-11B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Solar-Ko-Recovery-11B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Solar-Ko-Recovery-11B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Solar-Ko-Recovery-11B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: apache-2.0
16
+ base_model: beomi/Solar-Ko-Recovery-11B
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-Ko-Recovery-11B - GGUF
31
+
32
+ This repo contains GGUF format model files for [beomi/Solar-Ko-Recovery-11B](https://huggingface.co/beomi/Solar-Ko-Recovery-11B).
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
+ ## Prompt template
37
+
38
+ ```
39
+
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [Solar-Ko-Recovery-11B-Q2_K.gguf](https://huggingface.co/tensorblock/Solar-Ko-Recovery-11B-GGUF/tree/main/Solar-Ko-Recovery-11B-Q2_K.gguf) | Q2_K | 3.869 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [Solar-Ko-Recovery-11B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Solar-Ko-Recovery-11B-GGUF/tree/main/Solar-Ko-Recovery-11B-Q3_K_S.gguf) | Q3_K_S | 4.498 GB | very small, high quality loss |
48
+ | [Solar-Ko-Recovery-11B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Solar-Ko-Recovery-11B-GGUF/tree/main/Solar-Ko-Recovery-11B-Q3_K_M.gguf) | Q3_K_M | 4.992 GB | very small, high quality loss |
49
+ | [Solar-Ko-Recovery-11B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Solar-Ko-Recovery-11B-GGUF/tree/main/Solar-Ko-Recovery-11B-Q3_K_L.gguf) | Q3_K_L | 5.416 GB | small, substantial quality loss |
50
+ | [Solar-Ko-Recovery-11B-Q4_0.gguf](https://huggingface.co/tensorblock/Solar-Ko-Recovery-11B-GGUF/tree/main/Solar-Ko-Recovery-11B-Q4_0.gguf) | Q4_0 | 5.825 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [Solar-Ko-Recovery-11B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Solar-Ko-Recovery-11B-GGUF/tree/main/Solar-Ko-Recovery-11B-Q4_K_S.gguf) | Q4_K_S | 5.868 GB | small, greater quality loss |
52
+ | [Solar-Ko-Recovery-11B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Solar-Ko-Recovery-11B-GGUF/tree/main/Solar-Ko-Recovery-11B-Q4_K_M.gguf) | Q4_K_M | 6.187 GB | medium, balanced quality - recommended |
53
+ | [Solar-Ko-Recovery-11B-Q5_0.gguf](https://huggingface.co/tensorblock/Solar-Ko-Recovery-11B-GGUF/tree/main/Solar-Ko-Recovery-11B-Q5_0.gguf) | Q5_0 | 7.074 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [Solar-Ko-Recovery-11B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Solar-Ko-Recovery-11B-GGUF/tree/main/Solar-Ko-Recovery-11B-Q5_K_S.gguf) | Q5_K_S | 7.074 GB | large, low quality loss - recommended |
55
+ | [Solar-Ko-Recovery-11B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Solar-Ko-Recovery-11B-GGUF/tree/main/Solar-Ko-Recovery-11B-Q5_K_M.gguf) | Q5_K_M | 7.261 GB | large, very low quality loss - recommended |
56
+ | [Solar-Ko-Recovery-11B-Q6_K.gguf](https://huggingface.co/tensorblock/Solar-Ko-Recovery-11B-GGUF/tree/main/Solar-Ko-Recovery-11B-Q6_K.gguf) | Q6_K | 8.401 GB | very large, extremely low quality loss |
57
+ | [Solar-Ko-Recovery-11B-Q8_0.gguf](https://huggingface.co/tensorblock/Solar-Ko-Recovery-11B-GGUF/tree/main/Solar-Ko-Recovery-11B-Q8_0.gguf) | Q8_0 | 10.881 GB | very large, extremely low quality loss - not recommended |
58
+
59
+
60
+ ## Downloading instruction
61
+
62
+ ### Command line
63
+
64
+ Firstly, install Huggingface Client
65
+
66
+ ```shell
67
+ pip install -U "huggingface_hub[cli]"
68
+ ```
69
+
70
+ Then, downoad the individual model file the a local directory
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/Solar-Ko-Recovery-11B-GGUF --include "Solar-Ko-Recovery-11B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
74
+ ```
75
+
76
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/Solar-Ko-Recovery-11B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
Solar-Ko-Recovery-11B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7313eca21fa5a349d53f1414c42e95f4bb7236742b52829541b2effb6e21bff
3
+ size 4154544544
Solar-Ko-Recovery-11B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b58a07026c25f5d8e010f4848bbc6ee3f60cce64cf07b144787d88c359bd28a
3
+ size 5815374240
Solar-Ko-Recovery-11B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24cffc658dd2acfc2451504993998ea7198bd94f09d32c2cc79b00ed17faac8f
3
+ size 5360292256
Solar-Ko-Recovery-11B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5172d2a0aad6cb88c8848b5072fd8e4adf7e5fbfeb362d490be4ce8b4b42022c
3
+ size 4829188512
Solar-Ko-Recovery-11B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b201a71a6802c6c8fdb9bad62827e6468a647dba2f4ba7de55f15b97934e498
3
+ size 6254416288
Solar-Ko-Recovery-11B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:077dca87e16369c5da6a07d22eb1116a3168b42d8c648d81d3fadc784a18790f
3
+ size 6643700128
Solar-Ko-Recovery-11B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d63678e7c3e5a841635d46909e784c40a98dd28082b2d869041e03f86ae1910a
3
+ size 6300553632
Solar-Ko-Recovery-11B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2c49a476176e8a38201aa1ace2576414f2451e0835f1c3b692079ca278b1423
3
+ size 7595807136
Solar-Ko-Recovery-11B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef57bf74b1393086312801aa9a7531a8ddf6d989d8a9134f724845a69949fe34
3
+ size 7796347296
Solar-Ko-Recovery-11B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9a00d9ae0e8fe92d7461b7a008d68cb7d8b2db0dc96cce0cc4447f06575b56f
3
+ size 7595807136
Solar-Ko-Recovery-11B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b6c286a261990877df746b143667aa2af7447e675f90b20a892f0d679f5d220
3
+ size 9021034912
Solar-Ko-Recovery-11B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6134bc3d032b2e411fca505643e2c608b49ac2c5b82facd769b030fa14749f1
3
+ size 11683467680