richardr1126 commited on
Commit
400a61f
1 Parent(s): 21920c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -27,6 +27,18 @@ The goal of the Spider challenge is to develop natural language interfaces to cr
27
 
28
  This dataset was used to finetune this model.
29
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  ## Citations
31
 
32
  ```
 
27
 
28
  This dataset was used to finetune this model.
29
 
30
+ ### Spider Skeleton WizardCoder - [test-suite-sql-eval](https://github.com/taoyds/test-suite-sql-eval) Results
31
+ With temperature set to 0.0, top_p set to 0.9, and top_k set to 0, the model achieves **61% execution accuracy** on the Spider dev set.
32
+
33
+ <img src="https://raw.githubusercontent.com/cuplv/text-to-sql-wizardcoder/main/eval/plots/spiderwizard-plus-chatgpt.svg" height="300">
34
+ <img src="https://raw.githubusercontent.com/cuplv/text-to-sql-wizardcoder/main/eval/plots/spiderwizard-vs-chatgpt.svg" height="300">
35
+
36
+ Note:
37
+ - ChatGPT was evaluated with the default hyperparameters and with the system message `You are a sophisticated AI assistant capable of converting text into SQL queries. You can only output SQL, don't add any other text.`
38
+ - Both models were evaluated with `--plug_value` in `evaluation.py` using the Spider dev set with database context.
39
+ - `--plug_value`: If set, the gold value will be plugged into the predicted query. This is suitable if your model does not predict values. This is set to `False` by default.
40
+
41
+
42
  ## Citations
43
 
44
  ```