morriszms commited on
Commit
84eb4ba
·
verified ·
1 Parent(s): 62d3e35

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
+ TinyR1-32B-Preview-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ TinyR1-32B-Preview-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ TinyR1-32B-Preview-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ TinyR1-32B-Preview-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ TinyR1-32B-Preview-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ TinyR1-32B-Preview-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ TinyR1-32B-Preview-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ TinyR1-32B-Preview-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ TinyR1-32B-Preview-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ TinyR1-32B-Preview-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ TinyR1-32B-Preview-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ TinyR1-32B-Preview-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ base_model: qihoo360/TinyR1-32B-Preview
5
+ tags:
6
+ - TensorBlock
7
+ - GGUF
8
+ ---
9
+
10
+ <div style="width: auto; margin-left: auto; margin-right: auto">
11
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
12
+ </div>
13
+ <div style="display: flex; justify-content: space-between; width: 100%;">
14
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
15
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
16
+ 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>
17
+ </p>
18
+ </div>
19
+ </div>
20
+
21
+ ## qihoo360/TinyR1-32B-Preview - GGUF
22
+
23
+ This repo contains GGUF format model files for [qihoo360/TinyR1-32B-Preview](https://huggingface.co/qihoo360/TinyR1-32B-Preview).
24
+
25
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4658](https://github.com/ggerganov/llama.cpp/commit/855cd0734aca26c86cc23d94aefd34f934464ac9).
26
+
27
+ <div style="text-align: left; margin: 20px 0;">
28
+ <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;">
29
+ Run them on the TensorBlock client using your local machine ↗
30
+ </a>
31
+ </div>
32
+
33
+ ## Prompt template
34
+
35
+ ```
36
+ <|begin▁of▁sentence|>{system_prompt}<|User|>{prompt}<|Assistant|><think>
37
+ ```
38
+
39
+ ## Model file specification
40
+
41
+ | Filename | Quant type | File Size | Description |
42
+ | -------- | ---------- | --------- | ----------- |
43
+ | [TinyR1-32B-Preview-Q2_K.gguf](https://huggingface.co/tensorblock/TinyR1-32B-Preview-GGUF/blob/main/TinyR1-32B-Preview-Q2_K.gguf) | Q2_K | 12.313 GB | smallest, significant quality loss - not recommended for most purposes |
44
+ | [TinyR1-32B-Preview-Q3_K_S.gguf](https://huggingface.co/tensorblock/TinyR1-32B-Preview-GGUF/blob/main/TinyR1-32B-Preview-Q3_K_S.gguf) | Q3_K_S | 14.392 GB | very small, high quality loss |
45
+ | [TinyR1-32B-Preview-Q3_K_M.gguf](https://huggingface.co/tensorblock/TinyR1-32B-Preview-GGUF/blob/main/TinyR1-32B-Preview-Q3_K_M.gguf) | Q3_K_M | 15.935 GB | very small, high quality loss |
46
+ | [TinyR1-32B-Preview-Q3_K_L.gguf](https://huggingface.co/tensorblock/TinyR1-32B-Preview-GGUF/blob/main/TinyR1-32B-Preview-Q3_K_L.gguf) | Q3_K_L | 17.247 GB | small, substantial quality loss |
47
+ | [TinyR1-32B-Preview-Q4_0.gguf](https://huggingface.co/tensorblock/TinyR1-32B-Preview-GGUF/blob/main/TinyR1-32B-Preview-Q4_0.gguf) | Q4_0 | 18.640 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
48
+ | [TinyR1-32B-Preview-Q4_K_S.gguf](https://huggingface.co/tensorblock/TinyR1-32B-Preview-GGUF/blob/main/TinyR1-32B-Preview-Q4_K_S.gguf) | Q4_K_S | 18.784 GB | small, greater quality loss |
49
+ | [TinyR1-32B-Preview-Q4_K_M.gguf](https://huggingface.co/tensorblock/TinyR1-32B-Preview-GGUF/blob/main/TinyR1-32B-Preview-Q4_K_M.gguf) | Q4_K_M | 19.851 GB | medium, balanced quality - recommended |
50
+ | [TinyR1-32B-Preview-Q5_0.gguf](https://huggingface.co/tensorblock/TinyR1-32B-Preview-GGUF/blob/main/TinyR1-32B-Preview-Q5_0.gguf) | Q5_0 | 22.638 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
51
+ | [TinyR1-32B-Preview-Q5_K_S.gguf](https://huggingface.co/tensorblock/TinyR1-32B-Preview-GGUF/blob/main/TinyR1-32B-Preview-Q5_K_S.gguf) | Q5_K_S | 22.638 GB | large, low quality loss - recommended |
52
+ | [TinyR1-32B-Preview-Q5_K_M.gguf](https://huggingface.co/tensorblock/TinyR1-32B-Preview-GGUF/blob/main/TinyR1-32B-Preview-Q5_K_M.gguf) | Q5_K_M | 23.262 GB | large, very low quality loss - recommended |
53
+ | [TinyR1-32B-Preview-Q6_K.gguf](https://huggingface.co/tensorblock/TinyR1-32B-Preview-GGUF/blob/main/TinyR1-32B-Preview-Q6_K.gguf) | Q6_K | 26.886 GB | very large, extremely low quality loss |
54
+ | [TinyR1-32B-Preview-Q8_0.gguf](https://huggingface.co/tensorblock/TinyR1-32B-Preview-GGUF/blob/main/TinyR1-32B-Preview-Q8_0.gguf) | Q8_0 | 34.821 GB | very large, extremely low quality loss - not recommended |
55
+
56
+
57
+ ## Downloading instruction
58
+
59
+ ### Command line
60
+
61
+ Firstly, install Huggingface Client
62
+
63
+ ```shell
64
+ pip install -U "huggingface_hub[cli]"
65
+ ```
66
+
67
+ Then, downoad the individual model file the a local directory
68
+
69
+ ```shell
70
+ huggingface-cli download tensorblock/TinyR1-32B-Preview-GGUF --include "TinyR1-32B-Preview-Q2_K.gguf" --local-dir MY_LOCAL_DIR
71
+ ```
72
+
73
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/TinyR1-32B-Preview-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
77
+ ```
TinyR1-32B-Preview-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b007fb9f121ffc20e75668b4deddb666256d434439feb08361b0740148baf70f
3
+ size 12313098464
TinyR1-32B-Preview-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:401858aac6d3dd20cff3abcc89dd34054cedf8150cfd1b6404f43c032641878a
3
+ size 17247078624
TinyR1-32B-Preview-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0692b0d706061d101dc8bdbba4b6dc515da8cd6e1be8a7da690c5d0c1cfb1aeb
3
+ size 15935047904
TinyR1-32B-Preview-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78a2c3988e99508f0787e0e8459a9b60f7b6c74561bded7ce4980bf6b37f8bbe
3
+ size 14392330464
TinyR1-32B-Preview-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f80882bb224ab4d3a69f113a6454eb259f863dc8f69967903fec26d82b8b8b9f
3
+ size 18640230624
TinyR1-32B-Preview-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4da2dca6d465e2499ef055db0592e8fc3b7a2b41f6b78208b485a6cfc4478a3
3
+ size 19851335904
TinyR1-32B-Preview-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb0e28838987ac87945745aa30f7eed359f7d6196ea09a4557bf87cfa1d42731
3
+ size 18784409824
TinyR1-32B-Preview-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07aaf608f32d7f224530e77353f272794988ff49bc4bb37ec1ac884dba8b74a0
3
+ size 22638254304
TinyR1-32B-Preview-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c15033bd08b883e5cfbb4902b15d34b1630a18a6e9b6ed84ad3f4c3474b1fd1
3
+ size 23262157024
TinyR1-32B-Preview-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e93a3111c34b0aae1ac7a0f11819b6a7f623c8b44e3b77c1c8eb0922cfd32dbb
3
+ size 22638254304
TinyR1-32B-Preview-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33c68e06265560ee98a82e119144dc8810bc6d704ea914e04d27201c5f08380a
3
+ size 26886154464
TinyR1-32B-Preview-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34548891911f451641cd6721ea5b88a3e63818b7ad6063bb7cb3b85cbe4efd47
3
+ size 34820884704