Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +122 -0
- gpt2Medium_text_to_sql-Q2_K.gguf +3 -0
- gpt2Medium_text_to_sql-Q3_K_L.gguf +3 -0
- gpt2Medium_text_to_sql-Q3_K_M.gguf +3 -0
- gpt2Medium_text_to_sql-Q3_K_S.gguf +3 -0
- gpt2Medium_text_to_sql-Q4_0.gguf +3 -0
- gpt2Medium_text_to_sql-Q4_K_M.gguf +3 -0
- gpt2Medium_text_to_sql-Q4_K_S.gguf +3 -0
- gpt2Medium_text_to_sql-Q5_0.gguf +3 -0
- gpt2Medium_text_to_sql-Q5_K_M.gguf +3 -0
- gpt2Medium_text_to_sql-Q5_K_S.gguf +3 -0
- gpt2Medium_text_to_sql-Q6_K.gguf +3 -0
- gpt2Medium_text_to_sql-Q8_0.gguf +3 -0
.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 |
+
gpt2Medium_text_to_sql-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
gpt2Medium_text_to_sql-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
gpt2Medium_text_to_sql-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
gpt2Medium_text_to_sql-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
gpt2Medium_text_to_sql-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
gpt2Medium_text_to_sql-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
gpt2Medium_text_to_sql-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
gpt2Medium_text_to_sql-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
gpt2Medium_text_to_sql-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
gpt2Medium_text_to_sql-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
gpt2Medium_text_to_sql-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
gpt2Medium_text_to_sql-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,122 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
tags:
|
| 5 |
+
- text-to-sql
|
| 6 |
+
- gpt2
|
| 7 |
+
- gpt2-medium
|
| 8 |
+
- nlp-to-sql
|
| 9 |
+
- text2sql
|
| 10 |
+
- sql
|
| 11 |
+
- TensorBlock
|
| 12 |
+
- GGUF
|
| 13 |
+
datasets:
|
| 14 |
+
- b-mc2/sql-create-context
|
| 15 |
+
license: other
|
| 16 |
+
base_model: rakeshkiriyath/gpt2Medium_text_to_sql
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
| 20 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
| 21 |
+
</div>
|
| 22 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
| 23 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
| 24 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
| 25 |
+
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>
|
| 26 |
+
</p>
|
| 27 |
+
</div>
|
| 28 |
+
</div>
|
| 29 |
+
|
| 30 |
+
## rakeshkiriyath/gpt2Medium_text_to_sql - GGUF
|
| 31 |
+
|
| 32 |
+
This repo contains GGUF format model files for [rakeshkiriyath/gpt2Medium_text_to_sql](https://huggingface.co/rakeshkiriyath/gpt2Medium_text_to_sql).
|
| 33 |
+
|
| 34 |
+
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b5165](https://github.com/ggml-org/llama.cpp/commit/1d735c0b4fa0551c51c2f4ac888dd9a01f447985).
|
| 35 |
+
|
| 36 |
+
## Our projects
|
| 37 |
+
<table border="1" cellspacing="0" cellpadding="10">
|
| 38 |
+
<tr>
|
| 39 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
| 40 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
| 41 |
+
</tr>
|
| 42 |
+
<tr>
|
| 43 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
|
| 44 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
|
| 45 |
+
</tr>
|
| 46 |
+
<tr>
|
| 47 |
+
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
| 48 |
+
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
| 49 |
+
</tr>
|
| 50 |
+
<tr>
|
| 51 |
+
<th>
|
| 52 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
| 53 |
+
display: inline-block;
|
| 54 |
+
padding: 8px 16px;
|
| 55 |
+
background-color: #FF7F50;
|
| 56 |
+
color: white;
|
| 57 |
+
text-decoration: none;
|
| 58 |
+
border-radius: 6px;
|
| 59 |
+
font-weight: bold;
|
| 60 |
+
font-family: sans-serif;
|
| 61 |
+
">👀 See what we built 👀</a>
|
| 62 |
+
</th>
|
| 63 |
+
<th>
|
| 64 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
| 65 |
+
display: inline-block;
|
| 66 |
+
padding: 8px 16px;
|
| 67 |
+
background-color: #FF7F50;
|
| 68 |
+
color: white;
|
| 69 |
+
text-decoration: none;
|
| 70 |
+
border-radius: 6px;
|
| 71 |
+
font-weight: bold;
|
| 72 |
+
font-family: sans-serif;
|
| 73 |
+
">👀 See what we built 👀</a>
|
| 74 |
+
</th>
|
| 75 |
+
</tr>
|
| 76 |
+
</table>
|
| 77 |
+
|
| 78 |
+
## Prompt template
|
| 79 |
+
|
| 80 |
+
```
|
| 81 |
+
Unable to determine prompt format automatically. Please check the original model repository for the correct prompt format.
|
| 82 |
+
```
|
| 83 |
+
|
| 84 |
+
## Model file specification
|
| 85 |
+
|
| 86 |
+
| Filename | Quant type | File Size | Description |
|
| 87 |
+
| -------- | ---------- | --------- | ----------- |
|
| 88 |
+
| [gpt2Medium_text_to_sql-Q2_K.gguf](https://huggingface.co/tensorblock/rakeshkiriyath_gpt2Medium_text_to_sql-GGUF/blob/main/gpt2Medium_text_to_sql-Q2_K.gguf) | Q2_K | 0.178 GB | smallest, significant quality loss - not recommended for most purposes |
|
| 89 |
+
| [gpt2Medium_text_to_sql-Q3_K_S.gguf](https://huggingface.co/tensorblock/rakeshkiriyath_gpt2Medium_text_to_sql-GGUF/blob/main/gpt2Medium_text_to_sql-Q3_K_S.gguf) | Q3_K_S | 0.201 GB | very small, high quality loss |
|
| 90 |
+
| [gpt2Medium_text_to_sql-Q3_K_M.gguf](https://huggingface.co/tensorblock/rakeshkiriyath_gpt2Medium_text_to_sql-GGUF/blob/main/gpt2Medium_text_to_sql-Q3_K_M.gguf) | Q3_K_M | 0.229 GB | very small, high quality loss |
|
| 91 |
+
| [gpt2Medium_text_to_sql-Q3_K_L.gguf](https://huggingface.co/tensorblock/rakeshkiriyath_gpt2Medium_text_to_sql-GGUF/blob/main/gpt2Medium_text_to_sql-Q3_K_L.gguf) | Q3_K_L | 0.244 GB | small, substantial quality loss |
|
| 92 |
+
| [gpt2Medium_text_to_sql-Q4_0.gguf](https://huggingface.co/tensorblock/rakeshkiriyath_gpt2Medium_text_to_sql-GGUF/blob/main/gpt2Medium_text_to_sql-Q4_0.gguf) | Q4_0 | 0.248 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
| 93 |
+
| [gpt2Medium_text_to_sql-Q4_K_S.gguf](https://huggingface.co/tensorblock/rakeshkiriyath_gpt2Medium_text_to_sql-GGUF/blob/main/gpt2Medium_text_to_sql-Q4_K_S.gguf) | Q4_K_S | 0.250 GB | small, greater quality loss |
|
| 94 |
+
| [gpt2Medium_text_to_sql-Q4_K_M.gguf](https://huggingface.co/tensorblock/rakeshkiriyath_gpt2Medium_text_to_sql-GGUF/blob/main/gpt2Medium_text_to_sql-Q4_K_M.gguf) | Q4_K_M | 0.271 GB | medium, balanced quality - recommended |
|
| 95 |
+
| [gpt2Medium_text_to_sql-Q5_0.gguf](https://huggingface.co/tensorblock/rakeshkiriyath_gpt2Medium_text_to_sql-GGUF/blob/main/gpt2Medium_text_to_sql-Q5_0.gguf) | Q5_0 | 0.292 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
| 96 |
+
| [gpt2Medium_text_to_sql-Q5_K_S.gguf](https://huggingface.co/tensorblock/rakeshkiriyath_gpt2Medium_text_to_sql-GGUF/blob/main/gpt2Medium_text_to_sql-Q5_K_S.gguf) | Q5_K_S | 0.292 GB | large, low quality loss - recommended |
|
| 97 |
+
| [gpt2Medium_text_to_sql-Q5_K_M.gguf](https://huggingface.co/tensorblock/rakeshkiriyath_gpt2Medium_text_to_sql-GGUF/blob/main/gpt2Medium_text_to_sql-Q5_K_M.gguf) | Q5_K_M | 0.309 GB | large, very low quality loss - recommended |
|
| 98 |
+
| [gpt2Medium_text_to_sql-Q6_K.gguf](https://huggingface.co/tensorblock/rakeshkiriyath_gpt2Medium_text_to_sql-GGUF/blob/main/gpt2Medium_text_to_sql-Q6_K.gguf) | Q6_K | 0.339 GB | very large, extremely low quality loss |
|
| 99 |
+
| [gpt2Medium_text_to_sql-Q8_0.gguf](https://huggingface.co/tensorblock/rakeshkiriyath_gpt2Medium_text_to_sql-GGUF/blob/main/gpt2Medium_text_to_sql-Q8_0.gguf) | Q8_0 | 0.437 GB | very large, extremely low quality loss - not recommended |
|
| 100 |
+
|
| 101 |
+
|
| 102 |
+
## Downloading instruction
|
| 103 |
+
|
| 104 |
+
### Command line
|
| 105 |
+
|
| 106 |
+
Firstly, install Huggingface Client
|
| 107 |
+
|
| 108 |
+
```shell
|
| 109 |
+
pip install -U "huggingface_hub[cli]"
|
| 110 |
+
```
|
| 111 |
+
|
| 112 |
+
Then, downoad the individual model file the a local directory
|
| 113 |
+
|
| 114 |
+
```shell
|
| 115 |
+
huggingface-cli download tensorblock/rakeshkiriyath_gpt2Medium_text_to_sql-GGUF --include "gpt2Medium_text_to_sql-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
| 116 |
+
```
|
| 117 |
+
|
| 118 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
| 119 |
+
|
| 120 |
+
```shell
|
| 121 |
+
huggingface-cli download tensorblock/rakeshkiriyath_gpt2Medium_text_to_sql-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
| 122 |
+
```
|
gpt2Medium_text_to_sql-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7bb1bb604a3064406427f48b0d00dca3ab651eaa73531d21976effeb6680e2a
|
| 3 |
+
size 178236448
|
gpt2Medium_text_to_sql-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0a9b8499be26a83974604b6001397f5c2ccc00e8c186a806f81cb6c9fe25aec
|
| 3 |
+
size 243821824
|
gpt2Medium_text_to_sql-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:257967ab55981ff71b6b4acddaec8f3a78441e4af46ec7e893372533a98b9992
|
| 3 |
+
size 228617472
|
gpt2Medium_text_to_sql-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:614a3a6151734f060bd4df95f386dbd31e2853ef56a9abfd158cc1e54963b8a7
|
| 3 |
+
size 201354496
|
gpt2Medium_text_to_sql-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d925ca19b2d86081a589a3dadfe4566e30aeeb8dcff58362cc5d6d4e96347425
|
| 3 |
+
size 248297472
|
gpt2Medium_text_to_sql-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04816e0b741ffab3a54921ee859a81420c67a8295cf3b36463242ed7bc8f2d52
|
| 3 |
+
size 270710784
|
gpt2Medium_text_to_sql-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:957e506aa9f6239e63832704539474ada00b69a718fadf11b7de278b1dd59a85
|
| 3 |
+
size 249870336
|
gpt2Medium_text_to_sql-Q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb786149e7a884c67354970e56c2ee5ffc4eab9559f1c28196820aaa6fc206bb
|
| 3 |
+
size 292479104
|
gpt2Medium_text_to_sql-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:899faa3e1ba533d51bc9a8eaffad16c362eb4b9f32506d732522d90851127807
|
| 3 |
+
size 309190784
|
gpt2Medium_text_to_sql-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ebb53c5427fd981dad8814b6e389dde60c38fe8ab15af3420e144eff9db91c88
|
| 3 |
+
size 292479104
|
gpt2Medium_text_to_sql-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:64e777fe0e172fb822872602dd3bf9e081c568dde68ed11c4f464927b59fa44a
|
| 3 |
+
size 339422112
|
gpt2Medium_text_to_sql-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:017a490ae37e147a0230b617231536c179cdf080a67234e086ac515530d1e3ea
|
| 3 |
+
size 437487712
|