morriszms commited on
Commit
3100057
·
verified ·
1 Parent(s): 50a6532

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
+ rizla-17-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ rizla-17-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ rizla-17-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ rizla-17-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ rizla-17-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ rizla-17-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ rizla-17-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ rizla-17-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ rizla-17-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ rizla-17-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ rizla-17-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ rizla-17-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-nd-4.0
3
+ base_model: rizla/rizla-17
4
+ tags:
5
+ - dpo
6
+ - merge
7
+ - mergekit
8
+ - TensorBlock
9
+ - GGUF
10
+ ---
11
+
12
+ <div style="width: auto; margin-left: auto; margin-right: auto">
13
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
14
+ </div>
15
+ <div style="display: flex; justify-content: space-between; width: 100%;">
16
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
17
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
18
+ 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>
19
+ </p>
20
+ </div>
21
+ </div>
22
+
23
+ ## rizla/rizla-17 - GGUF
24
+
25
+ This repo contains GGUF format model files for [rizla/rizla-17](https://huggingface.co/rizla/rizla-17).
26
+
27
+ 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).
28
+
29
+ <div style="text-align: left; margin: 20px 0;">
30
+ <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;">
31
+ Run them on the TensorBlock client using your local machine ↗
32
+ </a>
33
+ </div>
34
+
35
+ ## Prompt template
36
+
37
+ ```
38
+
39
+ ```
40
+
41
+ ## Model file specification
42
+
43
+ | Filename | Quant type | File Size | Description |
44
+ | -------- | ---------- | --------- | ----------- |
45
+ | [rizla-17-Q2_K.gguf](https://huggingface.co/tensorblock/rizla-17-GGUF/blob/main/rizla-17-Q2_K.gguf) | Q2_K | 5.769 GB | smallest, significant quality loss - not recommended for most purposes |
46
+ | [rizla-17-Q3_K_S.gguf](https://huggingface.co/tensorblock/rizla-17-GGUF/blob/main/rizla-17-Q3_K_S.gguf) | Q3_K_S | 6.774 GB | very small, high quality loss |
47
+ | [rizla-17-Q3_K_M.gguf](https://huggingface.co/tensorblock/rizla-17-GGUF/blob/main/rizla-17-Q3_K_M.gguf) | Q3_K_M | 7.522 GB | very small, high quality loss |
48
+ | [rizla-17-Q3_K_L.gguf](https://huggingface.co/tensorblock/rizla-17-GGUF/blob/main/rizla-17-Q3_K_L.gguf) | Q3_K_L | 8.166 GB | small, substantial quality loss |
49
+ | [rizla-17-Q4_0.gguf](https://huggingface.co/tensorblock/rizla-17-GGUF/blob/main/rizla-17-Q4_0.gguf) | Q4_0 | 8.834 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
50
+ | [rizla-17-Q4_K_S.gguf](https://huggingface.co/tensorblock/rizla-17-GGUF/blob/main/rizla-17-Q4_K_S.gguf) | Q4_K_S | 8.895 GB | small, greater quality loss |
51
+ | [rizla-17-Q4_K_M.gguf](https://huggingface.co/tensorblock/rizla-17-GGUF/blob/main/rizla-17-Q4_K_M.gguf) | Q4_K_M | 9.430 GB | medium, balanced quality - recommended |
52
+ | [rizla-17-Q5_0.gguf](https://huggingface.co/tensorblock/rizla-17-GGUF/blob/main/rizla-17-Q5_0.gguf) | Q5_0 | 10.772 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
53
+ | [rizla-17-Q5_K_S.gguf](https://huggingface.co/tensorblock/rizla-17-GGUF/blob/main/rizla-17-Q5_K_S.gguf) | Q5_K_S | 10.772 GB | large, low quality loss - recommended |
54
+ | [rizla-17-Q5_K_M.gguf](https://huggingface.co/tensorblock/rizla-17-GGUF/blob/main/rizla-17-Q5_K_M.gguf) | Q5_K_M | 11.079 GB | large, very low quality loss - recommended |
55
+ | [rizla-17-Q6_K.gguf](https://huggingface.co/tensorblock/rizla-17-GGUF/blob/main/rizla-17-Q6_K.gguf) | Q6_K | 12.832 GB | very large, extremely low quality loss |
56
+ | [rizla-17-Q8_0.gguf](https://huggingface.co/tensorblock/rizla-17-GGUF/blob/main/rizla-17-Q8_0.gguf) | Q8_0 | 16.619 GB | very large, extremely low quality loss - not recommended |
57
+
58
+
59
+ ## Downloading instruction
60
+
61
+ ### Command line
62
+
63
+ Firstly, install Huggingface Client
64
+
65
+ ```shell
66
+ pip install -U "huggingface_hub[cli]"
67
+ ```
68
+
69
+ Then, downoad the individual model file the a local directory
70
+
71
+ ```shell
72
+ huggingface-cli download tensorblock/rizla-17-GGUF --include "rizla-17-Q2_K.gguf" --local-dir MY_LOCAL_DIR
73
+ ```
74
+
75
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/rizla-17-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
79
+ ```
rizla-17-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8556ffde4842587d8d868dea1e4fba95510ba443b6c07cf97189df5eddd4abb4
3
+ size 5769164960
rizla-17-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de1631aed0a492dfc50f2f25242162b7d0420c137b9a9ff71613e04b0c10a389
3
+ size 8165857440
rizla-17-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7aadd373e897d6268fe5c779b0443a7d56101f4d2cb2b9b47287318923fca2a4
3
+ size 7521507488
rizla-17-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd78b6186485780a80a43fed3a93be1d61767b3c3a413de7b0656e587da5fe05
3
+ size 6774167712
rizla-17-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c61c4d6e4fa8db149a083df56ab4a72d148a4304ff5d5210ca2311fa87c55c1
3
+ size 8833743008
rizla-17-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1a8b9ae9d1ef590f0cfe7ac63f2364355e11bcfc85fb2bb3a4eef99ff53debe
3
+ size 9429563552
rizla-17-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92bb87f1e04d1fb688d5e1b90efed742b3a909c95e621ba70f1287efc127673e
3
+ size 8894560416
rizla-17-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc26b6630d285cc7c12c64e203da1b1f58e81b81a56a818fc494a2f36d538333
3
+ size 10772166816
rizla-17-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b91c2a0178e5a3a1264c928f3199189231ac84f9ea2bbea59b8ffae6d66a6f8
3
+ size 11079104672
rizla-17-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f526a9e14e9260dcd2e416877bdb6668d0417a56cfa4464b5c639b3236b3d66
3
+ size 10772166816
rizla-17-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fe62f1cfe670395eefae5748cbe93c7dfb0dca7b44e4f91dc12b5baac8af10c
3
+ size 12831742112
rizla-17-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ad716123c511e73112fe43b873b17e78f8aefbc247eaa3e49291f9dffcf4a17
3
+ size 16619182240