morriszms commited on
Commit
84d4f64
·
verified ·
1 Parent(s): dc364b0

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
+ s1-0.5B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ s1-0.5B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ s1-0.5B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ s1-0.5B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ s1-0.5B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ s1-0.5B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ s1-0.5B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ s1-0.5B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ s1-0.5B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ s1-0.5B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ s1-0.5B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ s1-0.5B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: text-generation
3
+ inference: true
4
+ license: apache-2.0
5
+ datasets:
6
+ - simplescaling/s1K
7
+ base_model: 2stacks/s1-0.5B
8
+ library_name: transformers
9
+ tags:
10
+ - TensorBlock
11
+ - GGUF
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
+ ## 2stacks/s1-0.5B - GGUF
26
+
27
+ This repo contains GGUF format model files for [2stacks/s1-0.5B](https://huggingface.co/2stacks/s1-0.5B).
28
+
29
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4823](https://github.com/ggml-org/llama.cpp/commit/5bbe6a9fe9a8796a9389c85accec89dbc4d91e39).
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
+ <|im_start|>system
41
+ {system_prompt}<|im_end|>
42
+ <|im_start|>user
43
+ {prompt}<|im_end|>
44
+ <|im_start|>assistant
45
+ ```
46
+
47
+ ## Model file specification
48
+
49
+ | Filename | Quant type | File Size | Description |
50
+ | -------- | ---------- | --------- | ----------- |
51
+ | [s1-0.5B-Q2_K.gguf](https://huggingface.co/tensorblock/s1-0.5B-GGUF/blob/main/s1-0.5B-Q2_K.gguf) | Q2_K | 0.415 GB | smallest, significant quality loss - not recommended for most purposes |
52
+ | [s1-0.5B-Q3_K_S.gguf](https://huggingface.co/tensorblock/s1-0.5B-GGUF/blob/main/s1-0.5B-Q3_K_S.gguf) | Q3_K_S | 0.415 GB | very small, high quality loss |
53
+ | [s1-0.5B-Q3_K_M.gguf](https://huggingface.co/tensorblock/s1-0.5B-GGUF/blob/main/s1-0.5B-Q3_K_M.gguf) | Q3_K_M | 0.432 GB | very small, high quality loss |
54
+ | [s1-0.5B-Q3_K_L.gguf](https://huggingface.co/tensorblock/s1-0.5B-GGUF/blob/main/s1-0.5B-Q3_K_L.gguf) | Q3_K_L | 0.446 GB | small, substantial quality loss |
55
+ | [s1-0.5B-Q4_0.gguf](https://huggingface.co/tensorblock/s1-0.5B-GGUF/blob/main/s1-0.5B-Q4_0.gguf) | Q4_0 | 0.429 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
56
+ | [s1-0.5B-Q4_K_S.gguf](https://huggingface.co/tensorblock/s1-0.5B-GGUF/blob/main/s1-0.5B-Q4_K_S.gguf) | Q4_K_S | 0.479 GB | small, greater quality loss |
57
+ | [s1-0.5B-Q4_K_M.gguf](https://huggingface.co/tensorblock/s1-0.5B-GGUF/blob/main/s1-0.5B-Q4_K_M.gguf) | Q4_K_M | 0.491 GB | medium, balanced quality - recommended |
58
+ | [s1-0.5B-Q5_0.gguf](https://huggingface.co/tensorblock/s1-0.5B-GGUF/blob/main/s1-0.5B-Q5_0.gguf) | Q5_0 | 0.490 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
59
+ | [s1-0.5B-Q5_K_S.gguf](https://huggingface.co/tensorblock/s1-0.5B-GGUF/blob/main/s1-0.5B-Q5_K_S.gguf) | Q5_K_S | 0.515 GB | large, low quality loss - recommended |
60
+ | [s1-0.5B-Q5_K_M.gguf](https://huggingface.co/tensorblock/s1-0.5B-GGUF/blob/main/s1-0.5B-Q5_K_M.gguf) | Q5_K_M | 0.522 GB | large, very low quality loss - recommended |
61
+ | [s1-0.5B-Q6_K.gguf](https://huggingface.co/tensorblock/s1-0.5B-GGUF/blob/main/s1-0.5B-Q6_K.gguf) | Q6_K | 0.650 GB | very large, extremely low quality loss |
62
+ | [s1-0.5B-Q8_0.gguf](https://huggingface.co/tensorblock/s1-0.5B-GGUF/blob/main/s1-0.5B-Q8_0.gguf) | Q8_0 | 0.676 GB | very large, extremely low quality loss - not recommended |
63
+
64
+
65
+ ## Downloading instruction
66
+
67
+ ### Command line
68
+
69
+ Firstly, install Huggingface Client
70
+
71
+ ```shell
72
+ pip install -U "huggingface_hub[cli]"
73
+ ```
74
+
75
+ Then, downoad the individual model file the a local directory
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/s1-0.5B-GGUF --include "s1-0.5B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
79
+ ```
80
+
81
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
82
+
83
+ ```shell
84
+ huggingface-cli download tensorblock/s1-0.5B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
85
+ ```
s1-0.5B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31960fb365610d29c58d647434dda1e9e38577c04ac7721e63347ed47b9b1272
3
+ size 415183328
s1-0.5B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:230ec06fdcebfc9c9aff613e807e74375e53b23bc57a70142565f395651e6688
3
+ size 445934048
s1-0.5B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac07ef3eaf51f4ed645a824c135288d2b233bee7cb1b6b3d1a8021324bc448c0
3
+ size 432042464
s1-0.5B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b32d88e8aab553da234cb61f55fb9e6512af29f0945828e41c4015421bd18cca
3
+ size 414839264
s1-0.5B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db3eeffc4a691824acf5a99110e0783cd5e729b3563d6b97cb8b7656450de650
3
+ size 428730848
s1-0.5B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aaea3214f8eecc8b029b741fdbd2d9e2d422fa25b287e56b9b8d29c9242f0d17
3
+ size 491400672
s1-0.5B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0d12f71c712a5395f0c951b65603557f81243dc7c9e6d30852f8fefc3db331f
3
+ size 479064544
s1-0.5B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c31fd882c12eaeab8c9b1ceafb1ef9a60f80ffbe443bae4b6c0e9971f87956e7
3
+ size 490476000
s1-0.5B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebf3a79875bb59a76be837fa299c90a6562e470369aad85e161bd5a155ae2c13
3
+ size 522187232
s1-0.5B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1099fa6766c695c458917773acfa073a8aaf1c5056773c4a8b21b12a36f061cf
3
+ size 514811360
s1-0.5B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cba2f3cce3ffd1df9302d651058e8d12369120d99e1ebac039281455723225d
3
+ size 650379744
s1-0.5B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:134c3bfad9bef59389a309903e74b62227091e66175fe64cdcdd87afeb905eda
3
+ size 675711456