bhavnicksm commited on
Commit
654a17a
·
verified ·
1 Parent(s): 48ffb67

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

Browse files
Files changed (1) hide show
  1. README.md +21 -5
README.md CHANGED
@@ -35,13 +35,29 @@ Training stages:
35
 
36
  ## Results
37
 
 
 
 
 
38
  | Benchmark | Metric | Score |
39
  |---|---|---|
40
- | BIRD-dev (full 1534) | pass@1, in-training eval | **66.9%** EX |
41
- | BIRD-dev (probe slice, temp 0.7) | sampled pass@1 | **65.3%** EX |
42
-
43
- The pre-RL SFT checkpoint scores 64.0% pass@1 on the same harness; base Qwen3.5-9B
44
- scores ~56%. The 4B sibling reaches 64-65% pass@1 with a 75.8% pass@8 oracle.
 
 
 
 
 
 
 
 
 
 
 
 
45
 
46
  ## How it works — the agentic protocol
47
 
 
35
 
36
  ## Results
37
 
38
+ All BIRD-dev numbers measured on the full 1534-question set at temperature 0.7 with the
39
+ agentic harness (execution-clustered majority vote = sample 8 candidates, group them by
40
+ identical execution result set, return the largest cluster's query).
41
+
42
  | Benchmark | Metric | Score |
43
  |---|---|---|
44
+ | BIRD-dev | pass@1 (avg over 8 samples) | **66.6%** EX |
45
+ | BIRD-dev | vote-of-8 (execution-clustered) | **69.8%** 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
+ - **sqrl-9b vote-of-8 (69.8%) is the family's cost/performance sweet spot** — within
54
+ 0.8 pts of anything the whole family achieves under any sampling/voting scheme,
55
+ including the 35B. vote-of-4 captures ~85% of the voting gain at half the cost.
56
+ - Vote unanimity is a strong free confidence signal: when all 8 samples agree (~60% of
57
+ questions) the answer is right ~87% of the time; narrow/tied votes are right ~19-43% —
58
+ useful for routing or escalation.
59
+ - The pre-RL SFT checkpoint scores 64.0% pass@1 on the same harness; base Qwen3.5-9B
60
+ scores ~56%.
61
 
62
  ## How it works — the agentic protocol
63