rishdotblog
commited on
Commit
•
ddff439
1
Parent(s):
cce7e2e
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ inference: false
|
|
14 |
# Defog SQLCoder
|
15 |
Defog's SQLCoder is a state-of-the-art LLM for converting natural language questions to SQL queries.
|
16 |
|
17 |
-
[Interactive Demo](https://defog.ai/sqlcoder-demo) | [♾️ Colab](https://
|
18 |
|
19 |
## TL;DR
|
20 |
SQLCoder is a 15B parameter model that slightly 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. It also significantly outperforms `text-davinci-003`, a model that's more than 10 times its size.
|
|
|
14 |
# Defog SQLCoder
|
15 |
Defog's SQLCoder is a state-of-the-art LLM for converting natural language questions to SQL queries.
|
16 |
|
17 |
+
[Interactive Demo](https://defog.ai/sqlcoder-demo) | [♾️ Colab](https://colab.research.google.com/drive/1z4rmOEiFkxkMiecAWeTUlPl0OmKgfEu7) | [🐦 Twitter](https://twitter.com/defogdata)
|
18 |
|
19 |
## TL;DR
|
20 |
SQLCoder is a 15B parameter model that slightly 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. It also significantly outperforms `text-davinci-003`, a model that's more than 10 times its size.
|