morriszms commited on
Commit
27b7681
·
verified ·
1 Parent(s): 09a8497

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
+ slim-sql-1b-v0-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ slim-sql-1b-v0-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ slim-sql-1b-v0-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ slim-sql-1b-v0-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ slim-sql-1b-v0-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ slim-sql-1b-v0-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ slim-sql-1b-v0-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ slim-sql-1b-v0-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ slim-sql-1b-v0-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ slim-sql-1b-v0-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ slim-sql-1b-v0-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ slim-sql-1b-v0-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: llmware/slim-sql-1b-v0
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ 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>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## llmware/slim-sql-1b-v0 - GGUF
21
+
22
+ This repo contains GGUF format model files for [llmware/slim-sql-1b-v0](https://huggingface.co/llmware/slim-sql-1b-v0).
23
+
24
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
25
+
26
+ <div style="text-align: left; margin: 20px 0;">
27
+ <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;">
28
+ Run them on the TensorBlock client using your local machine ↗
29
+ </a>
30
+ </div>
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+
36
+ ```
37
+
38
+ ## Model file specification
39
+
40
+ | Filename | Quant type | File Size | Description |
41
+ | -------- | ---------- | --------- | ----------- |
42
+ | [slim-sql-1b-v0-Q2_K.gguf](https://huggingface.co/tensorblock/slim-sql-1b-v0-GGUF/blob/main/slim-sql-1b-v0-Q2_K.gguf) | Q2_K | 0.432 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [slim-sql-1b-v0-Q3_K_S.gguf](https://huggingface.co/tensorblock/slim-sql-1b-v0-GGUF/blob/main/slim-sql-1b-v0-Q3_K_S.gguf) | Q3_K_S | 0.499 GB | very small, high quality loss |
44
+ | [slim-sql-1b-v0-Q3_K_M.gguf](https://huggingface.co/tensorblock/slim-sql-1b-v0-GGUF/blob/main/slim-sql-1b-v0-Q3_K_M.gguf) | Q3_K_M | 0.548 GB | very small, high quality loss |
45
+ | [slim-sql-1b-v0-Q3_K_L.gguf](https://huggingface.co/tensorblock/slim-sql-1b-v0-GGUF/blob/main/slim-sql-1b-v0-Q3_K_L.gguf) | Q3_K_L | 0.592 GB | small, substantial quality loss |
46
+ | [slim-sql-1b-v0-Q4_0.gguf](https://huggingface.co/tensorblock/slim-sql-1b-v0-GGUF/blob/main/slim-sql-1b-v0-Q4_0.gguf) | Q4_0 | 0.637 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [slim-sql-1b-v0-Q4_K_S.gguf](https://huggingface.co/tensorblock/slim-sql-1b-v0-GGUF/blob/main/slim-sql-1b-v0-Q4_K_S.gguf) | Q4_K_S | 0.640 GB | small, greater quality loss |
48
+ | [slim-sql-1b-v0-Q4_K_M.gguf](https://huggingface.co/tensorblock/slim-sql-1b-v0-GGUF/blob/main/slim-sql-1b-v0-Q4_K_M.gguf) | Q4_K_M | 0.668 GB | medium, balanced quality - recommended |
49
+ | [slim-sql-1b-v0-Q5_0.gguf](https://huggingface.co/tensorblock/slim-sql-1b-v0-GGUF/blob/main/slim-sql-1b-v0-Q5_0.gguf) | Q5_0 | 0.766 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [slim-sql-1b-v0-Q5_K_S.gguf](https://huggingface.co/tensorblock/slim-sql-1b-v0-GGUF/blob/main/slim-sql-1b-v0-Q5_K_S.gguf) | Q5_K_S | 0.766 GB | large, low quality loss - recommended |
51
+ | [slim-sql-1b-v0-Q5_K_M.gguf](https://huggingface.co/tensorblock/slim-sql-1b-v0-GGUF/blob/main/slim-sql-1b-v0-Q5_K_M.gguf) | Q5_K_M | 0.782 GB | large, very low quality loss - recommended |
52
+ | [slim-sql-1b-v0-Q6_K.gguf](https://huggingface.co/tensorblock/slim-sql-1b-v0-GGUF/blob/main/slim-sql-1b-v0-Q6_K.gguf) | Q6_K | 0.903 GB | very large, extremely low quality loss |
53
+ | [slim-sql-1b-v0-Q8_0.gguf](https://huggingface.co/tensorblock/slim-sql-1b-v0-GGUF/blob/main/slim-sql-1b-v0-Q8_0.gguf) | Q8_0 | 1.170 GB | very large, extremely low quality loss - not recommended |
54
+
55
+
56
+ ## Downloading instruction
57
+
58
+ ### Command line
59
+
60
+ Firstly, install Huggingface Client
61
+
62
+ ```shell
63
+ pip install -U "huggingface_hub[cli]"
64
+ ```
65
+
66
+ Then, downoad the individual model file the a local directory
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/slim-sql-1b-v0-GGUF --include "slim-sql-1b-v0-Q2_K.gguf" --local-dir MY_LOCAL_DIR
70
+ ```
71
+
72
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/slim-sql-1b-v0-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
slim-sql-1b-v0-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd29458428a0cda3b7e89ac159800e5f46a3368f91e3c3b04f684f6ffbb22727
3
+ size 432131040
slim-sql-1b-v0-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:466b6be543611026e655b4737667f8a12d8a03277460d37170ab4ff0a3625e3c
3
+ size 591526880
slim-sql-1b-v0-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f664260d976c7fcf3d6d6271b08596d69a4171258d872757ae7cde80c259bf5
3
+ size 548404192
slim-sql-1b-v0-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16ed157498919e728a2a5243ba40968e0fad75c16085d0ace503e141299568da
3
+ size 499342304
slim-sql-1b-v0-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d33d2235a3ae9f27e873a3c9930601e37247d72e485550246ca9ec252ce9e09
3
+ size 636726240
slim-sql-1b-v0-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8088f55635b97d568fa2e13b584c40a0e9f345e7a914d673095637dc0ce11bc3
3
+ size 667814880
slim-sql-1b-v0-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b88c178ef1a86f82c4df2b6cbd380acd667c901db62b9d44d2c2a6f0dd1d0ca4
3
+ size 639871968
slim-sql-1b-v0-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc3bd1facda12811a8f59401760b69ba47248a0baa40ff3d8d8aa6cdda4ec440
3
+ size 766028768
slim-sql-1b-v0-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:860f79d0eba25fe682240365041550e4e750a4220ee7ccc78fb0f00600e44e7b
3
+ size 782044128
slim-sql-1b-v0-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b8659e68cc8abe79789293e3711fe1d6c8dbdea6bc0a38ece7310bb49c904ea
3
+ size 766028768
slim-sql-1b-v0-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d01b44b20cb09893c9525564038963f994bf11bf1154ffe9a0b24c4baad551ca
3
+ size 903412704
slim-sql-1b-v0-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d00c955c853631547b2f03e6c62ba6e504ccb0928dd3c2a84d5d5aa8a01ecc7
3
+ size 1169808352