MaXoN654 commited on
Commit
efe1a62
·
verified ·
1 Parent(s): 24d05ff

model card: add base model per-complexity EX accuracy

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -42,14 +42,14 @@ are the same items, English question vs its translation), greedy decoding:
42
  Fine-tuning lifts execution accuracy **from 13.9% to 58.4%** — about 4.2× the base
43
  model, and above its English-question ceiling (16.0%).
44
 
45
- Breakdown by SQL complexity (RUSQL, RU questions):
46
-
47
- | Complexity | n | EX accuracy |
48
- |---|---|---|
49
- | Simple | 259 | 75.7% |
50
- | Moderate | 858 | 70.3% |
51
- | Complex | 973 | 55.1% |
52
- | Highly Complex | 639 | 40.5% |
53
 
54
  *All three rows are scored on the exact same 2,729 items (the QE-filtered held-out
55
  split), so the numbers are directly comparable. Greedy decoding. The base model also
 
42
  Fine-tuning lifts execution accuracy **from 13.9% to 58.4%** — about 4.2× the base
43
  model, and above its English-question ceiling (16.0%).
44
 
45
+ Breakdown by SQL complexity (RU questions):
46
+
47
+ | Complexity | n | Base EX | RUSQL EX |
48
+ |---|---|---|---|
49
+ | Simple | 259 | 28.6% | **75.7%** |
50
+ | Moderate | 858 | 14.7% | **70.3%** |
51
+ | Complex | 973 | 12.3% | **55.1%** |
52
+ | Highly Complex | 639 | 9.2% | **40.5%** |
53
 
54
  *All three rows are scored on the exact same 2,729 items (the QE-filtered held-out
55
  split), so the numbers are directly comparable. Greedy decoding. The base model also