morriszms commited on
Commit
fb5d913
·
verified ·
1 Parent(s): 7ccc0bc

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
+ RankingGPT-bloom-560m-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ RankingGPT-bloom-560m-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ RankingGPT-bloom-560m-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ RankingGPT-bloom-560m-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ RankingGPT-bloom-560m-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ RankingGPT-bloom-560m-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ RankingGPT-bloom-560m-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ RankingGPT-bloom-560m-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ RankingGPT-bloom-560m-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ RankingGPT-bloom-560m-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ RankingGPT-bloom-560m-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ RankingGPT-bloom-560m-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ tags:
6
+ - TensorBlock
7
+ - GGUF
8
+ base_model: zyznull/RankingGPT-bloom-560m
9
+ ---
10
+
11
+ <div style="width: auto; margin-left: auto; margin-right: auto">
12
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
13
+ </div>
14
+ <div style="display: flex; justify-content: space-between; width: 100%;">
15
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
16
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
17
+ 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>
18
+ </p>
19
+ </div>
20
+ </div>
21
+
22
+ ## zyznull/RankingGPT-bloom-560m - GGUF
23
+
24
+ This repo contains GGUF format model files for [zyznull/RankingGPT-bloom-560m](https://huggingface.co/zyznull/RankingGPT-bloom-560m).
25
+
26
+ 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).
27
+
28
+ <div style="text-align: left; margin: 20px 0;">
29
+ <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;">
30
+ Run them on the TensorBlock client using your local machine ↗
31
+ </a>
32
+ </div>
33
+
34
+ ## Prompt template
35
+
36
+ ```
37
+
38
+ ```
39
+
40
+ ## Model file specification
41
+
42
+ | Filename | Quant type | File Size | Description |
43
+ | -------- | ---------- | --------- | ----------- |
44
+ | [RankingGPT-bloom-560m-Q2_K.gguf](https://huggingface.co/tensorblock/RankingGPT-bloom-560m-GGUF/blob/main/RankingGPT-bloom-560m-Q2_K.gguf) | Q2_K | 0.421 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [RankingGPT-bloom-560m-Q3_K_S.gguf](https://huggingface.co/tensorblock/RankingGPT-bloom-560m-GGUF/blob/main/RankingGPT-bloom-560m-Q3_K_S.gguf) | Q3_K_S | 0.465 GB | very small, high quality loss |
46
+ | [RankingGPT-bloom-560m-Q3_K_M.gguf](https://huggingface.co/tensorblock/RankingGPT-bloom-560m-GGUF/blob/main/RankingGPT-bloom-560m-Q3_K_M.gguf) | Q3_K_M | 0.492 GB | very small, high quality loss |
47
+ | [RankingGPT-bloom-560m-Q3_K_L.gguf](https://huggingface.co/tensorblock/RankingGPT-bloom-560m-GGUF/blob/main/RankingGPT-bloom-560m-Q3_K_L.gguf) | Q3_K_L | 0.507 GB | small, substantial quality loss |
48
+ | [RankingGPT-bloom-560m-Q4_0.gguf](https://huggingface.co/tensorblock/RankingGPT-bloom-560m-GGUF/blob/main/RankingGPT-bloom-560m-Q4_0.gguf) | Q4_0 | 0.539 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [RankingGPT-bloom-560m-Q4_K_S.gguf](https://huggingface.co/tensorblock/RankingGPT-bloom-560m-GGUF/blob/main/RankingGPT-bloom-560m-Q4_K_S.gguf) | Q4_K_S | 0.541 GB | small, greater quality loss |
50
+ | [RankingGPT-bloom-560m-Q4_K_M.gguf](https://huggingface.co/tensorblock/RankingGPT-bloom-560m-GGUF/blob/main/RankingGPT-bloom-560m-Q4_K_M.gguf) | Q4_K_M | 0.561 GB | medium, balanced quality - recommended |
51
+ | [RankingGPT-bloom-560m-Q5_0.gguf](https://huggingface.co/tensorblock/RankingGPT-bloom-560m-GGUF/blob/main/RankingGPT-bloom-560m-Q5_0.gguf) | Q5_0 | 0.609 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [RankingGPT-bloom-560m-Q5_K_S.gguf](https://huggingface.co/tensorblock/RankingGPT-bloom-560m-GGUF/blob/main/RankingGPT-bloom-560m-Q5_K_S.gguf) | Q5_K_S | 0.609 GB | large, low quality loss - recommended |
53
+ | [RankingGPT-bloom-560m-Q5_K_M.gguf](https://huggingface.co/tensorblock/RankingGPT-bloom-560m-GGUF/blob/main/RankingGPT-bloom-560m-Q5_K_M.gguf) | Q5_K_M | 0.626 GB | large, very low quality loss - recommended |
54
+ | [RankingGPT-bloom-560m-Q6_K.gguf](https://huggingface.co/tensorblock/RankingGPT-bloom-560m-GGUF/blob/main/RankingGPT-bloom-560m-Q6_K.gguf) | Q6_K | 0.683 GB | very large, extremely low quality loss |
55
+ | [RankingGPT-bloom-560m-Q8_0.gguf](https://huggingface.co/tensorblock/RankingGPT-bloom-560m-GGUF/blob/main/RankingGPT-bloom-560m-Q8_0.gguf) | Q8_0 | 0.881 GB | very large, extremely low quality loss - not recommended |
56
+
57
+
58
+ ## Downloading instruction
59
+
60
+ ### Command line
61
+
62
+ Firstly, install Huggingface Client
63
+
64
+ ```shell
65
+ pip install -U "huggingface_hub[cli]"
66
+ ```
67
+
68
+ Then, downoad the individual model file the a local directory
69
+
70
+ ```shell
71
+ huggingface-cli download tensorblock/RankingGPT-bloom-560m-GGUF --include "RankingGPT-bloom-560m-Q2_K.gguf" --local-dir MY_LOCAL_DIR
72
+ ```
73
+
74
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/RankingGPT-bloom-560m-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
78
+ ```
RankingGPT-bloom-560m-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ab64b959808d6a7b91bae1d78adc1a829c24c56d7fb55f77ec42eea29200f89
3
+ size 420821376
RankingGPT-bloom-560m-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af101cf566fd1507ec9b9e4cf2edab79800713174c4009419ae3e641b174b371
3
+ size 507271552
RankingGPT-bloom-560m-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76a9cf2a5cbf520f1ebd63c1279b1db840e3281f6b76cd661a02aa092bce7188
3
+ size 492067200
RankingGPT-bloom-560m-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed9f742a5e1daf068df862705d967f527e392ed59e13d46fdffcf2c6e1fd8bed
3
+ size 464804224
RankingGPT-bloom-560m-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c11370a2637bfcf222a411cc3c70723c898ccafbf89be75caaf5c1bffc2aa47
3
+ size 539031936
RankingGPT-bloom-560m-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be8b94dc7acc27628c562f4fb94a7b6af6ee678725b7c7f5d1febd468192c9ab
3
+ size 561445248
RankingGPT-bloom-560m-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86f7312ab1b7e82cd877f728fd2c2a5da6d191d34f934605fc8be61ff3b5205b
3
+ size 540604800
RankingGPT-bloom-560m-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32d3bcaed3e69fc5df7a9e9630c5a0b8cec80056733db4ccfa921d36d91a9b44
3
+ size 608893312
RankingGPT-bloom-560m-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04716563b7f7357764e71939da17acab93dbf644a2a27c14ab100da113621899
3
+ size 625604992
RankingGPT-bloom-560m-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26e489796b2658cf6699431e1d5edc98154119268dc93221d97b31ea11b702a3
3
+ size 608893312
RankingGPT-bloom-560m-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c56f7e4089d315542400cc41d6aea2e60e092ec6a2c9e9630709bccbcb2a4bf2
3
+ size 683121024
RankingGPT-bloom-560m-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1119143bc771cd73d7bcba0680a040826ab1c6c3d5612d39fbda1bb74fbec6c
3
+ size 880695680