morriszms commited on
Commit
a8565c3
·
verified ·
1 Parent(s): 6053149

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
+ Reasoning-0.5b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Reasoning-0.5b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Reasoning-0.5b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Reasoning-0.5b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Reasoning-0.5b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Reasoning-0.5b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Reasoning-0.5b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Reasoning-0.5b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Reasoning-0.5b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Reasoning-0.5b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Reasoning-0.5b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Reasoning-0.5b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: KingNish/Reasoning-0.5b
3
+ language:
4
+ - en
5
+ license: apache-2.0
6
+ datasets:
7
+ - KingNish/reasoning-base-20k
8
+ tags:
9
+ - text-generation-inference
10
+ - transformers
11
+ - unsloth
12
+ - qwen2
13
+ - trl
14
+ - sft
15
+ - reasoning
16
+ - TensorBlock
17
+ - GGUF
18
+ ---
19
+
20
+ <div style="width: auto; margin-left: auto; margin-right: auto">
21
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
22
+ </div>
23
+ <div style="display: flex; justify-content: space-between; width: 100%;">
24
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
25
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
26
+ 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>
27
+ </p>
28
+ </div>
29
+ </div>
30
+
31
+ ## KingNish/Reasoning-0.5b - GGUF
32
+
33
+ This repo contains GGUF format model files for [KingNish/Reasoning-0.5b](https://huggingface.co/KingNish/Reasoning-0.5b).
34
+
35
+ 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).
36
+
37
+ <div style="text-align: left; margin: 20px 0;">
38
+ <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;">
39
+ Run them on the TensorBlock client using your local machine ↗
40
+ </a>
41
+ </div>
42
+
43
+ ## Prompt template
44
+
45
+ ```
46
+ <|im_start|>system
47
+ {system_prompt}<|im_end|>
48
+ <|im_start|>user
49
+ {prompt}<|im_end|>
50
+ <|im_start|>assistant
51
+ ```
52
+
53
+ ## Model file specification
54
+
55
+ | Filename | Quant type | File Size | Description |
56
+ | -------- | ---------- | --------- | ----------- |
57
+ | [Reasoning-0.5b-Q2_K.gguf](https://huggingface.co/tensorblock/Reasoning-0.5b-GGUF/blob/main/Reasoning-0.5b-Q2_K.gguf) | Q2_K | 0.339 GB | smallest, significant quality loss - not recommended for most purposes |
58
+ | [Reasoning-0.5b-Q3_K_S.gguf](https://huggingface.co/tensorblock/Reasoning-0.5b-GGUF/blob/main/Reasoning-0.5b-Q3_K_S.gguf) | Q3_K_S | 0.338 GB | very small, high quality loss |
59
+ | [Reasoning-0.5b-Q3_K_M.gguf](https://huggingface.co/tensorblock/Reasoning-0.5b-GGUF/blob/main/Reasoning-0.5b-Q3_K_M.gguf) | Q3_K_M | 0.355 GB | very small, high quality loss |
60
+ | [Reasoning-0.5b-Q3_K_L.gguf](https://huggingface.co/tensorblock/Reasoning-0.5b-GGUF/blob/main/Reasoning-0.5b-Q3_K_L.gguf) | Q3_K_L | 0.369 GB | small, substantial quality loss |
61
+ | [Reasoning-0.5b-Q4_0.gguf](https://huggingface.co/tensorblock/Reasoning-0.5b-GGUF/blob/main/Reasoning-0.5b-Q4_0.gguf) | Q4_0 | 0.352 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
62
+ | [Reasoning-0.5b-Q4_K_S.gguf](https://huggingface.co/tensorblock/Reasoning-0.5b-GGUF/blob/main/Reasoning-0.5b-Q4_K_S.gguf) | Q4_K_S | 0.385 GB | small, greater quality loss |
63
+ | [Reasoning-0.5b-Q4_K_M.gguf](https://huggingface.co/tensorblock/Reasoning-0.5b-GGUF/blob/main/Reasoning-0.5b-Q4_K_M.gguf) | Q4_K_M | 0.398 GB | medium, balanced quality - recommended |
64
+ | [Reasoning-0.5b-Q5_0.gguf](https://huggingface.co/tensorblock/Reasoning-0.5b-GGUF/blob/main/Reasoning-0.5b-Q5_0.gguf) | Q5_0 | 0.397 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
65
+ | [Reasoning-0.5b-Q5_K_S.gguf](https://huggingface.co/tensorblock/Reasoning-0.5b-GGUF/blob/main/Reasoning-0.5b-Q5_K_S.gguf) | Q5_K_S | 0.413 GB | large, low quality loss - recommended |
66
+ | [Reasoning-0.5b-Q5_K_M.gguf](https://huggingface.co/tensorblock/Reasoning-0.5b-GGUF/blob/main/Reasoning-0.5b-Q5_K_M.gguf) | Q5_K_M | 0.420 GB | large, very low quality loss - recommended |
67
+ | [Reasoning-0.5b-Q6_K.gguf](https://huggingface.co/tensorblock/Reasoning-0.5b-GGUF/blob/main/Reasoning-0.5b-Q6_K.gguf) | Q6_K | 0.506 GB | very large, extremely low quality loss |
68
+ | [Reasoning-0.5b-Q8_0.gguf](https://huggingface.co/tensorblock/Reasoning-0.5b-GGUF/blob/main/Reasoning-0.5b-Q8_0.gguf) | Q8_0 | 0.531 GB | very large, extremely low quality loss - not recommended |
69
+
70
+
71
+ ## Downloading instruction
72
+
73
+ ### Command line
74
+
75
+ Firstly, install Huggingface Client
76
+
77
+ ```shell
78
+ pip install -U "huggingface_hub[cli]"
79
+ ```
80
+
81
+ Then, downoad the individual model file the a local directory
82
+
83
+ ```shell
84
+ huggingface-cli download tensorblock/Reasoning-0.5b-GGUF --include "Reasoning-0.5b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
85
+ ```
86
+
87
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
88
+
89
+ ```shell
90
+ huggingface-cli download tensorblock/Reasoning-0.5b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
91
+ ```
Reasoning-0.5b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:859a74b4e968f693b88f7cb351fe3dee11ebea2ddc8365da65776a4a589c8837
3
+ size 338605312
Reasoning-0.5b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11ecaf020e526e34480781423e116aac1ef8adff5a21d340044a5555e6d64e1d
3
+ size 369356032
Reasoning-0.5b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3da193405048af4efbcb34c0a575ff6f51421f4c45e7ac86277c4024d582d75
3
+ size 355464448
Reasoning-0.5b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c9a38ebca80dc1487652a6d4990c5aaebc9b9a092e3543aa8ef8b5cbb3bfc29
3
+ size 338261248
Reasoning-0.5b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:661b59fe8ae754b909f6e560bd9a829589d763d813ab31bcb8c7d14988b01f6c
3
+ size 352152832
Reasoning-0.5b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b0797617a417e96e01c87dcfeddc0989a42dc0961305c267bd3a78c7c799ab2
3
+ size 397805824
Reasoning-0.5b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:889ccc284b700059d0f119a0fb9b9c0edfb1ddedede09609fc53905f30515679
3
+ size 385469696
Reasoning-0.5b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f45158c506979865b80090a10f4b7840845bc7ce33849f4d2f49105f68c9d8ab
3
+ size 396881152
Reasoning-0.5b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca62e27512dc4e405b38374de6acdf3a4a8233d9bc15e72b8b56a67c66d059dd
3
+ size 420083968
Reasoning-0.5b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e476482856763d0255e04f3637a3ac47518417427f230638d331cc20c1d06bd6
3
+ size 412708096
Reasoning-0.5b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91bfb4c6e609b3dd74943ffac8a0f2bf4579332a6ac9e098a64bcea8452aef21
3
+ size 505734400
Reasoning-0.5b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49e9cc1d3917d00afd077e581e8906c73620a74aa199dc3dbe5514d2eb0d2d4c
3
+ size 531066112