morriszms commited on
Commit
53e88f1
1 Parent(s): 3772569

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-sft-qlora-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ solar-sft-qlora-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ solar-sft-qlora-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ solar-sft-qlora-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ solar-sft-qlora-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ solar-sft-qlora-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ solar-sft-qlora-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ solar-sft-qlora-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ solar-sft-qlora-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ solar-sft-qlora-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ solar-sft-qlora-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ solar-sft-qlora-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - davidkim205/kollm-converations
5
+ language:
6
+ - ko
7
+ - en
8
+ library_name: transformers
9
+ base_model: cockroach54/solar-sft-qlora
10
+ tags:
11
+ - TensorBlock
12
+ - GGUF
13
+ ---
14
+
15
+ <div style="width: auto; margin-left: auto; margin-right: auto">
16
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
17
+ </div>
18
+ <div style="display: flex; justify-content: space-between; width: 100%;">
19
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
20
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
21
+ 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>
22
+ </p>
23
+ </div>
24
+ </div>
25
+
26
+ ## cockroach54/solar-sft-qlora - GGUF
27
+
28
+ This repo contains GGUF format model files for [cockroach54/solar-sft-qlora](https://huggingface.co/cockroach54/solar-sft-qlora).
29
+
30
+ 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).
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+
36
+ ```
37
+
38
+ ## Model file specification
39
+
40
+ | Filename | Quant type | File Size | Description |
41
+ | -------- | ---------- | --------- | ----------- |
42
+ | [solar-sft-qlora-Q2_K.gguf](https://huggingface.co/tensorblock/solar-sft-qlora-GGUF/tree/main/solar-sft-qlora-Q2_K.gguf) | Q2_K | 3.728 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [solar-sft-qlora-Q3_K_S.gguf](https://huggingface.co/tensorblock/solar-sft-qlora-GGUF/tree/main/solar-sft-qlora-Q3_K_S.gguf) | Q3_K_S | 4.344 GB | very small, high quality loss |
44
+ | [solar-sft-qlora-Q3_K_M.gguf](https://huggingface.co/tensorblock/solar-sft-qlora-GGUF/tree/main/solar-sft-qlora-Q3_K_M.gguf) | Q3_K_M | 4.839 GB | very small, high quality loss |
45
+ | [solar-sft-qlora-Q3_K_L.gguf](https://huggingface.co/tensorblock/solar-sft-qlora-GGUF/tree/main/solar-sft-qlora-Q3_K_L.gguf) | Q3_K_L | 5.263 GB | small, substantial quality loss |
46
+ | [solar-sft-qlora-Q4_0.gguf](https://huggingface.co/tensorblock/solar-sft-qlora-GGUF/tree/main/solar-sft-qlora-Q4_0.gguf) | Q4_0 | 5.655 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [solar-sft-qlora-Q4_K_S.gguf](https://huggingface.co/tensorblock/solar-sft-qlora-GGUF/tree/main/solar-sft-qlora-Q4_K_S.gguf) | Q4_K_S | 5.698 GB | small, greater quality loss |
48
+ | [solar-sft-qlora-Q4_K_M.gguf](https://huggingface.co/tensorblock/solar-sft-qlora-GGUF/tree/main/solar-sft-qlora-Q4_K_M.gguf) | Q4_K_M | 6.018 GB | medium, balanced quality - recommended |
49
+ | [solar-sft-qlora-Q5_0.gguf](https://huggingface.co/tensorblock/solar-sft-qlora-GGUF/tree/main/solar-sft-qlora-Q5_0.gguf) | Q5_0 | 6.889 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [solar-sft-qlora-Q5_K_S.gguf](https://huggingface.co/tensorblock/solar-sft-qlora-GGUF/tree/main/solar-sft-qlora-Q5_K_S.gguf) | Q5_K_S | 6.889 GB | large, low quality loss - recommended |
51
+ | [solar-sft-qlora-Q5_K_M.gguf](https://huggingface.co/tensorblock/solar-sft-qlora-GGUF/tree/main/solar-sft-qlora-Q5_K_M.gguf) | Q5_K_M | 7.076 GB | large, very low quality loss - recommended |
52
+ | [solar-sft-qlora-Q6_K.gguf](https://huggingface.co/tensorblock/solar-sft-qlora-GGUF/tree/main/solar-sft-qlora-Q6_K.gguf) | Q6_K | 8.200 GB | very large, extremely low quality loss |
53
+ | [solar-sft-qlora-Q8_0.gguf](https://huggingface.co/tensorblock/solar-sft-qlora-GGUF/tree/main/solar-sft-qlora-Q8_0.gguf) | Q8_0 | 10.621 GB | very large, extremely low quality loss - not recommended |
54
+
55
+
56
+ ## Downloading instruction
57
+
58
+ ### Command line
59
+
60
+ Firstly, install Huggingface Client
61
+
62
+ ```shell
63
+ pip install -U "huggingface_hub[cli]"
64
+ ```
65
+
66
+ Then, downoad the individual model file the a local directory
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/solar-sft-qlora-GGUF --include "solar-sft-qlora-Q2_K.gguf" --local-dir MY_LOCAL_DIR
70
+ ```
71
+
72
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/solar-sft-qlora-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
solar-sft-qlora-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:000b17837b5f5187feeb08b945a0eff321ca1107b1889f436c1560ef82b952ac
3
+ size 4003232320
solar-sft-qlora-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3451556e1901e9b4ae7ab0234513b72721dc8a90abc1df341026889c35220fde
3
+ size 5650750016
solar-sft-qlora-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89cf1502ff3b96115067c05d5168982f22ef969cf536eb52ea02d71ceff3f9cb
3
+ size 5195668032
solar-sft-qlora-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:440bf0abcc65ae2beb8de0b5e6d5b1a6ea6ff86a572464229b0339f7e14299c4
3
+ size 4664564288
solar-sft-qlora-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21afaea7ff479fa338607e29759b0cee3e6ae7909bf25fb82c1914c475bd2bde
3
+ size 6072384064
solar-sft-qlora-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c5c34b226b84911866bb067a24af3acf1e9485c18d01a7ee400e88aed2d0809
3
+ size 6461667904
solar-sft-qlora-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdfff6289bf4045ea83e2df811b0f335cef0ba9c9810eedf5e0d8079bb3f2e23
3
+ size 6118521408
solar-sft-qlora-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec86509f09cac2faaad901628660fd6df46f9430bdd2ffcbb1d78ca2fa370204
3
+ size 7397390912
solar-sft-qlora-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7646aac797750ae98ca8f2f17b9b0ca8d66dc37b0b1e3bd1fac87e6916fddff4
3
+ size 7597931072
solar-sft-qlora-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b7cf1054051671c339cfc3d97f89d11b6265d8a1fbbc1bc8fa77ba0ba6d54e3
3
+ size 7397390912
solar-sft-qlora-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15daa85909ebf995a1df8f60e86ed5e7fd6ed9742b9712fcb610e24f135defdf
3
+ size 8805210688
solar-sft-qlora-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81ef5ddf2d14e4fd71442f4c9df113cf421a4c94a74388238fabd9cea7501698
3
+ size 11404155456