mohamedelmadany commited on
Commit
dbe97d9
·
verified ·
1 Parent(s): 0f0e055

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -6
README.md CHANGED
@@ -52,12 +52,7 @@ The cosine learning-rate schedule with 5% warmup:
52
  Evaluated on a hand-crafted held-out test suite covering 12 SQL skill categories
53
  (basic SELECT, JOIN, GROUP BY, HAVING, subqueries, LEFT JOIN with NULL, date
54
  filtering, DISTINCT COUNT, LIKE, ORDER BY + LIMIT, single + multi-table aggregations)
55
- with **real execution against an in-memory SQLite database**:
56
-
57
- | Language | Execution accuracy |
58
- |----------|-------------------:|
59
- | **English** | **100%** (18/18) |
60
- | **Arabic (MSA)** | **88.9%** (16/18) |
61
 
62
  Each test case includes seeded data, so accuracy is verified by running both the
63
  predicted SQL and the gold reference SQL and comparing result rows — not by string
 
52
  Evaluated on a hand-crafted held-out test suite covering 12 SQL skill categories
53
  (basic SELECT, JOIN, GROUP BY, HAVING, subqueries, LEFT JOIN with NULL, date
54
  filtering, DISTINCT COUNT, LIKE, ORDER BY + LIMIT, single + multi-table aggregations)
55
+ with **real execution against an in-memory SQLite database**
 
 
 
 
 
56
 
57
  Each test case includes seeded data, so accuracy is verified by running both the
58
  predicted SQL and the gold reference SQL and comparing result rows — not by string