TheBloke commited on
Commit
6548967
1 Parent(s): 1a90e77

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +512 -0
README.md ADDED
@@ -0,0 +1,512 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: defog/sqlcoder-7b
3
+ inference: false
4
+ language:
5
+ - en
6
+ license: cc-by-sa-4.0
7
+ model_creator: Defog.ai
8
+ model_name: SQLCoder 7B
9
+ model_type: mistral
10
+ pipeline_tag: text-generation
11
+ prompt_template: "## Task\nGenerate a SQL query to answer the following question:\n\
12
+ `{prompt}`\n\n### Database Schema\nThis query will run on a database whose schema\
13
+ \ is represented in this string:\nCREATE TABLE products (\n product_id INTEGER\
14
+ \ PRIMARY KEY, -- Unique ID for each product\n name VARCHAR(50), -- Name of the\
15
+ \ product\n price DECIMAL(10,2), -- Price of each unit of the product\n quantity\
16
+ \ INTEGER -- Current quantity in stock\n);\n\nCREATE TABLE sales (\n sale_id INTEGER\
17
+ \ PRIMARY KEY, -- Unique ID for each sale\n product_id INTEGER, -- ID of product\
18
+ \ sold\n customer_id INTEGER, -- ID of customer who made purchase\n salesperson_id\
19
+ \ INTEGER, -- ID of salesperson who made the sale\n sale_date DATE, -- Date the\
20
+ \ sale occurred\n quantity INTEGER -- Quantity of product sold\n);\n\n-- sales.product_id\
21
+ \ can be joined with products.product_id\n\n### SQL\nGiven the database schema,\
22
+ \ here is the SQL query that answers `{prompt}`:\n```sql\n"
23
+ quantized_by: TheBloke
24
+ tags:
25
+ - code
26
+ ---
27
+ <!-- markdownlint-disable MD041 -->
28
+
29
+ <!-- header start -->
30
+ <!-- 200823 -->
31
+ <div style="width: auto; margin-left: auto; margin-right: auto">
32
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
33
+ </div>
34
+ <div style="display: flex; justify-content: space-between; width: 100%;">
35
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
36
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
37
+ </div>
38
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
39
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p>
40
+ </div>
41
+ </div>
42
+ <div style="text-align:center; margin-top: 0em; margin-bottom: 0em"><p style="margin-top: 0.25em; margin-bottom: 0em;">TheBloke's LLM work is generously supported by a grant from <a href="https://a16z.com">andreessen horowitz (a16z)</a></p></div>
43
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
44
+ <!-- header end -->
45
+
46
+ # SQLCoder 7B - GPTQ
47
+ - Model creator: [Defog.ai](https://huggingface.co/defog)
48
+ - Original model: [SQLCoder 7B](https://huggingface.co/defog/sqlcoder-7b)
49
+
50
+ <!-- description start -->
51
+ # Description
52
+
53
+ This repo contains GPTQ model files for [Defog.ai's SQLCoder 7B](https://huggingface.co/defog/sqlcoder-7b).
54
+
55
+ Multiple GPTQ parameter permutations are provided; see Provided Files below for details of the options provided, their parameters, and the software used to create them.
56
+
57
+ These files were quantised using hardware kindly provided by [Massed Compute](https://massedcompute.com/).
58
+
59
+ <!-- description end -->
60
+ <!-- repositories-available start -->
61
+ ## Repositories available
62
+
63
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/sqlcoder-7B-AWQ)
64
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/sqlcoder-7B-GPTQ)
65
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/sqlcoder-7B-GGUF)
66
+ * [Defog.ai's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/defog/sqlcoder-7b)
67
+ <!-- repositories-available end -->
68
+
69
+ <!-- prompt-template start -->
70
+ ## Prompt template: Sqlcoder
71
+
72
+ ```
73
+ ## Task
74
+ Generate a SQL query to answer the following question:
75
+ `{prompt}`
76
+
77
+ ### Database Schema
78
+ This query will run on a database whose schema is represented in this string:
79
+ CREATE TABLE products (
80
+ product_id INTEGER PRIMARY KEY, -- Unique ID for each product
81
+ name VARCHAR(50), -- Name of the product
82
+ price DECIMAL(10,2), -- Price of each unit of the product
83
+ quantity INTEGER -- Current quantity in stock
84
+ );
85
+
86
+ CREATE TABLE sales (
87
+ sale_id INTEGER PRIMARY KEY, -- Unique ID for each sale
88
+ product_id INTEGER, -- ID of product sold
89
+ customer_id INTEGER, -- ID of customer who made purchase
90
+ salesperson_id INTEGER, -- ID of salesperson who made the sale
91
+ sale_date DATE, -- Date the sale occurred
92
+ quantity INTEGER -- Quantity of product sold
93
+ );
94
+
95
+ -- sales.product_id can be joined with products.product_id
96
+
97
+ ### SQL
98
+ Given the database schema, here is the SQL query that answers `{prompt}`:
99
+ ```sql
100
+
101
+ ```
102
+
103
+ <!-- prompt-template end -->
104
+
105
+
106
+
107
+ <!-- README_GPTQ.md-compatible clients start -->
108
+ ## Known compatible clients / servers
109
+
110
+ These GPTQ models are known to work in the following inference servers/webuis.
111
+
112
+ - [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
113
+ - [KoboldAI United](https://github.com/henk717/koboldai)
114
+ - [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui)
115
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference)
116
+
117
+ This may not be a complete list; if you know of others, please let me know!
118
+ <!-- README_GPTQ.md-compatible clients end -->
119
+
120
+ <!-- README_GPTQ.md-provided-files start -->
121
+ ## Provided files, and GPTQ parameters
122
+
123
+ Multiple quantisation parameters are provided, to allow you to choose the best one for your hardware and requirements.
124
+
125
+ Each separate quant is in a different branch. See below for instructions on fetching from different branches.
126
+
127
+ Most GPTQ files are made with AutoGPTQ. Mistral models are currently made with Transformers.
128
+
129
+ <details>
130
+ <summary>Explanation of GPTQ parameters</summary>
131
+
132
+ - Bits: The bit size of the quantised model.
133
+ - GS: GPTQ group size. Higher numbers use less VRAM, but have lower quantisation accuracy. "None" is the lowest possible value.
134
+ - Act Order: True or False. Also known as `desc_act`. True results in better quantisation accuracy. Some GPTQ clients have had issues with models that use Act Order plus Group Size, but this is generally resolved now.
135
+ - Damp %: A GPTQ parameter that affects how samples are processed for quantisation. 0.01 is default, but 0.1 results in slightly better accuracy.
136
+ - GPTQ dataset: The calibration dataset used during quantisation. Using a dataset more appropriate to the model's training can improve quantisation accuracy. Note that the GPTQ calibration dataset is not the same as the dataset used to train the model - please refer to the original model repo for details of the training dataset(s).
137
+ - Sequence Length: The length of the dataset sequences used for quantisation. Ideally this is the same as the model sequence length. For some very long sequence models (16+K), a lower sequence length may have to be used. Note that a lower sequence length does not limit the sequence length of the quantised model. It only impacts the quantisation accuracy on longer inference sequences.
138
+ - ExLlama Compatibility: Whether this file can be loaded with ExLlama, which currently only supports Llama and Mistral models in 4-bit.
139
+
140
+ </details>
141
+
142
+ | Branch | Bits | GS | Act Order | Damp % | GPTQ Dataset | Seq Len | Size | ExLlama | Desc |
143
+ | ------ | ---- | -- | --------- | ------ | ------------ | ------- | ---- | ------- | ---- |
144
+ | [main](https://huggingface.co/TheBloke/sqlcoder-7B-GPTQ/tree/main) | 4 | 128 | Yes | 0.1 | [code](https://huggingface.co/datasets/nickrosh/Evol-Instruct-Code-80k-v1/viewer/) | 4096 | 4.16 GB | Yes | 4-bit, with Act Order and group size 128g. Uses even less VRAM than 64g, but with slightly lower accuracy. |
145
+ | [gptq-4bit-32g-actorder_True](https://huggingface.co/TheBloke/sqlcoder-7B-GPTQ/tree/gptq-4bit-32g-actorder_True) | 4 | 32 | Yes | 0.1 | [code](https://huggingface.co/datasets/nickrosh/Evol-Instruct-Code-80k-v1/viewer/) | 4096 | 4.57 GB | Yes | 4-bit, with Act Order and group size 32g. Gives highest possible inference quality, with maximum VRAM usage. |
146
+ | [gptq-8bit--1g-actorder_True](https://huggingface.co/TheBloke/sqlcoder-7B-GPTQ/tree/gptq-8bit--1g-actorder_True) | 8 | None | Yes | 0.1 | [code](https://huggingface.co/datasets/nickrosh/Evol-Instruct-Code-80k-v1/viewer/) | 4096 | 7.52 GB | No | 8-bit, with Act Order. No group size, to lower VRAM requirements. |
147
+ | [gptq-8bit-128g-actorder_True](https://huggingface.co/TheBloke/sqlcoder-7B-GPTQ/tree/gptq-8bit-128g-actorder_True) | 8 | 128 | Yes | 0.1 | [code](https://huggingface.co/datasets/nickrosh/Evol-Instruct-Code-80k-v1/viewer/) | 4096 | 7.68 GB | No | 8-bit, with group size 128g for higher inference quality and with Act Order for even higher accuracy. |
148
+ | [gptq-8bit-32g-actorder_True](https://huggingface.co/TheBloke/sqlcoder-7B-GPTQ/tree/gptq-8bit-32g-actorder_True) | 8 | 32 | Yes | 0.1 | [code](https://huggingface.co/datasets/nickrosh/Evol-Instruct-Code-80k-v1/viewer/) | 4096 | 8.17 GB | No | 8-bit, with group size 32g and Act Order for maximum inference quality. |
149
+ | [gptq-4bit-64g-actorder_True](https://huggingface.co/TheBloke/sqlcoder-7B-GPTQ/tree/gptq-4bit-64g-actorder_True) | 4 | 64 | Yes | 0.1 | [code](https://huggingface.co/datasets/nickrosh/Evol-Instruct-Code-80k-v1/viewer/) | 4096 | 4.29 GB | Yes | 4-bit, with Act Order and group size 64g. Uses less VRAM than 32g, but with slightly lower accuracy. |
150
+
151
+ <!-- README_GPTQ.md-provided-files end -->
152
+
153
+ <!-- README_GPTQ.md-download-from-branches start -->
154
+ ## How to download, including from branches
155
+
156
+ ### In text-generation-webui
157
+
158
+ To download from the `main` branch, enter `TheBloke/sqlcoder-7B-GPTQ` in the "Download model" box.
159
+
160
+ To download from another branch, add `:branchname` to the end of the download name, eg `TheBloke/sqlcoder-7B-GPTQ:gptq-4bit-32g-actorder_True`
161
+
162
+ ### From the command line
163
+
164
+ I recommend using the `huggingface-hub` Python library:
165
+
166
+ ```shell
167
+ pip3 install huggingface-hub
168
+ ```
169
+
170
+ To download the `main` branch to a folder called `sqlcoder-7B-GPTQ`:
171
+
172
+ ```shell
173
+ mkdir sqlcoder-7B-GPTQ
174
+ huggingface-cli download TheBloke/sqlcoder-7B-GPTQ --local-dir sqlcoder-7B-GPTQ --local-dir-use-symlinks False
175
+ ```
176
+
177
+ To download from a different branch, add the `--revision` parameter:
178
+
179
+ ```shell
180
+ mkdir sqlcoder-7B-GPTQ
181
+ huggingface-cli download TheBloke/sqlcoder-7B-GPTQ --revision gptq-4bit-32g-actorder_True --local-dir sqlcoder-7B-GPTQ --local-dir-use-symlinks False
182
+ ```
183
+
184
+ <details>
185
+ <summary>More advanced huggingface-cli download usage</summary>
186
+
187
+ If you remove the `--local-dir-use-symlinks False` parameter, the files will instead be stored in the central Hugging Face cache directory (default location on Linux is: `~/.cache/huggingface`), and symlinks will be added to the specified `--local-dir`, pointing to their real location in the cache. This allows for interrupted downloads to be resumed, and allows you to quickly clone the repo to multiple places on disk without triggering a download again. The downside, and the reason why I don't list that as the default option, is that the files are then hidden away in a cache folder and it's harder to know where your disk space is being used, and to clear it up if/when you want to remove a download model.
188
+
189
+ The cache location can be changed with the `HF_HOME` environment variable, and/or the `--cache-dir` parameter to `huggingface-cli`.
190
+
191
+ For more documentation on downloading with `huggingface-cli`, please see: [HF -> Hub Python Library -> Download files -> Download from the CLI](https://huggingface.co/docs/huggingface_hub/guides/download#download-from-the-cli).
192
+
193
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
194
+
195
+ ```shell
196
+ pip3 install hf_transfer
197
+ ```
198
+
199
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
200
+
201
+ ```shell
202
+ mkdir sqlcoder-7B-GPTQ
203
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/sqlcoder-7B-GPTQ --local-dir sqlcoder-7B-GPTQ --local-dir-use-symlinks False
204
+ ```
205
+
206
+ Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
207
+ </details>
208
+
209
+ ### With `git` (**not** recommended)
210
+
211
+ To clone a specific branch with `git`, use a command like this:
212
+
213
+ ```shell
214
+ git clone --single-branch --branch gptq-4bit-32g-actorder_True https://huggingface.co/TheBloke/sqlcoder-7B-GPTQ
215
+ ```
216
+
217
+ Note that using Git with HF repos is strongly discouraged. It will be much slower than using `huggingface-hub`, and will use twice as much disk space as it has to store the model files twice (it stores every byte both in the intended target folder, and again in the `.git` folder as a blob.)
218
+
219
+ <!-- README_GPTQ.md-download-from-branches end -->
220
+ <!-- README_GPTQ.md-text-generation-webui start -->
221
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
222
+
223
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
224
+
225
+ It is strongly recommended to use the text-generation-webui one-click-installers unless you're sure you know how to make a manual install.
226
+
227
+ 1. Click the **Model tab**.
228
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/sqlcoder-7B-GPTQ`.
229
+
230
+ - To download from a specific branch, enter for example `TheBloke/sqlcoder-7B-GPTQ:gptq-4bit-32g-actorder_True`
231
+ - see Provided Files above for the list of branches for each option.
232
+
233
+ 3. Click **Download**.
234
+ 4. The model will start downloading. Once it's finished it will say "Done".
235
+ 5. In the top left, click the refresh icon next to **Model**.
236
+ 6. In the **Model** dropdown, choose the model you just downloaded: `sqlcoder-7B-GPTQ`
237
+ 7. The model will automatically load, and is now ready for use!
238
+ 8. If you want any custom settings, set them and then click **Save settings for this model** followed by **Reload the Model** in the top right.
239
+
240
+ - Note that you do not need to and should not set manual GPTQ parameters any more. These are set automatically from the file `quantize_config.json`.
241
+
242
+ 9. Once you're ready, click the **Text Generation** tab and enter a prompt to get started!
243
+
244
+ <!-- README_GPTQ.md-text-generation-webui end -->
245
+
246
+ <!-- README_GPTQ.md-use-from-tgi start -->
247
+ ## Serving this model from Text Generation Inference (TGI)
248
+
249
+ It's recommended to use TGI version 1.1.0 or later. The official Docker container is: `ghcr.io/huggingface/text-generation-inference:1.1.0`
250
+
251
+ Example Docker parameters:
252
+
253
+ ```shell
254
+ --model-id TheBloke/sqlcoder-7B-GPTQ --port 3000 --quantize gptq --max-input-length 3696 --max-total-tokens 4096 --max-batch-prefill-tokens 4096
255
+ ```
256
+
257
+ Example Python code for interfacing with TGI (requires huggingface-hub 0.17.0 or later):
258
+
259
+ ```shell
260
+ pip3 install huggingface-hub
261
+ ```
262
+
263
+ ```python
264
+ from huggingface_hub import InferenceClient
265
+
266
+ endpoint_url = "https://your-endpoint-url-here"
267
+
268
+ prompt = "Tell me about AI"
269
+ prompt_template=f'''## Task
270
+ Generate a SQL query to answer the following question:
271
+ `{prompt}`
272
+
273
+ ### Database Schema
274
+ This query will run on a database whose schema is represented in this string:
275
+ CREATE TABLE products (
276
+ product_id INTEGER PRIMARY KEY, -- Unique ID for each product
277
+ name VARCHAR(50), -- Name of the product
278
+ price DECIMAL(10,2), -- Price of each unit of the product
279
+ quantity INTEGER -- Current quantity in stock
280
+ );
281
+
282
+ CREATE TABLE sales (
283
+ sale_id INTEGER PRIMARY KEY, -- Unique ID for each sale
284
+ product_id INTEGER, -- ID of product sold
285
+ customer_id INTEGER, -- ID of customer who made purchase
286
+ salesperson_id INTEGER, -- ID of salesperson who made the sale
287
+ sale_date DATE, -- Date the sale occurred
288
+ quantity INTEGER -- Quantity of product sold
289
+ );
290
+
291
+ -- sales.product_id can be joined with products.product_id
292
+
293
+ ### SQL
294
+ Given the database schema, here is the SQL query that answers `{prompt}`:
295
+ ```sql
296
+ '''
297
+
298
+ client = InferenceClient(endpoint_url)
299
+ response = client.text_generation(prompt,
300
+ max_new_tokens=128,
301
+ do_sample=True,
302
+ temperature=0.7,
303
+ top_p=0.95,
304
+ top_k=40,
305
+ repetition_penalty=1.1)
306
+
307
+ print(f"Model output: {response}")
308
+ ```
309
+ <!-- README_GPTQ.md-use-from-tgi end -->
310
+ <!-- README_GPTQ.md-use-from-python start -->
311
+ ## Python code example: inference from this GPTQ model
312
+
313
+ ### Install the necessary packages
314
+
315
+ Requires: Transformers 4.33.0 or later, Optimum 1.12.0 or later, and AutoGPTQ 0.4.2 or later.
316
+
317
+ ```shell
318
+ pip3 install --upgrade transformers optimum
319
+ # If using PyTorch 2.1 + CUDA 12.x:
320
+ pip3 install --upgrade auto-gptq
321
+ # or, if using PyTorch 2.1 + CUDA 11.x:
322
+ pip3 install --upgrade auto-gptq --extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/
323
+ ```
324
+
325
+ If you are using PyTorch 2.0, you will need to install AutoGPTQ from source. Likewise if you have problems with the pre-built wheels, you should try building from source:
326
+
327
+ ```shell
328
+ pip3 uninstall -y auto-gptq
329
+ git clone https://github.com/PanQiWei/AutoGPTQ
330
+ cd AutoGPTQ
331
+ git checkout v0.5.1
332
+ pip3 install .
333
+ ```
334
+
335
+ ### Example Python code
336
+
337
+ ```python
338
+ from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
339
+
340
+ model_name_or_path = "TheBloke/sqlcoder-7B-GPTQ"
341
+ # To use a different branch, change revision
342
+ # For example: revision="gptq-4bit-32g-actorder_True"
343
+ model = AutoModelForCausalLM.from_pretrained(model_name_or_path,
344
+ device_map="auto",
345
+ trust_remote_code=False,
346
+ revision="main")
347
+
348
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, use_fast=True)
349
+
350
+ prompt = "Tell me about AI"
351
+ prompt_template=f'''## Task
352
+ Generate a SQL query to answer the following question:
353
+ `{prompt}`
354
+
355
+ ### Database Schema
356
+ This query will run on a database whose schema is represented in this string:
357
+ CREATE TABLE products (
358
+ product_id INTEGER PRIMARY KEY, -- Unique ID for each product
359
+ name VARCHAR(50), -- Name of the product
360
+ price DECIMAL(10,2), -- Price of each unit of the product
361
+ quantity INTEGER -- Current quantity in stock
362
+ );
363
+
364
+ CREATE TABLE sales (
365
+ sale_id INTEGER PRIMARY KEY, -- Unique ID for each sale
366
+ product_id INTEGER, -- ID of product sold
367
+ customer_id INTEGER, -- ID of customer who made purchase
368
+ salesperson_id INTEGER, -- ID of salesperson who made the sale
369
+ sale_date DATE, -- Date the sale occurred
370
+ quantity INTEGER -- Quantity of product sold
371
+ );
372
+
373
+ -- sales.product_id can be joined with products.product_id
374
+
375
+ ### SQL
376
+ Given the database schema, here is the SQL query that answers `{prompt}`:
377
+ ```sql
378
+ '''
379
+
380
+ print("\n\n*** Generate:")
381
+
382
+ input_ids = tokenizer(prompt_template, return_tensors='pt').input_ids.cuda()
383
+ output = model.generate(inputs=input_ids, temperature=0.7, do_sample=True, top_p=0.95, top_k=40, max_new_tokens=512)
384
+ print(tokenizer.decode(output[0]))
385
+
386
+ # Inference can also be done using transformers' pipeline
387
+
388
+ print("*** Pipeline:")
389
+ pipe = pipeline(
390
+ "text-generation",
391
+ model=model,
392
+ tokenizer=tokenizer,
393
+ max_new_tokens=512,
394
+ do_sample=True,
395
+ temperature=0.7,
396
+ top_p=0.95,
397
+ top_k=40,
398
+ repetition_penalty=1.1
399
+ )
400
+
401
+ print(pipe(prompt_template)[0]['generated_text'])
402
+ ```
403
+ <!-- README_GPTQ.md-use-from-python end -->
404
+
405
+ <!-- README_GPTQ.md-compatibility start -->
406
+ ## Compatibility
407
+
408
+ The files provided are tested to work with Transformers. For non-Mistral models, AutoGPTQ can also be used directly.
409
+
410
+ [ExLlama](https://github.com/turboderp/exllama) is compatible with Llama and Mistral models in 4-bit. Please see the Provided Files table above for per-file compatibility.
411
+
412
+ For a list of clients/servers, please see "Known compatible clients / servers", above.
413
+ <!-- README_GPTQ.md-compatibility end -->
414
+
415
+ <!-- footer start -->
416
+ <!-- 200823 -->
417
+ ## Discord
418
+
419
+ For further support, and discussions on these models and AI in general, join us at:
420
+
421
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
422
+
423
+ ## Thanks, and how to contribute
424
+
425
+ Thanks to the [chirper.ai](https://chirper.ai) team!
426
+
427
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
428
+
429
+ I've had a lot of people ask if they can contribute. I enjoy providing models and helping people, and would love to be able to spend even more time doing it, as well as expanding into new projects like fine tuning/training.
430
+
431
+ If you're able and willing to contribute it will be most gratefully received and will help me to keep providing more models, and to start work on new AI projects.
432
+
433
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
434
+
435
+ * Patreon: https://patreon.com/TheBlokeAI
436
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
437
+
438
+ **Special thanks to**: Aemon Algiz.
439
+
440
+ **Patreon special mentions**: Brandon Frisco, LangChain4j, Spiking Neurons AB, transmissions 11, Joseph William Delisle, Nitin Borwankar, Willem Michiel, Michael Dempsey, vamX, Jeffrey Morgan, zynix, jjj, Omer Bin Jawed, Sean Connelly, jinyuan sun, Jeromy Smith, Shadi, Pawan Osman, Chadd, Elijah Stavena, Illia Dulskyi, Sebastain Graf, Stephen Murray, terasurfer, Edmond Seymore, Celu Ramasamy, Mandus, Alex, biorpg, Ajan Kanaga, Clay Pascal, Raven Klaugh, 阿明, K, ya boyyy, usrbinkat, Alicia Loh, John Villwock, ReadyPlayerEmma, Chris Smitley, Cap'n Zoog, fincy, GodLy, S_X, sidney chen, Cory Kujawski, OG, Mano Prime, AzureBlack, Pieter, Kalila, Spencer Kim, Tom X Nguyen, Stanislav Ovsiannikov, Michael Levine, Andrey, Trailburnt, Vadim, Enrico Ros, Talal Aujan, Brandon Phillips, Jack West, Eugene Pentland, Michael Davis, Will Dee, webtim, Jonathan Leane, Alps Aficionado, Rooh Singh, Tiffany J. Kim, theTransient, Luke @flexchar, Elle, Caitlyn Gatomon, Ari Malik, subjectnull, Johann-Peter Hartmann, Trenton Dambrowitz, Imad Khwaja, Asp the Wyvern, Emad Mostaque, Rainer Wilmers, Alexandros Triantafyllidis, Nicholas, Pedro Madruga, SuperWojo, Harry Royden McLaughlin, James Bentley, Olakabola, David Ziegler, Ai Maven, Jeff Scroggin, Nikolai Manek, Deo Leter, Matthew Berman, Fen Risland, Ken Nordquist, Manuel Alberto Morcote, Luke Pendergrass, TL, Fred von Graf, Randy H, Dan Guido, NimbleBox.ai, Vitor Caleffi, Gabriel Tamborski, knownsqashed, Lone Striker, Erik Bjäreholt, John Detwiler, Leonard Tan, Iucharbius
441
+
442
+
443
+ Thank you to all my generous patrons and donaters!
444
+
445
+ And thank you again to a16z for their generous grant.
446
+
447
+ <!-- footer end -->
448
+
449
+ # Original model card: Defog.ai's SQLCoder 7B
450
+
451
+ # Defog SQLCoder
452
+ Defog's SQLCoder is a state-of-the-art LLM for converting natural language questions to SQL queries.
453
+
454
+ [Interactive Demo](https://defog.ai/sqlcoder-demo/) | [🤗 HF Repo](https://huggingface.co/defog/sqlcoder2) | [♾️ Colab](https://colab.research.google.com/drive/1z4rmOEiFkxkMiecAWeTUlPl0OmKgfEu7?usp=sharing) | [🐦 Twitter](https://twitter.com/defogdata)
455
+
456
+ ## TL;DR
457
+ SQLCoder-7B is a 7B parameter model that outperforms `gpt-3.5-turbo` for natural language to SQL generation tasks on our [sql-eval](https://github.com/defog-ai/sql-eval) framework, and significantly outperforms all popular open-source models. When fine-tuned on a given schema, it also outperforms `gpt-4`
458
+
459
+ SQLCoder-7B is fine-tuned on a base Mistral-7B model.
460
+
461
+ ## Results on novel datasets not seen in training
462
+ | model | perc_correct |
463
+ |-|-|
464
+ | gpt4-2023-10-04 | 82.0 |
465
+ | defog-sqlcoder2 | 74.5 |
466
+ | gpt4-2023-08-28 | 74.0 |
467
+ | defog-sqlcoder-7b | 71.0 |
468
+ | gpt-3.5-2023-10-04 | 66.0 |
469
+ | claude-2 | 64.5 |
470
+ | gpt-3.5-2023-08-28 | 61.0 |
471
+ | claude_instant_1 | 61.0 |
472
+ | text-davinci-003 | 52.5 |
473
+
474
+ ## License
475
+ The code in this repo (what little there is of it) is Apache-2 licensed. The model weights have a `CC BY-SA 4.0` license. The TL;DR is that you can use and modify the model for any purpose – including commercial use. However, if you modify the weights (for example, by fine-tuning), you must open-source your modified weights under the same license terms.
476
+
477
+ ## Training
478
+ SQLCoder was trained on more than 20,000 human-curated questions. These questions were based on 10 different schemas. None of the schemas in the training data were included in our evaluation framework.
479
+
480
+ You can read more about our [training approach](https://defog.ai/blog/open-sourcing-sqlcoder2-7b/) and [evaluation framework](https://defog.ai/blog/open-sourcing-sqleval/).
481
+
482
+ ## Results by question category
483
+ We classified each generated question into one of 5 categories. The table displays the percentage of questions answered correctly by each model, broken down by category.
484
+ | query_category | gpt-4 | sqlcoder2-15b | sqlcoder-7b | gpt-3.5 | claude-2 | claude-instant | gpt-3 |
485
+ |:-----------------|--------:|----------------:|--------------:|----------:|-----------:|-----------------:|--------:|
486
+ | date | 72 | 76 | 64 | 68 | 52 | 48 | 32 |
487
+ | group_by | 91.4 | 80 | 82.9 | 77.1 | 71.4 | 71.4 | 71.4 |
488
+ | order_by | 82.9 | 77.1 | 74.3 | 68.6 | 74.3 | 74.3 | 68.6 |
489
+ | ratio | 80 | 60 | 54.3 | 37.1 | 57.1 | 45.7 | 25.7 |
490
+ | join | 82.9 | 77.1 | 74.3 | 71.4 | 65.7 | 62.9 | 57.1 |
491
+ | where | 80 | 77.1 | 74.3 | 74.3 | 62.9 | 60 | 54.3 |
492
+
493
+ ## Using SQLCoder
494
+ You can use SQLCoder via the `transformers` library by downloading our model weights from the Hugging Face repo. We have added sample code for [inference](./inference.py) on a [sample database schema](./metadata.sql).
495
+ ```bash
496
+ python inference.py -q "Question about the sample database goes here"
497
+
498
+ # Sample question:
499
+ # Do we get more revenue from customers in New York compared to customers in San Francisco? Give me the total revenue for each city, and the difference between the two.
500
+ ```
501
+
502
+ You can also use a demo on our website [here](https://defog.ai/sqlcoder-demo), or run SQLCoder in Colab [here](https://colab.research.google.com/drive/13BIKsqHnPOBcQ-ba2p77L5saiepTIwu0#scrollTo=ZpbVgVHMkJvC)
503
+
504
+ ## Hardware Requirements
505
+ SQLCoder has been tested on an A100 40GB GPU with `bfloat16` weights. You can also load an 8-bit and 4-bit quantized version of the model on consumer GPUs with 20GB or more of memory – like RTX 4090, RTX 3090, and Apple M2 Pro, M2 Max, or M2 Ultra Chips with 20GB or more of memory.
506
+
507
+ ## Todo
508
+
509
+ - [x] Open-source the v1 model weights
510
+ - [x] Train the model on more data, with higher data variance
511
+ - [ ] Tune the model further with Reward Modelling and RLHF
512
+ - [ ] Pretrain a model from scratch that specializes in SQL analysis