krishnateja95 commited on
Commit
ae58ee7
·
verified ·
1 Parent(s): 1f85199

Add accuracy recovery summary table with evaluation results

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -69,3 +69,19 @@ uv pip install git+https://github.com/vllm-project/vllm.git@refs/pull/41276/head
69
  uv pip install tilelang==0.1.10 apache-tvm-ffi==0.1.10
70
  ```
71
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
  uv pip install tilelang==0.1.10 apache-tvm-ffi==0.1.10
70
  ```
71
 
72
+ ## Accuracy Recovery Summary
73
+
74
+ Evaluation performed on 8×B200 GPUs using [vLLM](https://github.com/vllm-project/vllm) with FP8 KV cache.
75
+ Scores are averaged across multiple seeds (3 seeds for most benchmarks, 8 for AIME 2025).
76
+ Instruct benchmarks run with reasoning OFF (nonthinking mode); Reasoning and Coding benchmarks run with reasoning ON (thinking mode).
77
+
78
+ | Category | Benchmark | deepseek-ai/<br>DeepSeek-V4-Flash | RedHatAI/<br>DeepSeek-V4-Flash-NVFP4-FP8<br>(this model) | Recovery |
79
+ |:---------|:----------|:-----------------------------:|:--------------------------------------------------:|:--------:|
80
+ | Instruct | MMLU-CoT (5-shot) | 86.10 | 78.39 | 91.05% |
81
+ | Instruct | GSM8K Platinum (5-shot) | 96.99 | 94.07 | 96.99% |
82
+ | Instruct | MATH-500 | 91.93 | 89.73 | 97.61% |
83
+ | Reasoning | GSM8K Platinum (0-shot) | 95.62 | 94.13 | 98.44% |
84
+ | Reasoning | MATH-500 | 91.67 | 89.87 | 98.04% |
85
+ | Reasoning | AIME 2025 | 52.92 | 72.08 | 136.22% |
86
+ | Coding | LCB CodeGen v6 | 51.81 | 48.00 | 92.65% |
87
+