morriszms commited on
Commit
4f93567
·
verified ·
1 Parent(s): 7ea43ea

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
+ RoG-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ RoG-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ RoG-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ RoG-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ RoG-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ RoG-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ RoG-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ RoG-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ RoG-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ RoG-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ RoG-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ RoG-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: rmanluo/RoG
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
+ ## rmanluo/RoG - GGUF
20
+
21
+ This repo contains GGUF format model files for [rmanluo/RoG](https://huggingface.co/rmanluo/RoG).
22
+
23
+ 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).
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
+ | [RoG-Q2_K.gguf](https://huggingface.co/tensorblock/RoG-GGUF/blob/main/RoG-Q2_K.gguf) | Q2_K | 2.359 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [RoG-Q3_K_S.gguf](https://huggingface.co/tensorblock/RoG-GGUF/blob/main/RoG-Q3_K_S.gguf) | Q3_K_S | 2.746 GB | very small, high quality loss |
43
+ | [RoG-Q3_K_M.gguf](https://huggingface.co/tensorblock/RoG-GGUF/blob/main/RoG-Q3_K_M.gguf) | Q3_K_M | 3.072 GB | very small, high quality loss |
44
+ | [RoG-Q3_K_L.gguf](https://huggingface.co/tensorblock/RoG-GGUF/blob/main/RoG-Q3_K_L.gguf) | Q3_K_L | 3.350 GB | small, substantial quality loss |
45
+ | [RoG-Q4_0.gguf](https://huggingface.co/tensorblock/RoG-GGUF/blob/main/RoG-Q4_0.gguf) | Q4_0 | 3.563 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [RoG-Q4_K_S.gguf](https://huggingface.co/tensorblock/RoG-GGUF/blob/main/RoG-Q4_K_S.gguf) | Q4_K_S | 3.592 GB | small, greater quality loss |
47
+ | [RoG-Q4_K_M.gguf](https://huggingface.co/tensorblock/RoG-GGUF/blob/main/RoG-Q4_K_M.gguf) | Q4_K_M | 3.801 GB | medium, balanced quality - recommended |
48
+ | [RoG-Q5_0.gguf](https://huggingface.co/tensorblock/RoG-GGUF/blob/main/RoG-Q5_0.gguf) | Q5_0 | 4.332 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [RoG-Q5_K_S.gguf](https://huggingface.co/tensorblock/RoG-GGUF/blob/main/RoG-Q5_K_S.gguf) | Q5_K_S | 4.332 GB | large, low quality loss - recommended |
50
+ | [RoG-Q5_K_M.gguf](https://huggingface.co/tensorblock/RoG-GGUF/blob/main/RoG-Q5_K_M.gguf) | Q5_K_M | 4.455 GB | large, very low quality loss - recommended |
51
+ | [RoG-Q6_K.gguf](https://huggingface.co/tensorblock/RoG-GGUF/blob/main/RoG-Q6_K.gguf) | Q6_K | 5.149 GB | very large, extremely low quality loss |
52
+ | [RoG-Q8_0.gguf](https://huggingface.co/tensorblock/RoG-GGUF/blob/main/RoG-Q8_0.gguf) | Q8_0 | 6.669 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/RoG-GGUF --include "RoG-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/RoG-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
RoG-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6f5bc5a2c6dc1c0327463323c8ef855ea98e4718104566594766231b66a1136
3
+ size 2532882784
RoG-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:183fe2f8a4224c2e48935a4e1d88d11ed6ad3e7ef855798c0ce1cd8a5d92f2ec
3
+ size 3597131744
RoG-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bc93fd2963f0e24db9db4085a89084586106ce3358d34e36e0102520c803e42
3
+ size 3298025440
RoG-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6547c75e7e6ed115583947afceb92f44e67ca2ac99948f9ddefcc2d57ab6893a
3
+ size 2948325344
RoG-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5479ff8a37880b66efd420c89ad4db3f47573040fe1ac0b28cd2c49dd3295ce0
3
+ size 3825829984
RoG-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a74184809e5d13384b87a4ada07f11cea92bc67634dd80b2de0cc66a904aaaf5
3
+ size 4081027168
RoG-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de9db8a9db570b56818f6220c5b4e81778ffb4239d77341b1f562bfae4c5cc41
3
+ size 3856762976
RoG-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a1780c91b763246d4b92b217ce4303d5efdf8b5ba2713c3ff9ecdb48d82c198
3
+ size 4651716704
RoG-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6aa66ecae760275a08714e244c954a4f17ea6f6cbbba12782a5f9473a4df7f84
3
+ size 4783181920
RoG-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a07327cfce3cf21bbfa1dc3e7622712dd543373c318b88e632bfe3ea0436214c
3
+ size 4651716704
RoG-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ee03b368582f5864094346535e978e34f5a2144bf93b4b37605c19cbb02ae83
3
+ size 5529221344
RoG-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c07a45afe74e9be249ea9cca423f88e8019059fe497e08cbcd2861452bfe177a
3
+ size 7161124832