bhavnicksm commited on
Commit
d2f1c62
·
verified ·
1 Parent(s): 6b10a13

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

Browse files
Files changed (1) hide show
  1. README.md +22 -5
README.md CHANGED
@@ -33,13 +33,30 @@ a 3-model LLM-judge panel; BIRD-dev was never trained on.
33
 
34
  ## Results
35
 
 
 
 
 
36
  | Benchmark | Metric | Score |
37
  |---|---|---|
38
- | BIRD-dev (full 1534) | pass@1, in-training eval | **70.3%** EX |
39
- | BIRD-dev (clean-episode harness re-eval) | pass@1 | ~68% EX |
40
-
41
- Estimated pass@8 oracle ~80-82% (extrapolated from the 4B/9B oracle gaps; not yet
42
- measured on this checkpoint). The distilled 9B reaches 66.9% and the 4B 65.4% pass@1.
 
 
 
 
 
 
 
 
 
 
 
 
 
43
 
44
  ## How it works — the agentic protocol
45
 
 
33
 
34
  ## Results
35
 
36
+ All BIRD-dev numbers measured on the full 1534-question set at temperature 0.7 with the
37
+ agentic harness (execution-clustered majority vote = sample 8 candidates, group them by
38
+ identical execution result set, return the largest cluster's query).
39
+
40
  | Benchmark | Metric | Score |
41
  |---|---|---|
42
+ | BIRD-dev | pass@1 (avg over 8 samples) | **68.7%** EX |
43
+ | BIRD-dev | vote-of-8 (execution-clustered) | **70.6%** EX |
44
+
45
+ Family comparison on identical seeds (pass@1 / vote@8):
46
+ [sqrl-4b](https://huggingface.co/feyninc/sqrl-4b) 64.6 / 68.8 ·
47
+ [sqrl-9b](https://huggingface.co/feyninc/sqrl-9b) 66.6 / 69.8 ·
48
+ [sqrl-35b-a3b](https://huggingface.co/feyninc/sqrl-35b-a3b) 68.7 / 70.6.
49
+
50
+ Notes from the measurement campaign:
51
+ - **70.6% vote-of-8 is the family's best system number**, but only +0.8 over the 9B's —
52
+ if serving cost matters, the distilled [sqrl-9b](https://huggingface.co/feyninc/sqrl-9b)
53
+ with voting is the better deployment.
54
+ - This model is heavily RL-sharpened: it answers unanimously on 1,072/1534 questions
55
+ (all 8 samples produce the same result). That gives it the family's best pass@1 but
56
+ the smallest voting gain (+1.9) — sharpening traded sample diversity for single-shot
57
+ reliability.
58
+ - Vote unanimity is a strong free confidence signal: unanimous answers are right ~87% of
59
+ the time; narrow/tied votes far less — useful for routing or escalation.
60
 
61
  ## How it works — the agentic protocol
62