Commit
·
310f8ba
1
Parent(s):
7fe7bed
Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,21 @@ license: bigcode-openrail-m
|
|
19 |
### Running the GGML model
|
20 |
- The best way to run this model is to use the [GGML version](https://huggingface.co/richardr1126/qlora-spider-natsql-wizard-coder-adapter) on [koboldcpp](https://github.com/LostRuins/koboldcpp), with CuBlas support.
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
## Citations
|
23 |
|
24 |
```
|
|
|
19 |
### Running the GGML model
|
20 |
- The best way to run this model is to use the [GGML version](https://huggingface.co/richardr1126/qlora-spider-natsql-wizard-coder-adapter) on [koboldcpp](https://github.com/LostRuins/koboldcpp), with CuBlas support.
|
21 |
|
22 |
+
### Spider Dataset
|
23 |
+
|
24 |
+
[Spider](https://arxiv.org/abs/1809.08887) is a large-scale complex and cross-domain semantic parsing and text-to-SQL dataset annotated by 11 Yale students
|
25 |
+
The goal of the Spider challenge is to develop natural language interfaces to cross-domain databases.
|
26 |
+
|
27 |
+
This dataset was used to finetune this model.
|
28 |
+
|
29 |
+
### NatSQL
|
30 |
+
|
31 |
+
[NatSQL](https://arxiv.org/abs/2109.05153) is an intermediate representation for SQL that simplifies the queries and reduces the mismatch between
|
32 |
+
natural language and SQL. NatSQL preserves the core functionalities of SQL, but removes some clauses and keywords
|
33 |
+
that are hard to infer from natural language descriptions. NatSQL also makes schema linking easier by reducing the
|
34 |
+
number of schema items to predict. NatSQL can be easily converted to executable SQL queries and can improve the
|
35 |
+
performance of text-to-SQL models.
|
36 |
+
|
37 |
## Citations
|
38 |
|
39 |
```
|