Slight corrections in README
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ tags:
|
|
11 |
---
|
12 |
|
13 |
# Defog SQLCoder
|
14 |
-
Defog's SQLCoder is a state
|
15 |
|
16 |
[🤗 HF Repo](https://huggingface.co/defog/sqlcoder) | [♾️ Colab](https://drive.google.com/file/d/13BIKsqHnPOBcQ-ba2p77L5saiepTIwu0/view?usp=sharing) | [🐦 Twitter](https://twitter.com/defogdata)
|
17 |
|
@@ -36,10 +36,10 @@ Defog was trained on 10,537 human-curated questions across 2 epochs. These quest
|
|
36 |
|
37 |
Training happened in 2 phases. The first phase was on questions that were classified as "easy" or "medium" difficulty, and the second phase was on questions that were classified as "hard" or "extra hard" difficulty. You can read more about the dataset creation and classification process [here](https://defog.ai/blog/defog-sqlcoder-dataset-creation).
|
38 |
|
39 |
-
The results of training on our easy+medium data were stored in a model called `defog-easy`. We found that the additional training on hard+extra-hard
|
40 |
|
41 |
## Results by question category
|
42 |
-
We classified each generated question into one of 5 categories.
|
43 |
| query_category | gpt-4 | defog-sqlcoder | gpt-3.5-turbo | defog-easy | text-davinci-003 | wizard-coder | star-coder |
|
44 |
|-|-|-|-|-|-|-|-|
|
45 |
| group_by | 82.9 | 77.1 | 71.4 | 62.9 | 62.9 | 68.6 | 54.3 |
|
|
|
11 |
---
|
12 |
|
13 |
# Defog SQLCoder
|
14 |
+
Defog's SQLCoder is a state-of-the-art LLM for converting natural language questions to SQL queries.
|
15 |
|
16 |
[🤗 HF Repo](https://huggingface.co/defog/sqlcoder) | [♾️ Colab](https://drive.google.com/file/d/13BIKsqHnPOBcQ-ba2p77L5saiepTIwu0/view?usp=sharing) | [🐦 Twitter](https://twitter.com/defogdata)
|
17 |
|
|
|
36 |
|
37 |
Training happened in 2 phases. The first phase was on questions that were classified as "easy" or "medium" difficulty, and the second phase was on questions that were classified as "hard" or "extra hard" difficulty. You can read more about the dataset creation and classification process [here](https://defog.ai/blog/defog-sqlcoder-dataset-creation).
|
38 |
|
39 |
+
The results of training on our easy+medium data were stored in a model called `defog-easy`. We found that the additional training on hard+extra-hard data led to a 7 percentage point increase in performance.
|
40 |
|
41 |
## Results by question category
|
42 |
+
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.
|
43 |
| query_category | gpt-4 | defog-sqlcoder | gpt-3.5-turbo | defog-easy | text-davinci-003 | wizard-coder | star-coder |
|
44 |
|-|-|-|-|-|-|-|-|
|
45 |
| group_by | 82.9 | 77.1 | 71.4 | 62.9 | 62.9 | 68.6 | 54.3 |
|