Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ tags:
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# Update notice
|
| 10 |
-
The model weights were updated at
|
| 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 |
-
|
| 53 |
-
count
|
| 54 |
compare etype exec
|
| 55 |
-
=====================
|
| 56 |
-
|
| 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 |
```
|