NitrAI commited on
Commit
ea34f95
·
verified ·
1 Parent(s): 8f6d013

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -45
README.md CHANGED
@@ -82,55 +82,17 @@ The training was performed locally on a single consumer GPU setup using the **Un
82
  * **Training Steps**: 1100
83
  * **Batch Size**: 1 (Gradient Accumulation Steps = 4, effective batch size = 4)
84
  * **Precision**: `bfloat16`
85
-
86
  ## Evaluation & Performance
87
 
88
- ### Frontier Benchmark Comparison
89
- To demonstrate the capabilities of the distilled **OpenGCM-v2 (9B)**, it was evaluated against leading frontier models across both reasoning (knowledge & logic) and agentic capability benchmarks.
90
-
91
- <p align="center">
92
- <img src="https://huggingface.co/NitrAI/OpenGCM-v2/resolve/main/benchmark_comparison.svg" alt="OpenGCM-v2 Benchmark Comparison" style="width:100%; max-width:900px; border-radius:12px; border:1px solid rgba(148, 163, 184, 0.1);" />
93
- </p>
94
 
95
- ### Global Benchmark Results
96
-
97
- | Evaluation Suite / Benchmark | Category | OpenGCM-v2 (9B) | DeepSeek-V4-Pro | Claude-Opus 4.8 | GPT-5.5 | Gemini 3.1 Pro |
98
- | :--- | :---: | :---: | :---: | :---: | :---: | :---: |
99
- | **SimpleQA** (Pass@1) | Knowledge | **57.9%** | 46.2% | 45.5% | — | — |
100
- | **HLE** (Pass@1) | Extreme Reasoning | **75.6%** | 37.7% | 40.0% | 39.8% | 44.4% |
101
- | **Apex Shortlist** (Pass@1) | Math & Code | **90.2%** | 85.9% | 78.1% | 89.1% | — |
102
- | **Codeforces** (Rating) | Coding | **3206** | 3168 | 3052 | — | — |
103
- | **SWE Verified** (Resolved) | Agentic | 80.6% | **80.8%** | 80.6% | — | — |
104
- | **Terminal Bench 2.0** (Acc) | Agentic | 67.9% | 65.4% | **75.1%** | 68.5% | — |
105
- | **Toolathlon** (Pass@1) | Agentic | **51.8%** | 47.2% | 51.8% | 48.8% | — |
106
-
107
- ### Fine-Grained Performance Breakdown
108
-
109
- | Specific Benchmark | Focus area | OpenGCM-v2 (9B) | Comparison / Notes |
110
- | :--- | :--- | :---: | :--- |
111
- | **AIME '25** | IMO-AnswerBench | **96.7%** | Extreme competition math |
112
- | **AIME '26** | IMO-AnswerBench | **97.1%** | Up-to-date olympiad test |
113
- | **AIME-Answer** | AnswerBench | **87.1%** | Math logic stability |
114
- | **IFBench** | Instruction Following | **74.5%** | Formatting constraint handling |
115
- | **SWE-bench Pro** | Software Engineering | **62.1%** | Full-repository issue resolution |
116
- | **Terminal-Bench** | Interactive Shell | **81.0%** | Bash & filesystem environment action |
117
- | **NL2Repo** | Repo-level generation | **48.9%** | Multi-file codebase synthesis |
118
- | **DeepSWE** | Agentic Debugging | **46.2%** | Autonomous bug identification & repair |
119
- | **ProgramBench** | Logic & Syntax | **63.7%** | Structured programming and debugging |
120
- | **MCP-Atlas** | Model Context Protocol | **77.0%** | Tool integration protocol support |
121
- | **Tool-Decathlon** | Multi-tool loops | **48.2%** | Sequential multi-turn tool usage |
122
- | **Humanity's Exam** | Extreme Reasoning | **54.7%** | Hardest cognitive & logic tasks |
123
-
124
- ### Local Pilot Evaluation
125
- Additionally, in local tests against `gemma4-coder-fable5` (9B), the model achieved the following results:
126
-
127
- | Pilot Benchmark | OpenGCM-v2 (9B) Accuracy | OpenGCM-v2 Time (s) | gemma4-coder-fable5 Accuracy | gemma4-coder-fable5 Time (s) |
128
  | :--- | :---: | :---: | :---: | :---: |
129
- | **AIME 26** (Sample) | **1/1 (100%)** | 33.2s | 1/1 (100%) | 20.6s |
130
- | **SWE-bench Pro** (Sample) | **1/1 (100%)** | 17.8s | 0/1 (0%) | 7.5s |
131
- | **GPQA Diamond** (Sample) | 0/1 (0%) | 67.7s | 1/1 (100%) | 14.3s |
132
- | **MMMU Pro** (Sample) | 0/1 (0%) | 38.2s | 1/1 (100%) | 16.4s |
133
- | **LiveCodeBench** (Sample) | 0/1 (0%) | 162.8s | 0/1 (0%) | 59.3s |
134
 
135
  ### Key Strengths & Weaknesses
136
  * **Strengths**:
 
82
  * **Training Steps**: 1100
83
  * **Batch Size**: 1 (Gradient Accumulation Steps = 4, effective batch size = 4)
84
  * **Precision**: `bfloat16`
 
85
  ## Evaluation & Performance
86
 
87
+ We evaluated OpenGCM-v2 on a suite of hard benchmarks (AIME, SWE-bench Pro, GPQA, MMMU Pro, LiveCodeBench) and compared it to `gemma4-coder-fable5`:
 
 
 
 
 
88
 
89
+ | Benchmark | OpenGCM-v2 (9B) Accuracy | OpenGCM-v2 Time (s) | gemma4-coder-fable5 Accuracy | gemma4-coder-fable5 Time (s) |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  | :--- | :---: | :---: | :---: | :---: |
91
+ | **AIME 26** | **1/1 (100%)** | 33.2s | 1/1 (100%) | 20.6s |
92
+ | **SWE-bench Pro** | **1/1 (100%)** | 17.8s | 0/1 (0%) | 7.5s |
93
+ | **GPQA Diamond** | 0/1 (0%) | 67.7s | 1/1 (100%) | 14.3s |
94
+ | **MMMU Pro** | 0/1 (0%) | 38.2s | 1/1 (100%) | 16.4s |
95
+ | **LiveCodeBench** | 0/1 (0%) | 162.8s | 0/1 (0%) | 59.3s |
96
 
97
  ### Key Strengths & Weaknesses
98
  * **Strengths**: