tdoehmen commited on
Commit
20d5ced
1 Parent(s): 816bafc

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -23,7 +23,7 @@ In this repository we are introducing a new member of NSQL, DuckDB-NSQL. It's ba
23
 
24
  ## Training Data
25
 
26
- 200k synthetically generated text-to-SQL training data pairs, using Mixtral 7B Instruct V1, guided by the DuckDB v0.9.2 documentation. And text-to-SQL pairs from [NSText2SQL](https://huggingface.co/datasets/NumbersStation/NSText2SQL) that were transpiled to DuckDB SQL using [sqlglot](https://github.com/tobymao/sqlglot).
27
 
28
  ## Evaluation Data
29
 
 
23
 
24
  ## Training Data
25
 
26
+ 200k DuckDB text-to-SQL pairs, synthetically generated using [Mixtral-8x7B-Instruct-v0.1](https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1), guided by the DuckDB v0.9.2 documentation. And text-to-SQL pairs from [NSText2SQL](https://huggingface.co/datasets/NumbersStation/NSText2SQL) that were transpiled to DuckDB SQL using [sqlglot](https://github.com/tobymao/sqlglot).
27
 
28
  ## Evaluation Data
29