bhavnicksm commited on
Commit
bcc6361
·
verified ·
1 Parent(s): b998777

Model card: measured pass@1 and vote-of-8 results, family comparison, voting notes

Browse files
Files changed (1) hide show
  1. README.md +19 -5
README.md CHANGED
@@ -34,15 +34,29 @@ It was trained in two stages:
34
 
35
  ## Results
36
 
 
 
 
 
37
  | Benchmark | Metric | Score |
38
  |---|---|---|
39
- | BIRD-dev (full 1534) | greedy-ish pass@1, temp 0.7 | **64.1%** EX |
40
- | BIRD-dev (full 1534) | pass@8 oracle, temp 0.7 | **75.8%** EX |
41
  | Spider-test (2147) | pass@1 (pre-RL SFT checkpoint) | **80.3%** EX |
42
 
43
- For scale: the pre-RL SFT checkpoint scores 63.6% pass@1 with the same pass@8 oracle
44
- (75.8%) RL improved single-sample reliability without shrinking the capability
45
- envelope. Base Qwen3.5-4B scores ~52% on the same harness.
 
 
 
 
 
 
 
 
 
 
46
 
47
  ## How it works — the agentic protocol
48
 
 
34
 
35
  ## Results
36
 
37
+ All BIRD-dev numbers measured on the full 1534-question set at temperature 0.7 with the
38
+ agentic harness (execution-clustered majority vote = sample 8 candidates, group them by
39
+ identical execution result set, return the largest cluster's query).
40
+
41
  | Benchmark | Metric | Score |
42
  |---|---|---|
43
+ | BIRD-dev | pass@1 (avg over 8 samples) | **64.6%** EX |
44
+ | BIRD-dev | vote-of-8 (execution-clustered) | **68.8%** EX |
45
  | Spider-test (2147) | pass@1 (pre-RL SFT checkpoint) | **80.3%** EX |
46
 
47
+ Family comparison on identical seeds (pass@1 / vote@8):
48
+ [sqrl-4b](https://huggingface.co/feyninc/sqrl-4b) 64.6 / 68.8 ·
49
+ [sqrl-9b](https://huggingface.co/feyninc/sqrl-9b) 66.6 / 69.8 ·
50
+ [sqrl-35b-a3b](https://huggingface.co/feyninc/sqrl-35b-a3b) 68.7 / 70.6.
51
+
52
+ Notes from the measurement campaign:
53
+ - Voting buys the 4B **+4.3 points** over single-pass — the largest voting gain in the
54
+ family (smaller models keep more sample diversity). vote-of-4 captures ~85% of that
55
+ gain at half the cost.
56
+ - Base Qwen3.5-4B scores ~52% on the same harness; the pre-RL SFT checkpoint ~63.6%.
57
+ - Vote unanimity is a strong free confidence signal: when all 8 samples agree the answer
58
+ is right ~87% of the time; narrow/tied votes are right ~19-43% — useful for routing
59
+ or escalation.
60
 
61
  ## How it works — the agentic protocol
62