morriszms commited on
Commit
0a77305
·
verified ·
1 Parent(s): 2051a02

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,18 @@ 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
+ sqlcoder-70b-alpha-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ sqlcoder-70b-alpha-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ sqlcoder-70b-alpha-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ sqlcoder-70b-alpha-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ sqlcoder-70b-alpha-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ sqlcoder-70b-alpha-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ sqlcoder-70b-alpha-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ sqlcoder-70b-alpha-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ sqlcoder-70b-alpha-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ sqlcoder-70b-alpha-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ sqlcoder-70b-alpha-Q6_K/sqlcoder-70b-alpha-Q6_K-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
47
+ sqlcoder-70b-alpha-Q6_K/sqlcoder-70b-alpha-Q6_K-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
48
+ sqlcoder-70b-alpha-Q8_0/sqlcoder-70b-alpha-Q8_0-00001-of-00003.gguf filter=lfs diff=lfs merge=lfs -text
49
+ sqlcoder-70b-alpha-Q8_0/sqlcoder-70b-alpha-Q8_0-00002-of-00003.gguf filter=lfs diff=lfs merge=lfs -text
50
+ sqlcoder-70b-alpha-Q8_0/sqlcoder-70b-alpha-Q8_0-00003-of-00003.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ library_name: transformers
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - TensorBlock
7
+ - GGUF
8
+ base_model: defog/sqlcoder-70b-alpha
9
+ ---
10
+
11
+ <div style="width: auto; margin-left: auto; margin-right: auto">
12
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
13
+ </div>
14
+ <div style="display: flex; justify-content: space-between; width: 100%;">
15
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
16
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
17
+ 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>
18
+ </p>
19
+ </div>
20
+ </div>
21
+
22
+ ## defog/sqlcoder-70b-alpha - GGUF
23
+
24
+ This repo contains GGUF format model files for [defog/sqlcoder-70b-alpha](https://huggingface.co/defog/sqlcoder-70b-alpha).
25
+
26
+ 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).
27
+
28
+ <div style="text-align: left; margin: 20px 0;">
29
+ <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;">
30
+ Run them on the TensorBlock client using your local machine ↗
31
+ </a>
32
+ </div>
33
+
34
+ ## Prompt template
35
+
36
+ ```
37
+
38
+ ```
39
+
40
+ ## Model file specification
41
+
42
+ | Filename | Quant type | File Size | Description |
43
+ | -------- | ---------- | --------- | ----------- |
44
+ | [sqlcoder-70b-alpha-Q2_K.gguf](https://huggingface.co/tensorblock/sqlcoder-70b-alpha-GGUF/blob/main/sqlcoder-70b-alpha-Q2_K.gguf) | Q2_K | 25.463 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [sqlcoder-70b-alpha-Q3_K_S.gguf](https://huggingface.co/tensorblock/sqlcoder-70b-alpha-GGUF/blob/main/sqlcoder-70b-alpha-Q3_K_S.gguf) | Q3_K_S | 29.919 GB | very small, high quality loss |
46
+ | [sqlcoder-70b-alpha-Q3_K_M.gguf](https://huggingface.co/tensorblock/sqlcoder-70b-alpha-GGUF/blob/main/sqlcoder-70b-alpha-Q3_K_M.gguf) | Q3_K_M | 33.275 GB | very small, high quality loss |
47
+ | [sqlcoder-70b-alpha-Q3_K_L.gguf](https://huggingface.co/tensorblock/sqlcoder-70b-alpha-GGUF/blob/main/sqlcoder-70b-alpha-Q3_K_L.gguf) | Q3_K_L | 36.148 GB | small, substantial quality loss |
48
+ | [sqlcoder-70b-alpha-Q4_0.gguf](https://huggingface.co/tensorblock/sqlcoder-70b-alpha-GGUF/blob/main/sqlcoder-70b-alpha-Q4_0.gguf) | Q4_0 | 38.872 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [sqlcoder-70b-alpha-Q4_K_S.gguf](https://huggingface.co/tensorblock/sqlcoder-70b-alpha-GGUF/blob/main/sqlcoder-70b-alpha-Q4_K_S.gguf) | Q4_K_S | 39.250 GB | small, greater quality loss |
50
+ | [sqlcoder-70b-alpha-Q4_K_M.gguf](https://huggingface.co/tensorblock/sqlcoder-70b-alpha-GGUF/blob/main/sqlcoder-70b-alpha-Q4_K_M.gguf) | Q4_K_M | 41.423 GB | medium, balanced quality - recommended |
51
+ | [sqlcoder-70b-alpha-Q5_0.gguf](https://huggingface.co/tensorblock/sqlcoder-70b-alpha-GGUF/blob/main/sqlcoder-70b-alpha-Q5_0.gguf) | Q5_0 | 47.462 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [sqlcoder-70b-alpha-Q5_K_S.gguf](https://huggingface.co/tensorblock/sqlcoder-70b-alpha-GGUF/blob/main/sqlcoder-70b-alpha-Q5_K_S.gguf) | Q5_K_S | 47.462 GB | large, low quality loss - recommended |
53
+ | [sqlcoder-70b-alpha-Q5_K_M.gguf](https://huggingface.co/tensorblock/sqlcoder-70b-alpha-GGUF/blob/main/sqlcoder-70b-alpha-Q5_K_M.gguf) | Q5_K_M | 48.754 GB | large, very low quality loss - recommended |
54
+ | [sqlcoder-70b-alpha-Q8_0](https://huggingface.co/tensorblock/sqlcoder-70b-alpha-GGUF/blob/main/sqlcoder-70b-alpha-Q8_0) | Q6_K | 73.293 GB | very large, extremely low quality loss |
55
+ | [sqlcoder-70b-alpha-Q6_K](https://huggingface.co/tensorblock/sqlcoder-70b-alpha-GGUF/blob/main/sqlcoder-70b-alpha-Q6_K) | Q8_0 | 56.588 GB | very large, extremely low quality loss - not recommended |
56
+
57
+
58
+ ## Downloading instruction
59
+
60
+ ### Command line
61
+
62
+ Firstly, install Huggingface Client
63
+
64
+ ```shell
65
+ pip install -U "huggingface_hub[cli]"
66
+ ```
67
+
68
+ Then, downoad the individual model file the a local directory
69
+
70
+ ```shell
71
+ huggingface-cli download tensorblock/sqlcoder-70b-alpha-GGUF --include "sqlcoder-70b-alpha-Q2_K.gguf" --local-dir MY_LOCAL_DIR
72
+ ```
73
+
74
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/sqlcoder-70b-alpha-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
78
+ ```
sqlcoder-70b-alpha-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eabd4d0746ba924f6d3886a07505decb6a149ddecc766c73b640516e0acb31c0
3
+ size 25462588288
sqlcoder-70b-alpha-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4408fec173d6ba1d85fb18dd7f4815802c698b1fecdd588ab6b8f69fe92701f
3
+ size 36148000640
sqlcoder-70b-alpha-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a9e2b28e1a850f4d7bea12912d65e204b3380c2aee8eefa966b24c3fe492141
3
+ size 33274902400
sqlcoder-70b-alpha-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a81397ffc69d5284b9fbf70da6a25f4e58156e022b8e13296ef980312fc25814
3
+ size 29919459200
sqlcoder-70b-alpha-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58cd9a58e98146a77c7cb5ec489d6471030e3773b28fb2b0a016e239a57eabee
3
+ size 38872431488
sqlcoder-70b-alpha-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fa798c5e9bbb65d5b806309e06887cab4fd331b12d19c25001a1434d9c2806e
3
+ size 41423092608
sqlcoder-70b-alpha-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85c61a45d38d7763e3628cf677fff46d5eb4b846f3b5e7313ca723c11ffdd47a
3
+ size 39249918848
sqlcoder-70b-alpha-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:816240d3ea29f559474354ac6503cb65c30f1111b05f0acd29c3a166edd519ba
3
+ size 47461596032
sqlcoder-70b-alpha-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e40e9b93bf5b473e667c0a105cafa61f72a87935209dfe9f287724d91d7617b
3
+ size 48753965952
sqlcoder-70b-alpha-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a2d977de1ea8d94a49147473915acc0652fa4cc341e1724e78d38d143511b0d
3
+ size 47461596032
sqlcoder-70b-alpha-Q6_K/sqlcoder-70b-alpha-Q6_K-00001-of-00002.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7657092c513ce57c23ce40fc3130fcd709157777fb6f286f368a767927cf8da
3
+ size 34950823872
sqlcoder-70b-alpha-Q6_K/sqlcoder-70b-alpha-Q6_K-00002-of-00002.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c816162a826afde30f878ce89ea8ac8761cfc9e57a507e9ffc956700718145f6
3
+ size 21636759680
sqlcoder-70b-alpha-Q8_0/sqlcoder-70b-alpha-Q8_0-00001-of-00003.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32826a9c217b11ef167a6081666fd0bd5db06a4f144ba2be9e42f6f8a11ba2e5
3
+ size 34857426752
sqlcoder-70b-alpha-Q8_0/sqlcoder-70b-alpha-Q8_0-00002-of-00003.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:337474ae110794f525750ca4dc44648aaf277d1431e9c737552b6ee9eb12edab
3
+ size 34958922176
sqlcoder-70b-alpha-Q8_0/sqlcoder-70b-alpha-Q8_0-00003-of-00003.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8703226002a55a1587d554e6f64dcc7fc1c080b3653ad78a66dcf0f5e7a7c3cb
3
+ size 3476260800