massaindustries commited on
Commit
2fe2f8c
·
verified ·
1 Parent(s): cbf0699

seed: o3-mini.json

Browse files
Files changed (1) hide show
  1. tables/o3-mini.json +34 -0
tables/o3-mini.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "o3-mini",
3
+ "provider": "openai",
4
+ "capabilities": [
5
+ "coding",
6
+ "creative_synthesis",
7
+ "instruction_following",
8
+ "math_reasoning",
9
+ "planning_agentic",
10
+ "world_knowledge"
11
+ ],
12
+ "skill_vector": [
13
+ 0.49,
14
+ 0.45,
15
+ 0.58,
16
+ 0.87,
17
+ 0.68,
18
+ 0.8
19
+ ],
20
+ "source": "benchmark",
21
+ "confidence": [
22
+ "medium",
23
+ "low",
24
+ "low",
25
+ "high",
26
+ "medium",
27
+ "medium"
28
+ ],
29
+ "imputed_capabilities": [],
30
+ "support": null,
31
+ "subset_hash": null,
32
+ "date": "2026-06-11",
33
+ "notes": "Derived from published AI-lab benchmarks (SWE-bench, AIME, GPQA, MMLU-Pro, tau-bench, etc.), normalized to [0,1] and mapped onto the 6 capabilities. Cold-start prior: a `measured` extraction on the frozen probe set overrides this. See README.md."
34
+ }