morriszms commited on
Commit
d4c390e
·
verified ·
1 Parent(s): faf4b8f

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
+ s1K_32b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ s1K_32b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ s1K_32b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ s1K_32b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ s1K_32b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ s1K_32b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ s1K_32b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ s1K_32b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ s1K_32b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ s1K_32b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ s1K_32b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ s1K_32b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: mlfoundations-dev/s1K_32b
5
+ tags:
6
+ - llama-factory
7
+ - full
8
+ - generated_from_trainer
9
+ - TensorBlock
10
+ - GGUF
11
+ model-index:
12
+ - name: s1K_32b
13
+ results: []
14
+ ---
15
+
16
+ <div style="width: auto; margin-left: auto; margin-right: auto">
17
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
18
+ </div>
19
+ <div style="display: flex; justify-content: space-between; width: 100%;">
20
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
21
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
22
+ 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>
23
+ </p>
24
+ </div>
25
+ </div>
26
+
27
+ ## mlfoundations-dev/s1K_32b - GGUF
28
+
29
+ This repo contains GGUF format model files for [mlfoundations-dev/s1K_32b](https://huggingface.co/mlfoundations-dev/s1K_32b).
30
+
31
+ 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).
32
+
33
+ <div style="text-align: left; margin: 20px 0;">
34
+ <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;">
35
+ Run them on the TensorBlock client using your local machine ↗
36
+ </a>
37
+ </div>
38
+
39
+ ## Prompt template
40
+
41
+ ```
42
+ <|im_start|>system
43
+ {system_prompt}<|im_end|>
44
+ <|im_start|>user
45
+ {prompt}<|im_end|>
46
+ <|im_start|>assistant
47
+ ```
48
+
49
+ ## Model file specification
50
+
51
+ | Filename | Quant type | File Size | Description |
52
+ | -------- | ---------- | --------- | ----------- |
53
+ | [s1K_32b-Q2_K.gguf](https://huggingface.co/tensorblock/s1K_32b-GGUF/blob/main/s1K_32b-Q2_K.gguf) | Q2_K | 12.313 GB | smallest, significant quality loss - not recommended for most purposes |
54
+ | [s1K_32b-Q3_K_S.gguf](https://huggingface.co/tensorblock/s1K_32b-GGUF/blob/main/s1K_32b-Q3_K_S.gguf) | Q3_K_S | 14.392 GB | very small, high quality loss |
55
+ | [s1K_32b-Q3_K_M.gguf](https://huggingface.co/tensorblock/s1K_32b-GGUF/blob/main/s1K_32b-Q3_K_M.gguf) | Q3_K_M | 15.935 GB | very small, high quality loss |
56
+ | [s1K_32b-Q3_K_L.gguf](https://huggingface.co/tensorblock/s1K_32b-GGUF/blob/main/s1K_32b-Q3_K_L.gguf) | Q3_K_L | 17.247 GB | small, substantial quality loss |
57
+ | [s1K_32b-Q4_0.gguf](https://huggingface.co/tensorblock/s1K_32b-GGUF/blob/main/s1K_32b-Q4_0.gguf) | Q4_0 | 18.640 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
58
+ | [s1K_32b-Q4_K_S.gguf](https://huggingface.co/tensorblock/s1K_32b-GGUF/blob/main/s1K_32b-Q4_K_S.gguf) | Q4_K_S | 18.784 GB | small, greater quality loss |
59
+ | [s1K_32b-Q4_K_M.gguf](https://huggingface.co/tensorblock/s1K_32b-GGUF/blob/main/s1K_32b-Q4_K_M.gguf) | Q4_K_M | 19.851 GB | medium, balanced quality - recommended |
60
+ | [s1K_32b-Q5_0.gguf](https://huggingface.co/tensorblock/s1K_32b-GGUF/blob/main/s1K_32b-Q5_0.gguf) | Q5_0 | 22.638 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
61
+ | [s1K_32b-Q5_K_S.gguf](https://huggingface.co/tensorblock/s1K_32b-GGUF/blob/main/s1K_32b-Q5_K_S.gguf) | Q5_K_S | 22.638 GB | large, low quality loss - recommended |
62
+ | [s1K_32b-Q5_K_M.gguf](https://huggingface.co/tensorblock/s1K_32b-GGUF/blob/main/s1K_32b-Q5_K_M.gguf) | Q5_K_M | 23.262 GB | large, very low quality loss - recommended |
63
+ | [s1K_32b-Q6_K.gguf](https://huggingface.co/tensorblock/s1K_32b-GGUF/blob/main/s1K_32b-Q6_K.gguf) | Q6_K | 26.886 GB | very large, extremely low quality loss |
64
+ | [s1K_32b-Q8_0.gguf](https://huggingface.co/tensorblock/s1K_32b-GGUF/blob/main/s1K_32b-Q8_0.gguf) | Q8_0 | 34.821 GB | very large, extremely low quality loss - not recommended |
65
+
66
+
67
+ ## Downloading instruction
68
+
69
+ ### Command line
70
+
71
+ Firstly, install Huggingface Client
72
+
73
+ ```shell
74
+ pip install -U "huggingface_hub[cli]"
75
+ ```
76
+
77
+ Then, downoad the individual model file the a local directory
78
+
79
+ ```shell
80
+ huggingface-cli download tensorblock/s1K_32b-GGUF --include "s1K_32b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
81
+ ```
82
+
83
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
84
+
85
+ ```shell
86
+ huggingface-cli download tensorblock/s1K_32b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
87
+ ```
s1K_32b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d80a0a861c694897e9a0b2ca912d4939a156879a8ee0de10cb9e0c39e392b5d
3
+ size 12313098784
s1K_32b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b54cf35cb6b5bb567b1ba1e94162e65cd9f21608e101baea18d66f144137b95
3
+ size 17247078944
s1K_32b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b25cc427b284d28a6c3857cfab82bf515c98c1601368e777e2e27e11addc4fa8
3
+ size 15935048224
s1K_32b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:727eedfaebef5accea988880d9332ec27bfb4c9eeefdd3c058a588e508999c38
3
+ size 14392330784
s1K_32b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ceeda5eb33265e4033441de8bd6a9e07845166165155c0cdd6f27f8c3b3e869b
3
+ size 18640230944
s1K_32b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35cb7db74f2f2493ec0309a815621a576f2e285a44adb9e102b20f616ee61e00
3
+ size 19851336224
s1K_32b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35257cc19d5ff33c63bc6c0b7cde2ca01b94283b25f24c1139b7b4dd92b338b6
3
+ size 18784410144
s1K_32b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a8832d636a28ecaf38fbf7fd6d319761d6a7ee012f29adf0f6288fa10a5a1e0
3
+ size 22638254624
s1K_32b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5ebd88862050653abe7a78a6a038005b0e0baf2109eeb0302e6ad44d068f425
3
+ size 23262157344
s1K_32b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de3f4bbeec06c970828035df5314279ee8059b8a877e1acfd0388d0e336893f5
3
+ size 22638254624
s1K_32b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73cc8899419c053360601e4d8586a493dbd94c54d51be5863d4067b0056f23dd
3
+ size 26886154784
s1K_32b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:327e6bcaa0648e4bd662914738fb3be3eda23cf3b336886724040077839aceeb
3
+ size 34820885024