morriszms commited on
Commit
4f1c1c6
1 Parent(s): 0c4f4e5

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-1b-v0.1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ rho-math-1b-v0.1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ rho-math-1b-v0.1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ rho-math-1b-v0.1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ rho-math-1b-v0.1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ rho-math-1b-v0.1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ rho-math-1b-v0.1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ rho-math-1b-v0.1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ rho-math-1b-v0.1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ rho-math-1b-v0.1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ rho-math-1b-v0.1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ rho-math-1b-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-1b-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-1b-v0.1 - GGUF
26
+
27
+ This repo contains GGUF format model files for [microsoft/rho-math-1b-v0.1](https://huggingface.co/microsoft/rho-math-1b-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 b4242](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-1b-v0.1-Q2_K.gguf](https://huggingface.co/tensorblock/rho-math-1b-v0.1-GGUF/blob/main/rho-math-1b-v0.1-Q2_K.gguf) | Q2_K | 0.432 GB | smallest, significant quality loss - not recommended for most purposes |
48
+ | [rho-math-1b-v0.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/rho-math-1b-v0.1-GGUF/blob/main/rho-math-1b-v0.1-Q3_K_S.gguf) | Q3_K_S | 0.499 GB | very small, high quality loss |
49
+ | [rho-math-1b-v0.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/rho-math-1b-v0.1-GGUF/blob/main/rho-math-1b-v0.1-Q3_K_M.gguf) | Q3_K_M | 0.548 GB | very small, high quality loss |
50
+ | [rho-math-1b-v0.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/rho-math-1b-v0.1-GGUF/blob/main/rho-math-1b-v0.1-Q3_K_L.gguf) | Q3_K_L | 0.592 GB | small, substantial quality loss |
51
+ | [rho-math-1b-v0.1-Q4_0.gguf](https://huggingface.co/tensorblock/rho-math-1b-v0.1-GGUF/blob/main/rho-math-1b-v0.1-Q4_0.gguf) | Q4_0 | 0.637 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
52
+ | [rho-math-1b-v0.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/rho-math-1b-v0.1-GGUF/blob/main/rho-math-1b-v0.1-Q4_K_S.gguf) | Q4_K_S | 0.640 GB | small, greater quality loss |
53
+ | [rho-math-1b-v0.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/rho-math-1b-v0.1-GGUF/blob/main/rho-math-1b-v0.1-Q4_K_M.gguf) | Q4_K_M | 0.668 GB | medium, balanced quality - recommended |
54
+ | [rho-math-1b-v0.1-Q5_0.gguf](https://huggingface.co/tensorblock/rho-math-1b-v0.1-GGUF/blob/main/rho-math-1b-v0.1-Q5_0.gguf) | Q5_0 | 0.766 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
55
+ | [rho-math-1b-v0.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/rho-math-1b-v0.1-GGUF/blob/main/rho-math-1b-v0.1-Q5_K_S.gguf) | Q5_K_S | 0.766 GB | large, low quality loss - recommended |
56
+ | [rho-math-1b-v0.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/rho-math-1b-v0.1-GGUF/blob/main/rho-math-1b-v0.1-Q5_K_M.gguf) | Q5_K_M | 0.782 GB | large, very low quality loss - recommended |
57
+ | [rho-math-1b-v0.1-Q6_K.gguf](https://huggingface.co/tensorblock/rho-math-1b-v0.1-GGUF/blob/main/rho-math-1b-v0.1-Q6_K.gguf) | Q6_K | 0.903 GB | very large, extremely low quality loss |
58
+ | [rho-math-1b-v0.1-Q8_0.gguf](https://huggingface.co/tensorblock/rho-math-1b-v0.1-GGUF/blob/main/rho-math-1b-v0.1-Q8_0.gguf) | Q8_0 | 1.170 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-1b-v0.1-GGUF --include "rho-math-1b-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-1b-v0.1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
81
+ ```
rho-math-1b-v0.1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16f0e33ef7ada41c20909a0ca6bb9c3c2649a2d74d4a7cad4d73c3fd133377f0
3
+ size 432131040
rho-math-1b-v0.1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bbf89d409a0cb73b93435ea8949cf5e2cfe8c3d8b2d144419c070066c163dac
3
+ size 591526880
rho-math-1b-v0.1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc6439eb05e3c6d68353e0abc149a75592db1c91b43cc5ac3a64a1caf6c1ad2c
3
+ size 548404192
rho-math-1b-v0.1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70e89b0baa69d89ade20814090d6b2ed69ec1e121ddb886996f86046330d582b
3
+ size 499342304
rho-math-1b-v0.1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2f4201ccb7edf9c8084e4243ae895008dfc00db6fa2419e8010b6b467754c19
3
+ size 636726240
rho-math-1b-v0.1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b57f75e3ff3e18c42b371838de7f72049eaf509c0bea1571a9e1d1ffa637a79
3
+ size 667814880
rho-math-1b-v0.1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6e8611ce438b27aef364490e7cef52a0afd083f2300f8a387773573755fede5
3
+ size 639871968
rho-math-1b-v0.1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9828b37186ec8433fc7d667d77c571857f22a326a88c5a64d068e16b2a101b6a
3
+ size 766028768
rho-math-1b-v0.1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f0bee0d31f8c4145f8032cc80839ecdf7b13a64c145c808ca0db4b9805c304c
3
+ size 782044128
rho-math-1b-v0.1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40f0c13c7b5eebc7414663cb6140c4e9cb386a56c29a5abc378fce182c7c2dd5
3
+ size 766028768
rho-math-1b-v0.1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df513f6e15451d9891aa98ee3ef0a75b9d7fd485654bc86fdf02bc8cf6e1c86e
3
+ size 903412704
rho-math-1b-v0.1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db1785147ff12d4a12006611d08855ce04995d6b096e73cf74478e7f10b53930
3
+ size 1169808352