eglym commited on
Commit
d587f78
·
verified ·
1 Parent(s): 367c396

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -49,9 +49,9 @@ You can read more about the methodology behind SQLEval here.
49
  Results
50
  We classified each generated question into one of 6 categories. The table displays the percentage of questions answered correctly by each model, broken down by category.
51
  ```bash
52
- easy medium hard extra all
53
- count 250 440 174 170 1034
54
  compare etype exec
55
- ===================== EXECUTION ACCURACY =====================
56
- execution 0.756 0.602 0.477 0.265 0.563
57
  ```
 
49
  Results
50
  We classified each generated question into one of 6 categories. The table displays the percentage of questions answered correctly by each model, broken down by category.
51
  ```bash
52
+ easy medium hard extra all
53
+ count 250 440 174 170 1034
54
  compare etype exec
55
+ ===================== EXECUTION ACCURACY =====================
56
+ exec 0.732 0.495 0.368 0.224 0.486
57
  ```