morriszms commited on
Commit
8b88ccc
1 Parent(s): 2fdd5d2

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-math-7b-v0.1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ rho-math-7b-v0.1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ rho-math-7b-v0.1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ rho-math-7b-v0.1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ rho-math-7b-v0.1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ rho-math-7b-v0.1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ rho-math-7b-v0.1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ rho-math-7b-v0.1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ rho-math-7b-v0.1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ rho-math-7b-v0.1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ rho-math-7b-v0.1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ rho-math-7b-v0.1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - nlp
5
+ - math
6
+ - TensorBlock
7
+ - GGUF
8
+ language:
9
+ - en
10
+ pipeline_tag: text-generation
11
+ base_model: microsoft/rho-math-7b-v0.1
12
+ ---
13
+
14
+ <div style="width: auto; margin-left: auto; margin-right: auto">
15
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
16
+ </div>
17
+ <div style="display: flex; justify-content: space-between; width: 100%;">
18
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
19
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
20
+ 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>
21
+ </p>
22
+ </div>
23
+ </div>
24
+
25
+ ## microsoft/rho-math-7b-v0.1 - GGUF
26
+
27
+ This repo contains GGUF format model files for [microsoft/rho-math-7b-v0.1](https://huggingface.co/microsoft/rho-math-7b-v0.1).
28
+
29
+ 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).
30
+
31
+ <div style="text-align: left; margin: 20px 0;">
32
+ <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;">
33
+ Run them on the TensorBlock client using your local machine ↗
34
+ </a>
35
+ </div>
36
+
37
+ ## Prompt template
38
+
39
+ ```
40
+
41
+ ```
42
+
43
+ ## Model file specification
44
+
45
+ | Filename | Quant type | File Size | Description |
46
+ | -------- | ---------- | --------- | ----------- |
47
+ | [rho-math-7b-v0.1-Q2_K.gguf](https://huggingface.co/tensorblock/rho-math-7b-v0.1-GGUF/blob/main/rho-math-7b-v0.1-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
48
+ | [rho-math-7b-v0.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/rho-math-7b-v0.1-GGUF/blob/main/rho-math-7b-v0.1-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
49
+ | [rho-math-7b-v0.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/rho-math-7b-v0.1-GGUF/blob/main/rho-math-7b-v0.1-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
50
+ | [rho-math-7b-v0.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/rho-math-7b-v0.1-GGUF/blob/main/rho-math-7b-v0.1-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
51
+ | [rho-math-7b-v0.1-Q4_0.gguf](https://huggingface.co/tensorblock/rho-math-7b-v0.1-GGUF/blob/main/rho-math-7b-v0.1-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
52
+ | [rho-math-7b-v0.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/rho-math-7b-v0.1-GGUF/blob/main/rho-math-7b-v0.1-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
53
+ | [rho-math-7b-v0.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/rho-math-7b-v0.1-GGUF/blob/main/rho-math-7b-v0.1-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
54
+ | [rho-math-7b-v0.1-Q5_0.gguf](https://huggingface.co/tensorblock/rho-math-7b-v0.1-GGUF/blob/main/rho-math-7b-v0.1-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
55
+ | [rho-math-7b-v0.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/rho-math-7b-v0.1-GGUF/blob/main/rho-math-7b-v0.1-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
56
+ | [rho-math-7b-v0.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/rho-math-7b-v0.1-GGUF/blob/main/rho-math-7b-v0.1-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
57
+ | [rho-math-7b-v0.1-Q6_K.gguf](https://huggingface.co/tensorblock/rho-math-7b-v0.1-GGUF/blob/main/rho-math-7b-v0.1-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
58
+ | [rho-math-7b-v0.1-Q8_0.gguf](https://huggingface.co/tensorblock/rho-math-7b-v0.1-GGUF/blob/main/rho-math-7b-v0.1-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
59
+
60
+
61
+ ## Downloading instruction
62
+
63
+ ### Command line
64
+
65
+ Firstly, install Huggingface Client
66
+
67
+ ```shell
68
+ pip install -U "huggingface_hub[cli]"
69
+ ```
70
+
71
+ Then, downoad the individual model file the a local directory
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/rho-math-7b-v0.1-GGUF --include "rho-math-7b-v0.1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
75
+ ```
76
+
77
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
78
+
79
+ ```shell
80
+ huggingface-cli download tensorblock/rho-math-7b-v0.1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
81
+ ```
rho-math-7b-v0.1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de89f7ce23e41df5deabd99fe61fb8bbac4f2b23cad61dad6abef3d07293f4ef
3
+ size 2719242336
rho-math-7b-v0.1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cee5009eec1c94bd898c28c39883bae72cf0b82fbfc16541e51696aeaf0334d8
3
+ size 3822024800
rho-math-7b-v0.1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ba3ef093e00d7529840b25bee6a59eadf89f278e1e182be78a24363334afeaf
3
+ size 3518986336
rho-math-7b-v0.1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd32a21942f6929daccc8c8523752befbe77629259b53346990c74a1161c5004
3
+ size 3164567648
rho-math-7b-v0.1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1770b2fa031f3d841bb3a3a5dd84e5ea247acda308b3c3cda699f858bad752e2
3
+ size 4108916832
rho-math-7b-v0.1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ff5ec09116bba8079f7c1b822b222ad8257f16fc68bced3d0c954d67a39d0e3
3
+ size 4368439392
rho-math-7b-v0.1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:700013bd7ce34da072f27d204413cc9324e87c8bc4232932ee920a15b3ad4e03
3
+ size 4140374112
rho-math-7b-v0.1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9781cfa44c759072285204b8e15cb0c3c25bb3a42c7dce4e18cf663ea8b686ed
3
+ size 4997716064
rho-math-7b-v0.1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8be33cd22d6c78ac044ed20a00ff0e5b301fada76d4034b55940c4aa90370cc
3
+ size 5131409504
rho-math-7b-v0.1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d822451c4d194fa445d5507ba4020cd6d9c4d1020facc69361473674e853eb5
3
+ size 4997716064
rho-math-7b-v0.1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebd66cff5d783badf63f592db7bea6f307fb123ba57ee136483e38c773e03865
3
+ size 5942065248
rho-math-7b-v0.1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ee048d5c6479f67de48e55b05bfe1c8e5d37db164ddf273643fed9303b0eff5
3
+ size 7695857760