morriszms commited on
Commit
811c85c
·
verified ·
1 Parent(s): 6635f15

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
+ sqlcoder-34b-alpha-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ sqlcoder-34b-alpha-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ sqlcoder-34b-alpha-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ sqlcoder-34b-alpha-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ sqlcoder-34b-alpha-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ sqlcoder-34b-alpha-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ sqlcoder-34b-alpha-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ sqlcoder-34b-alpha-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ sqlcoder-34b-alpha-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ sqlcoder-34b-alpha-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ sqlcoder-34b-alpha-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ sqlcoder-34b-alpha-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ pipeline_tag: text-generation
6
+ tags:
7
+ - TensorBlock
8
+ - GGUF
9
+ base_model: defog/sqlcoder-34b-alpha
10
+ ---
11
+
12
+ <div style="width: auto; margin-left: auto; margin-right: auto">
13
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
14
+ </div>
15
+ <div style="display: flex; justify-content: space-between; width: 100%;">
16
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
17
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
18
+ 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>
19
+ </p>
20
+ </div>
21
+ </div>
22
+
23
+ ## defog/sqlcoder-34b-alpha - GGUF
24
+
25
+ This repo contains GGUF format model files for [defog/sqlcoder-34b-alpha](https://huggingface.co/defog/sqlcoder-34b-alpha).
26
+
27
+ 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).
28
+
29
+ <div style="text-align: left; margin: 20px 0;">
30
+ <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;">
31
+ Run them on the TensorBlock client using your local machine ↗
32
+ </a>
33
+ </div>
34
+
35
+ ## Prompt template
36
+
37
+ ```
38
+
39
+ ```
40
+
41
+ ## Model file specification
42
+
43
+ | Filename | Quant type | File Size | Description |
44
+ | -------- | ---------- | --------- | ----------- |
45
+ | [sqlcoder-34b-alpha-Q2_K.gguf](https://huggingface.co/tensorblock/sqlcoder-34b-alpha-GGUF/blob/main/sqlcoder-34b-alpha-Q2_K.gguf) | Q2_K | 12.506 GB | smallest, significant quality loss - not recommended for most purposes |
46
+ | [sqlcoder-34b-alpha-Q3_K_S.gguf](https://huggingface.co/tensorblock/sqlcoder-34b-alpha-GGUF/blob/main/sqlcoder-34b-alpha-Q3_K_S.gguf) | Q3_K_S | 14.605 GB | very small, high quality loss |
47
+ | [sqlcoder-34b-alpha-Q3_K_M.gguf](https://huggingface.co/tensorblock/sqlcoder-34b-alpha-GGUF/blob/main/sqlcoder-34b-alpha-Q3_K_M.gguf) | Q3_K_M | 16.306 GB | very small, high quality loss |
48
+ | [sqlcoder-34b-alpha-Q3_K_L.gguf](https://huggingface.co/tensorblock/sqlcoder-34b-alpha-GGUF/blob/main/sqlcoder-34b-alpha-Q3_K_L.gguf) | Q3_K_L | 17.772 GB | small, substantial quality loss |
49
+ | [sqlcoder-34b-alpha-Q4_0.gguf](https://huggingface.co/tensorblock/sqlcoder-34b-alpha-GGUF/blob/main/sqlcoder-34b-alpha-Q4_0.gguf) | Q4_0 | 19.052 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
50
+ | [sqlcoder-34b-alpha-Q4_K_S.gguf](https://huggingface.co/tensorblock/sqlcoder-34b-alpha-GGUF/blob/main/sqlcoder-34b-alpha-Q4_K_S.gguf) | Q4_K_S | 19.192 GB | small, greater quality loss |
51
+ | [sqlcoder-34b-alpha-Q4_K_M.gguf](https://huggingface.co/tensorblock/sqlcoder-34b-alpha-GGUF/blob/main/sqlcoder-34b-alpha-Q4_K_M.gguf) | Q4_K_M | 20.220 GB | medium, balanced quality - recommended |
52
+ | [sqlcoder-34b-alpha-Q5_0.gguf](https://huggingface.co/tensorblock/sqlcoder-34b-alpha-GGUF/blob/main/sqlcoder-34b-alpha-Q5_0.gguf) | Q5_0 | 23.237 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
53
+ | [sqlcoder-34b-alpha-Q5_K_S.gguf](https://huggingface.co/tensorblock/sqlcoder-34b-alpha-GGUF/blob/main/sqlcoder-34b-alpha-Q5_K_S.gguf) | Q5_K_S | 23.237 GB | large, low quality loss - recommended |
54
+ | [sqlcoder-34b-alpha-Q5_K_M.gguf](https://huggingface.co/tensorblock/sqlcoder-34b-alpha-GGUF/blob/main/sqlcoder-34b-alpha-Q5_K_M.gguf) | Q5_K_M | 23.839 GB | large, very low quality loss - recommended |
55
+ | [sqlcoder-34b-alpha-Q6_K.gguf](https://huggingface.co/tensorblock/sqlcoder-34b-alpha-GGUF/blob/main/sqlcoder-34b-alpha-Q6_K.gguf) | Q6_K | 27.684 GB | very large, extremely low quality loss |
56
+ | [sqlcoder-34b-alpha-Q8_0.gguf](https://huggingface.co/tensorblock/sqlcoder-34b-alpha-GGUF/blob/main/sqlcoder-34b-alpha-Q8_0.gguf) | Q8_0 | 35.856 GB | very large, extremely low quality loss - not recommended |
57
+
58
+
59
+ ## Downloading instruction
60
+
61
+ ### Command line
62
+
63
+ Firstly, install Huggingface Client
64
+
65
+ ```shell
66
+ pip install -U "huggingface_hub[cli]"
67
+ ```
68
+
69
+ Then, downoad the individual model file the a local directory
70
+
71
+ ```shell
72
+ huggingface-cli download tensorblock/sqlcoder-34b-alpha-GGUF --include "sqlcoder-34b-alpha-Q2_K.gguf" --local-dir MY_LOCAL_DIR
73
+ ```
74
+
75
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/sqlcoder-34b-alpha-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
79
+ ```
sqlcoder-34b-alpha-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c58b3afdd9ebe316b69f1a6e3bda04e2d1a4c441729211a547b32351edb21679
3
+ size 12505690784
sqlcoder-34b-alpha-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ad8acf2643319454ec8cb33965de84aa291f0782e3b1b3e3946b22f616e963a
3
+ size 17771524768
sqlcoder-34b-alpha-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cbeb445c5b80cbbb82f8fccc289511d80d79a50720402dfdba0b00e345b1482
3
+ size 16306139808
sqlcoder-34b-alpha-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa19dfe154cdbd1b956fdfdd862065ccc7e3e39166e0eb3a9eedf8ca2f907bed
3
+ size 14605349536
sqlcoder-34b-alpha-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ce5a65f797a288c195b86054a66da0a3c953247616168e5b23525c45770107f
3
+ size 19052049056
sqlcoder-34b-alpha-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ba78e12e09ca44153ff2c4c92aa092f1803b4585319010c66e2629779e38d9b
3
+ size 20219900576
sqlcoder-34b-alpha-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a14792bacdad2a643bc3f060599e2a7ac375e8d667e5dda9573789f438f91415
3
+ size 19191509664
sqlcoder-34b-alpha-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4aeeec06c347ed01345668c87adea3988cb2c555199963cca73c9c4ea83db86
3
+ size 23237178016
sqlcoder-34b-alpha-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05c221708935633943b5b8c1b044528a51a0ffdd61266be9a3bbb9f66f90055e
3
+ size 23838798496
sqlcoder-34b-alpha-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d963131dd905b5b5aa91e74d477e88f168231d1c8bfe45d6fa265bcd612fe604
3
+ size 23237178016
sqlcoder-34b-alpha-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd17e07c16d3fe171dd8e23174041fed1cd342b8ca052a0335e887623176c500
3
+ size 27683877536
sqlcoder-34b-alpha-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af1d0e9b85bd27e4a3a73b22a5c408481466be819f5ad9c503dd4f2de72b262f
3
+ size 35856052896