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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -7,7 +7,7 @@ tags:
7
  ---
8
 
9
  # Update notice
10
- The model weights were updated at 8 AM UTC on Sep 12, 2024.
11
 
12
  # Model Card for DR-TEXT2SQL-CodeLlama2-7B-Chinese
13
  A capable large language model for natural language to SQL generation.
@@ -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
- exec 0.732 0.495 0.368 0.224 0.486
57
  ```
 
7
  ---
8
 
9
  # Update notice
10
+ The model weights were updated at 3 AM UTC on Sep 13, 2024.
11
 
12
  # Model Card for DR-TEXT2SQL-CodeLlama2-7B-Chinese
13
  A capable large language model for natural language to SQL generation.
 
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
  ```