morriszms commited on
Commit
6e044ed
·
verified ·
1 Parent(s): c4d46ae

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
+ results-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ results-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ results-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ results-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ results-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ results-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ results-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ results-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ results-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ results-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ results-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ results-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: qqplot23/results
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ ---
7
+
8
+ <div style="width: auto; margin-left: auto; margin-right: auto">
9
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
10
+ </div>
11
+ <div style="display: flex; justify-content: space-between; width: 100%;">
12
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
13
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
14
+ 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>
15
+ </p>
16
+ </div>
17
+ </div>
18
+
19
+ ## qqplot23/results - GGUF
20
+
21
+ This repo contains GGUF format model files for [qqplot23/results](https://huggingface.co/qqplot23/results).
22
+
23
+ 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).
24
+
25
+ <div style="text-align: left; margin: 20px 0;">
26
+ <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;">
27
+ Run them on the TensorBlock client using your local machine ↗
28
+ </a>
29
+ </div>
30
+
31
+ ## Prompt template
32
+
33
+ ```
34
+
35
+ ```
36
+
37
+ ## Model file specification
38
+
39
+ | Filename | Quant type | File Size | Description |
40
+ | -------- | ---------- | --------- | ----------- |
41
+ | [results-Q2_K.gguf](https://huggingface.co/tensorblock/results-GGUF/blob/main/results-Q2_K.gguf) | Q2_K | 0.040 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [results-Q3_K_S.gguf](https://huggingface.co/tensorblock/results-GGUF/blob/main/results-Q3_K_S.gguf) | Q3_K_S | 0.040 GB | very small, high quality loss |
43
+ | [results-Q3_K_M.gguf](https://huggingface.co/tensorblock/results-GGUF/blob/main/results-Q3_K_M.gguf) | Q3_K_M | 0.041 GB | very small, high quality loss |
44
+ | [results-Q3_K_L.gguf](https://huggingface.co/tensorblock/results-GGUF/blob/main/results-Q3_K_L.gguf) | Q3_K_L | 0.042 GB | small, substantial quality loss |
45
+ | [results-Q4_0.gguf](https://huggingface.co/tensorblock/results-GGUF/blob/main/results-Q4_0.gguf) | Q4_0 | 0.041 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [results-Q4_K_S.gguf](https://huggingface.co/tensorblock/results-GGUF/blob/main/results-Q4_K_S.gguf) | Q4_K_S | 0.044 GB | small, greater quality loss |
47
+ | [results-Q4_K_M.gguf](https://huggingface.co/tensorblock/results-GGUF/blob/main/results-Q4_K_M.gguf) | Q4_K_M | 0.045 GB | medium, balanced quality - recommended |
48
+ | [results-Q5_0.gguf](https://huggingface.co/tensorblock/results-GGUF/blob/main/results-Q5_0.gguf) | Q5_0 | 0.045 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [results-Q5_K_S.gguf](https://huggingface.co/tensorblock/results-GGUF/blob/main/results-Q5_K_S.gguf) | Q5_K_S | 0.046 GB | large, low quality loss - recommended |
50
+ | [results-Q5_K_M.gguf](https://huggingface.co/tensorblock/results-GGUF/blob/main/results-Q5_K_M.gguf) | Q5_K_M | 0.047 GB | large, very low quality loss - recommended |
51
+ | [results-Q6_K.gguf](https://huggingface.co/tensorblock/results-GGUF/blob/main/results-Q6_K.gguf) | Q6_K | 0.055 GB | very large, extremely low quality loss |
52
+ | [results-Q8_0.gguf](https://huggingface.co/tensorblock/results-GGUF/blob/main/results-Q8_0.gguf) | Q8_0 | 0.056 GB | very large, extremely low quality loss - not recommended |
53
+
54
+
55
+ ## Downloading instruction
56
+
57
+ ### Command line
58
+
59
+ Firstly, install Huggingface Client
60
+
61
+ ```shell
62
+ pip install -U "huggingface_hub[cli]"
63
+ ```
64
+
65
+ Then, downoad the individual model file the a local directory
66
+
67
+ ```shell
68
+ huggingface-cli download tensorblock/results-GGUF --include "results-Q2_K.gguf" --local-dir MY_LOCAL_DIR
69
+ ```
70
+
71
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/results-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
results-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7531c332f31a3b5b481aedb8eb2c075221220f3465e03f0661c00bd597c666d6
3
+ size 40329280
results-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77ed8594f83ee473abdc958454b71864520f0aabc3636dd169164245c9bcab8d
3
+ size 41739328
results-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76a841f89aec1b910f99daeae4351e6e991bdb6cb8f99d853c9e1126750be0ad
3
+ size 41241664
results-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9d6f408573d6337d2118737d34b6cde176237b0bf8ae9972e04e8e88dc9c23b
3
+ size 40329280
results-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:933932b408765b782b2ead1fce60b2317a6c1b06b37918ef1b6af26961003dfc
3
+ size 40799296
results-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9cf502bc6c390970a2fec9b1918dd0164b3c427aa1a0b246311bdf2cb382758
3
+ size 44566400
results-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6572dcdd4058dcf56d8e8813d49e9c86f8d14b2efa749622567c22a3ad237f00
3
+ size 44096384
results-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8e7f16c2cd0f96825882c93bebe08b497421738313b783c923288bbbdc2530f
3
+ size 44538752
results-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:014f9ce53e385c85fbff2ac24193e3cfe88f11bd2038506aab06ad2fb40a0c9a
3
+ size 47173376
results-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b69fea839d2b0571bb86f11d831b5bc2393f7c9200a1c69d7209948a40694bc9
3
+ size 46187264
results-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b6a16494530a905b22acb67d76d5d7a3f1437bfee38595ca6357d7f7dba64fc
3
+ size 54899968
results-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b95895ff079bf7516602a4416ecebe7e04ee6371efcd266de0c1fbb9a44af107
3
+ size 55757056