morriszms commited on
Commit
05b76f5
·
verified ·
1 Parent(s): 7e5a5c2

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-Merge-SOLAR-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ T3Q-Merge-SOLAR-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ T3Q-Merge-SOLAR-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ T3Q-Merge-SOLAR-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ T3Q-Merge-SOLAR-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ T3Q-Merge-SOLAR-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ T3Q-Merge-SOLAR-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ T3Q-Merge-SOLAR-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ T3Q-Merge-SOLAR-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ T3Q-Merge-SOLAR-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ T3Q-Merge-SOLAR-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ T3Q-Merge-SOLAR-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: chlee10/T3Q-Merge-SOLAR
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ 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>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## chlee10/T3Q-Merge-SOLAR - GGUF
21
+
22
+ This repo contains GGUF format model files for [chlee10/T3Q-Merge-SOLAR](https://huggingface.co/chlee10/T3Q-Merge-SOLAR).
23
+
24
+ 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).
25
+
26
+ <div style="text-align: left; margin: 20px 0;">
27
+ <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;">
28
+ Run them on the TensorBlock client using your local machine ↗
29
+ </a>
30
+ </div>
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+
36
+ ```
37
+
38
+ ## Model file specification
39
+
40
+ | Filename | Quant type | File Size | Description |
41
+ | -------- | ---------- | --------- | ----------- |
42
+ | [T3Q-Merge-SOLAR-Q2_K.gguf](https://huggingface.co/tensorblock/T3Q-Merge-SOLAR-GGUF/blob/main/T3Q-Merge-SOLAR-Q2_K.gguf) | Q2_K | 3.799 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [T3Q-Merge-SOLAR-Q3_K_S.gguf](https://huggingface.co/tensorblock/T3Q-Merge-SOLAR-GGUF/blob/main/T3Q-Merge-SOLAR-Q3_K_S.gguf) | Q3_K_S | 4.421 GB | very small, high quality loss |
44
+ | [T3Q-Merge-SOLAR-Q3_K_M.gguf](https://huggingface.co/tensorblock/T3Q-Merge-SOLAR-GGUF/blob/main/T3Q-Merge-SOLAR-Q3_K_M.gguf) | Q3_K_M | 4.916 GB | very small, high quality loss |
45
+ | [T3Q-Merge-SOLAR-Q3_K_L.gguf](https://huggingface.co/tensorblock/T3Q-Merge-SOLAR-GGUF/blob/main/T3Q-Merge-SOLAR-Q3_K_L.gguf) | Q3_K_L | 5.339 GB | small, substantial quality loss |
46
+ | [T3Q-Merge-SOLAR-Q4_0.gguf](https://huggingface.co/tensorblock/T3Q-Merge-SOLAR-GGUF/blob/main/T3Q-Merge-SOLAR-Q4_0.gguf) | Q4_0 | 5.740 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [T3Q-Merge-SOLAR-Q4_K_S.gguf](https://huggingface.co/tensorblock/T3Q-Merge-SOLAR-GGUF/blob/main/T3Q-Merge-SOLAR-Q4_K_S.gguf) | Q4_K_S | 5.783 GB | small, greater quality loss |
48
+ | [T3Q-Merge-SOLAR-Q4_K_M.gguf](https://huggingface.co/tensorblock/T3Q-Merge-SOLAR-GGUF/blob/main/T3Q-Merge-SOLAR-Q4_K_M.gguf) | Q4_K_M | 6.103 GB | medium, balanced quality - recommended |
49
+ | [T3Q-Merge-SOLAR-Q5_0.gguf](https://huggingface.co/tensorblock/T3Q-Merge-SOLAR-GGUF/blob/main/T3Q-Merge-SOLAR-Q5_0.gguf) | Q5_0 | 6.982 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [T3Q-Merge-SOLAR-Q5_K_S.gguf](https://huggingface.co/tensorblock/T3Q-Merge-SOLAR-GGUF/blob/main/T3Q-Merge-SOLAR-Q5_K_S.gguf) | Q5_K_S | 6.982 GB | large, low quality loss - recommended |
51
+ | [T3Q-Merge-SOLAR-Q5_K_M.gguf](https://huggingface.co/tensorblock/T3Q-Merge-SOLAR-GGUF/blob/main/T3Q-Merge-SOLAR-Q5_K_M.gguf) | Q5_K_M | 7.169 GB | large, very low quality loss - recommended |
52
+ | [T3Q-Merge-SOLAR-Q6_K.gguf](https://huggingface.co/tensorblock/T3Q-Merge-SOLAR-GGUF/blob/main/T3Q-Merge-SOLAR-Q6_K.gguf) | Q6_K | 8.301 GB | very large, extremely low quality loss |
53
+ | [T3Q-Merge-SOLAR-Q8_0.gguf](https://huggingface.co/tensorblock/T3Q-Merge-SOLAR-GGUF/blob/main/T3Q-Merge-SOLAR-Q8_0.gguf) | Q8_0 | 10.751 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/T3Q-Merge-SOLAR-GGUF --include "T3Q-Merge-SOLAR-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/T3Q-Merge-SOLAR-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
T3Q-Merge-SOLAR-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a5cebad61fd274c72852734ebf67c02fffd06d87e5a8ffa268b91bbc70563cf
3
+ size 4078892480
T3Q-Merge-SOLAR-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d87969c2c55d6a8079097709533d78864ddc2e510aa9a046d68a87769fcf3071
3
+ size 5733066176
T3Q-Merge-SOLAR-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd5471af0dbc0aa77c759729154dbbc6edf1b7d9af4b0ae8dd7a62871c0b0b82
3
+ size 5277984192
T3Q-Merge-SOLAR-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24fc8fa69ad994895fdfc9b75724127c4d95adca2490ef661cfeec24a7ba9b0d
3
+ size 4746880448
T3Q-Merge-SOLAR-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d82b96de54313eef856ffc840ec1ac3287bb166f3a532c820f94334a86a769b
3
+ size 6163404224
T3Q-Merge-SOLAR-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c23791570c5a1b3609f6df3070be06c3b8c75b6b12cd9f95c42fcae7557d840a
3
+ size 6552688064
T3Q-Merge-SOLAR-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2029474029d48b14511e0f7dbb1e8da2b9a1e90c195637f03a297a5f51d8f1b8
3
+ size 6209541568
T3Q-Merge-SOLAR-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a601364fbd11599af4715634bdaf7b3ecaae807c43c85792e4c9fb2ee64635f6
3
+ size 7496603072
T3Q-Merge-SOLAR-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcbbfd493ede95415af8d3b38b8adb9a127bd4e3352e73ed08008e324bef6182
3
+ size 7697143232
T3Q-Merge-SOLAR-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e30367eb280a438a44425417000dc34ca12f2d12961ad6fe7695aef3eed77e9
3
+ size 7496603072
T3Q-Merge-SOLAR-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:372ab83d9a9a8762cd304de4337daaece85a1e51cf9d3ae5db840e5c9e7283b0
3
+ size 8913126848
T3Q-Merge-SOLAR-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbf60369d567635e031ac213dc1619caa576cd8cadb5e3d3f5f1ee061d714787
3
+ size 11543815616