morriszms commited on
Commit
da4e289
1 Parent(s): 34ce206

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
+ rho-1b-sft-GSM8K-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ rho-1b-sft-GSM8K-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ rho-1b-sft-GSM8K-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ rho-1b-sft-GSM8K-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ rho-1b-sft-GSM8K-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ rho-1b-sft-GSM8K-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ rho-1b-sft-GSM8K-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ rho-1b-sft-GSM8K-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ rho-1b-sft-GSM8K-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ rho-1b-sft-GSM8K-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ rho-1b-sft-GSM8K-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ rho-1b-sft-GSM8K-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: realtreetune/rho-1b-sft-GSM8K
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
+ ## realtreetune/rho-1b-sft-GSM8K - GGUF
21
+
22
+ This repo contains GGUF format model files for [realtreetune/rho-1b-sft-GSM8K](https://huggingface.co/realtreetune/rho-1b-sft-GSM8K).
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
+ ## Prompt template
27
+
28
+ ```
29
+
30
+ ```
31
+
32
+ ## Model file specification
33
+
34
+ | Filename | Quant type | File Size | Description |
35
+ | -------- | ---------- | --------- | ----------- |
36
+ | [rho-1b-sft-GSM8K-Q2_K.gguf](https://huggingface.co/tensorblock/rho-1b-sft-GSM8K-GGUF/tree/main/rho-1b-sft-GSM8K-Q2_K.gguf) | Q2_K | 0.402 GB | smallest, significant quality loss - not recommended for most purposes |
37
+ | [rho-1b-sft-GSM8K-Q3_K_S.gguf](https://huggingface.co/tensorblock/rho-1b-sft-GSM8K-GGUF/tree/main/rho-1b-sft-GSM8K-Q3_K_S.gguf) | Q3_K_S | 0.465 GB | very small, high quality loss |
38
+ | [rho-1b-sft-GSM8K-Q3_K_M.gguf](https://huggingface.co/tensorblock/rho-1b-sft-GSM8K-GGUF/tree/main/rho-1b-sft-GSM8K-Q3_K_M.gguf) | Q3_K_M | 0.511 GB | very small, high quality loss |
39
+ | [rho-1b-sft-GSM8K-Q3_K_L.gguf](https://huggingface.co/tensorblock/rho-1b-sft-GSM8K-GGUF/tree/main/rho-1b-sft-GSM8K-Q3_K_L.gguf) | Q3_K_L | 0.551 GB | small, substantial quality loss |
40
+ | [rho-1b-sft-GSM8K-Q4_0.gguf](https://huggingface.co/tensorblock/rho-1b-sft-GSM8K-GGUF/tree/main/rho-1b-sft-GSM8K-Q4_0.gguf) | Q4_0 | 0.593 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
41
+ | [rho-1b-sft-GSM8K-Q4_K_S.gguf](https://huggingface.co/tensorblock/rho-1b-sft-GSM8K-GGUF/tree/main/rho-1b-sft-GSM8K-Q4_K_S.gguf) | Q4_K_S | 0.596 GB | small, greater quality loss |
42
+ | [rho-1b-sft-GSM8K-Q4_K_M.gguf](https://huggingface.co/tensorblock/rho-1b-sft-GSM8K-GGUF/tree/main/rho-1b-sft-GSM8K-Q4_K_M.gguf) | Q4_K_M | 0.622 GB | medium, balanced quality - recommended |
43
+ | [rho-1b-sft-GSM8K-Q5_0.gguf](https://huggingface.co/tensorblock/rho-1b-sft-GSM8K-GGUF/tree/main/rho-1b-sft-GSM8K-Q5_0.gguf) | Q5_0 | 0.713 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
44
+ | [rho-1b-sft-GSM8K-Q5_K_S.gguf](https://huggingface.co/tensorblock/rho-1b-sft-GSM8K-GGUF/tree/main/rho-1b-sft-GSM8K-Q5_K_S.gguf) | Q5_K_S | 0.713 GB | large, low quality loss - recommended |
45
+ | [rho-1b-sft-GSM8K-Q5_K_M.gguf](https://huggingface.co/tensorblock/rho-1b-sft-GSM8K-GGUF/tree/main/rho-1b-sft-GSM8K-Q5_K_M.gguf) | Q5_K_M | 0.728 GB | large, very low quality loss - recommended |
46
+ | [rho-1b-sft-GSM8K-Q6_K.gguf](https://huggingface.co/tensorblock/rho-1b-sft-GSM8K-GGUF/tree/main/rho-1b-sft-GSM8K-Q6_K.gguf) | Q6_K | 0.841 GB | very large, extremely low quality loss |
47
+ | [rho-1b-sft-GSM8K-Q8_0.gguf](https://huggingface.co/tensorblock/rho-1b-sft-GSM8K-GGUF/tree/main/rho-1b-sft-GSM8K-Q8_0.gguf) | Q8_0 | 1.089 GB | very large, extremely low quality loss - not recommended |
48
+
49
+
50
+ ## Downloading instruction
51
+
52
+ ### Command line
53
+
54
+ Firstly, install Huggingface Client
55
+
56
+ ```shell
57
+ pip install -U "huggingface_hub[cli]"
58
+ ```
59
+
60
+ Then, downoad the individual model file the a local directory
61
+
62
+ ```shell
63
+ huggingface-cli download tensorblock/rho-1b-sft-GSM8K-GGUF --include "rho-1b-sft-GSM8K-Q2_K.gguf" --local-dir MY_LOCAL_DIR
64
+ ```
65
+
66
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/rho-1b-sft-GSM8K-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
70
+ ```
rho-1b-sft-GSM8K-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ed26bf3ace1b0da3b60fc62b8ff9611ec144afb44a66948691b690aaf96e50a
3
+ size 432131168
rho-1b-sft-GSM8K-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6c692cbfd2c551f4422e79dec38fb9c9e3fb1b6fbb3349eef568f0681d555f9
3
+ size 591527008
rho-1b-sft-GSM8K-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a263319d55de6bb30f254e25773987e4b85ee732a6c75f2ba6c4fb791741475f
3
+ size 548404320
rho-1b-sft-GSM8K-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:537c27440a81793bed3eff81c5d8e56f89e74139f12f410dfa253b947c31a40e
3
+ size 499342432
rho-1b-sft-GSM8K-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9078849236e91ceab6816cae1f66d906d8198b77b8e46a4596394708298e281
3
+ size 636726368
rho-1b-sft-GSM8K-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49178439e4bedbac9584e61f7d895d21357376e556e0f6a22379d7dbdfbfe4a0
3
+ size 667815008
rho-1b-sft-GSM8K-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:627a5a3c101627f42524d79a38017fc71397ea09a826c368a67326d071cca4fe
3
+ size 639872096
rho-1b-sft-GSM8K-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66b0298f6b30dcd3ccf01fd584caac62cdaba0b53a66964b14a50505555e85f8
3
+ size 766028896
rho-1b-sft-GSM8K-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dde88e2530928b91d9e003a06fe1cd9c9dc311fe277ca5f86a05aa42cacdb960
3
+ size 782044256
rho-1b-sft-GSM8K-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f70fe920dcd3140f5cb3acb00f6d9897ed9ad5ebe66495a745f5fe3509ded611
3
+ size 766028896
rho-1b-sft-GSM8K-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e5cd8586aca8c4a3b444053d47c812a8d0a0a238d271622a35ec358a1796f13
3
+ size 903412832
rho-1b-sft-GSM8K-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:266f832e26da996fffc3c2412faf3f891be310d91c65ee922f75a23100b46aeb
3
+ size 1169808480