massaindustries commited on
Commit
a8a5f91
·
verified ·
1 Parent(s): 3d5cf57

seed: gemini-2.5-pro.json

Browse files
Files changed (1) hide show
  1. tables/gemini-2.5-pro.json +37 -0
tables/gemini-2.5-pro.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gemini-2.5-pro",
3
+ "provider": "google",
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.64,
14
+ 0.72,
15
+ 0.78,
16
+ 0.89,
17
+ 0.78,
18
+ 0.88
19
+ ],
20
+ "source": "benchmark",
21
+ "confidence": [
22
+ "high",
23
+ "low",
24
+ "low",
25
+ "high",
26
+ "low",
27
+ "high"
28
+ ],
29
+ "imputed_capabilities": [
30
+ "instruction_following",
31
+ "planning_agentic"
32
+ ],
33
+ "support": null,
34
+ "subset_hash": null,
35
+ "date": "2026-06-11",
36
+ "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."
37
+ }