morriszms commited on
Commit
602c17e
·
verified ·
1 Parent(s): a791a84

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.1-7B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ s1.1-7B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ s1.1-7B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ s1.1-7B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ s1.1-7B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ s1.1-7B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ s1.1-7B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ s1.1-7B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ s1.1-7B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ s1.1-7B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ s1.1-7B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ s1.1-7B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: simplescaling/s1.1-7B
3
+ library_name: transformers
4
+ model_name: Qwen2.5-14B-Instruct-20250308_215306
5
+ tags:
6
+ - generated_from_trainer
7
+ - trl
8
+ - sft
9
+ - TensorBlock
10
+ - GGUF
11
+ licence: license
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
+ ## simplescaling/s1.1-7B - GGUF
26
+
27
+ This repo contains GGUF format model files for [simplescaling/s1.1-7B](https://huggingface.co/simplescaling/s1.1-7B).
28
+
29
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4882](https://github.com/ggml-org/llama.cpp/commit/be7c3034108473beda214fd1d7c98fd6a7a3bdf5).
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.1-7B-Q2_K.gguf](https://huggingface.co/tensorblock/s1.1-7B-GGUF/blob/main/s1.1-7B-Q2_K.gguf) | Q2_K | 3.016 GB | smallest, significant quality loss - not recommended for most purposes |
52
+ | [s1.1-7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/s1.1-7B-GGUF/blob/main/s1.1-7B-Q3_K_S.gguf) | Q3_K_S | 3.492 GB | very small, high quality loss |
53
+ | [s1.1-7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/s1.1-7B-GGUF/blob/main/s1.1-7B-Q3_K_M.gguf) | Q3_K_M | 3.808 GB | very small, high quality loss |
54
+ | [s1.1-7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/s1.1-7B-GGUF/blob/main/s1.1-7B-Q3_K_L.gguf) | Q3_K_L | 4.088 GB | small, substantial quality loss |
55
+ | [s1.1-7B-Q4_0.gguf](https://huggingface.co/tensorblock/s1.1-7B-GGUF/blob/main/s1.1-7B-Q4_0.gguf) | Q4_0 | 4.431 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
56
+ | [s1.1-7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/s1.1-7B-GGUF/blob/main/s1.1-7B-Q4_K_S.gguf) | Q4_K_S | 4.458 GB | small, greater quality loss |
57
+ | [s1.1-7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/s1.1-7B-GGUF/blob/main/s1.1-7B-Q4_K_M.gguf) | Q4_K_M | 4.683 GB | medium, balanced quality - recommended |
58
+ | [s1.1-7B-Q5_0.gguf](https://huggingface.co/tensorblock/s1.1-7B-GGUF/blob/main/s1.1-7B-Q5_0.gguf) | Q5_0 | 5.315 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
59
+ | [s1.1-7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/s1.1-7B-GGUF/blob/main/s1.1-7B-Q5_K_S.gguf) | Q5_K_S | 5.315 GB | large, low quality loss - recommended |
60
+ | [s1.1-7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/s1.1-7B-GGUF/blob/main/s1.1-7B-Q5_K_M.gguf) | Q5_K_M | 5.445 GB | large, very low quality loss - recommended |
61
+ | [s1.1-7B-Q6_K.gguf](https://huggingface.co/tensorblock/s1.1-7B-GGUF/blob/main/s1.1-7B-Q6_K.gguf) | Q6_K | 6.254 GB | very large, extremely low quality loss |
62
+ | [s1.1-7B-Q8_0.gguf](https://huggingface.co/tensorblock/s1.1-7B-GGUF/blob/main/s1.1-7B-Q8_0.gguf) | Q8_0 | 8.099 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.1-7B-GGUF --include "s1.1-7B-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.1-7B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
85
+ ```
s1.1-7B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86bcbf3c2f0a5d08cb22e7e4db4076ece4c3ceb933319e0e26bd033c8183a6d5
3
+ size 3015940416
s1.1-7B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7f15b59d9293e30d21bf03b6ad35f7c58d483f3d42aa35da6c6be0d40488c7c
3
+ size 4088459584
s1.1-7B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c1cf0b2cf357a84dda65465f234e212058ed6376211ca8cc35beb63f6829b61
3
+ size 3808391488
s1.1-7B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff0627631951ce14dac55fbe414d798bdab5cbbf455206ee1861aa748c817d12
3
+ size 3492368704
s1.1-7B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df62d572470ad04f167f81e5482e14b53d64d2197b49de944be67a6d9429bdee
3
+ size 4431391040
s1.1-7B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:607f394dd4fef9d39a00abe4b68427759de9c80e4cd33a23b73f100a9f5c10a0
3
+ size 4683073856
s1.1-7B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f09015a334a7749a207e336748e596f3e5955a7cc88607981ea12734554d06b
3
+ size 4457769280
s1.1-7B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5495176a9ed66a76147573c68ed4e2fe392ff70ea9ace5e8c0a4f9cd77141bea
3
+ size 5315176768
s1.1-7B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c60e8d8783b57a774eaec718ef2f9ce57019afbb72411f619222b57873e0cca1
3
+ size 5444831552
s1.1-7B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6340d0a5c2cf8433ffa584f59318e9bac3b2e458b65c7192e3d0b521e5400ca9
3
+ size 5315176768
s1.1-7B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71cbc23b3d5159f7c765f4cd0838707b5df9d23c11b4443066a03c623aa7d3f8
3
+ size 6254199104
s1.1-7B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:723d3d713b0e8a06efa2669ffe009414064675c65b3c5f1252729dd0a59281b0
3
+ size 8098525504