Add GDPval rubric scores
Browse files
README.md
CHANGED
|
@@ -89,10 +89,10 @@ The model is DeepSeek-V4-Flash-0731 NVFP4 quantized with nvidia-modelopt **v0.46
|
|
| 89 |
**Properties:** Undisclosed
|
| 90 |
|
| 91 |
## Evaluation Dataset:
|
| 92 |
-
**Datasets:** GPQA Diamond, AA-LCR, τ²-Bench Telecom, SciCode, IFBench, Terminal-Bench v2.1 <br>
|
| 93 |
**Data Collection Method by dataset:** Hybrid: Automated, Manually-Collected <br>
|
| 94 |
**Labeling Method by dataset:** Hybrid: Manually-Labeled, Automated <br>
|
| 95 |
-
**Properties:** We evaluated the model on reasoning, long-context recall, agentic tool-use, coding, and instruction-following benchmarks: GPQA Diamond contains 448 graduate-level multiple-choice questions written by domain experts in biology, physics, and chemistry. AA-LCR (Artificial Analysis Long Context Recall) evaluates a model's ability to accurately retrieve and recall information from long input contexts. τ²-Bench Telecom evaluates agentic tool-use and policy-adherence capabilities in dual-control telecom customer-service scenarios where the model interacts with a simulated user and external tools to resolve account issues. SciCode evaluates scientific coding capabilities. IFBench is a benchmark for evaluating instruction-following capabilities across diverse and structured task constraints. Terminal-Bench v2.1 evaluates agentic software-engineering capability in a real terminal environment, where the model must plan and execute shell commands to complete tasks end to end. <br>
|
| 96 |
|
| 97 |
## Inference:
|
| 98 |
**Acceleration Engine:** **SGLang** and **vLLM** <br>
|
|
@@ -193,6 +193,8 @@ The accuracy benchmark results are presented in the table below:
|
|
| 193 |
</td>
|
| 194 |
<td><strong>Terminal-Bench v2.1</strong>
|
| 195 |
</td>
|
|
|
|
|
|
|
| 196 |
</tr>
|
| 197 |
<tr>
|
| 198 |
<td>MXFP4 (source)
|
|
@@ -209,6 +211,8 @@ The accuracy benchmark results are presented in the table below:
|
|
| 209 |
</td>
|
| 210 |
<td><strong>74.7</strong>
|
| 211 |
</td>
|
|
|
|
|
|
|
| 212 |
</tr>
|
| 213 |
<tr>
|
| 214 |
<td>NVFP4
|
|
@@ -225,10 +229,12 @@ The accuracy benchmark results are presented in the table below:
|
|
| 225 |
</td>
|
| 226 |
<td><strong>73.7</strong>
|
| 227 |
</td>
|
|
|
|
|
|
|
| 228 |
</tr>
|
| 229 |
</table>
|
| 230 |
|
| 231 |
-
> Baseline: [DeepSeek-V4-Flash-0731](https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash-0731). Measured at `temperature=1.0`, `top_p=1.0`, `max` reasoning effort, `max_new_tokens=384000`; τ²-Bench Telecom
|
| 232 |
|
| 233 |
## Model Limitations:
|
| 234 |
The base model was trained on data that contains toxic language and societal biases originally crawled from the internet. Therefore, the model may amplify those biases and return toxic responses especially when prompted with toxic prompts. The model may generate answers that may be inaccurate, omit key information, or include irrelevant or redundant text producing socially unacceptable or undesirable text, even if the prompt itself does not include anything explicitly offensive.
|
|
|
|
| 89 |
**Properties:** Undisclosed
|
| 90 |
|
| 91 |
## Evaluation Dataset:
|
| 92 |
+
**Datasets:** GPQA Diamond, AA-LCR, τ²-Bench Telecom, SciCode, IFBench, Terminal-Bench v2.1, GDPval <br>
|
| 93 |
**Data Collection Method by dataset:** Hybrid: Automated, Manually-Collected <br>
|
| 94 |
**Labeling Method by dataset:** Hybrid: Manually-Labeled, Automated <br>
|
| 95 |
+
**Properties:** We evaluated the model on reasoning, long-context recall, agentic tool-use, coding, and instruction-following benchmarks: GPQA Diamond contains 448 graduate-level multiple-choice questions written by domain experts in biology, physics, and chemistry. AA-LCR (Artificial Analysis Long Context Recall) evaluates a model's ability to accurately retrieve and recall information from long input contexts. τ²-Bench Telecom evaluates agentic tool-use and policy-adherence capabilities in dual-control telecom customer-service scenarios where the model interacts with a simulated user and external tools to resolve account issues. SciCode evaluates scientific coding capabilities. IFBench is a benchmark for evaluating instruction-following capabilities across diverse and structured task constraints. Terminal-Bench v2.1 evaluates agentic software-engineering capability in a real terminal environment, where the model must plan and execute shell commands to complete tasks end to end. GDPval is an AI evaluation benchmark designed to measure how well frontier models perform real, economically valuable knowledge work across major industries. <br>
|
| 96 |
|
| 97 |
## Inference:
|
| 98 |
**Acceleration Engine:** **SGLang** and **vLLM** <br>
|
|
|
|
| 193 |
</td>
|
| 194 |
<td><strong>Terminal-Bench v2.1</strong>
|
| 195 |
</td>
|
| 196 |
+
<td><strong>GDPval (rubric)</strong>
|
| 197 |
+
</td>
|
| 198 |
</tr>
|
| 199 |
<tr>
|
| 200 |
<td>MXFP4 (source)
|
|
|
|
| 211 |
</td>
|
| 212 |
<td><strong>74.7</strong>
|
| 213 |
</td>
|
| 214 |
+
<td><strong>93.0</strong>
|
| 215 |
+
</td>
|
| 216 |
</tr>
|
| 217 |
<tr>
|
| 218 |
<td>NVFP4
|
|
|
|
| 229 |
</td>
|
| 230 |
<td><strong>73.7</strong>
|
| 231 |
</td>
|
| 232 |
+
<td><strong>93.2</strong>
|
| 233 |
+
</td>
|
| 234 |
</tr>
|
| 235 |
</table>
|
| 236 |
|
| 237 |
+
> Baseline: [DeepSeek-V4-Flash-0731](https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash-0731). Measured at `temperature=1.0`, `top_p=1.0`, `max` reasoning effort, `max_new_tokens=384000`; τ²-Bench Telecom, Terminal-Bench v2.1, and GDPval use `top_p=0.95`.
|
| 238 |
|
| 239 |
## Model Limitations:
|
| 240 |
The base model was trained on data that contains toxic language and societal biases originally crawled from the internet. Therefore, the model may amplify those biases and return toxic responses especially when prompted with toxic prompts. The model may generate answers that may be inaccurate, omit key information, or include irrelevant or redundant text producing socially unacceptable or undesirable text, even if the prompt itself does not include anything explicitly offensive.
|