rishdotblog commited on
Commit
227a423
1 Parent(s): 7ce698c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -8,12 +8,13 @@ library_name: transformers
8
  pipeline_tag: text-generation
9
  tags:
10
  - code
 
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
 
18
  ## TL;DR
19
  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.
 
8
  pipeline_tag: text-generation
9
  tags:
10
  - code
11
+ inference: false
12
  ---
13
 
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://drive.google.com/file/d/13BIKsqHnPOBcQ-ba2p77L5saiepTIwu0/view?usp=sharing) | [🐦 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.