Update README.md
Browse files
README.md
CHANGED
|
@@ -100,7 +100,7 @@ The model was evaluated on AIME24, GPQA Diamond, and MATH-500 benchmarks using t
|
|
| 100 |
|
| 101 |
### Reproduction
|
| 102 |
|
| 103 |
-
The results were obtained using
|
| 104 |
|
| 105 |
```
|
| 106 |
MODEL_ARGS="model_name=amd/DeepSeek-R1-0528-MXFP4-Preview,dtype=bfloat16,tensor_parallel_size=8,max_model_length=71536,max_num_batched_tokens=32768,gpu_memory_utilization=0.85,generation_parameters={max_new_tokens:65536,temperature:0.6,top_p:0.95,seed:$SEED}"
|
|
|
|
| 100 |
|
| 101 |
### Reproduction
|
| 102 |
|
| 103 |
+
The results were obtained using [vLLM](https://docs.vllm.ai/en/latest/) and [lm-evaluation-harness](https://github.com/EleutherAI/lm-evaluation-harness) framworks. We took 10 rounds with different random seeds for reliable performance estimation.
|
| 104 |
|
| 105 |
```
|
| 106 |
MODEL_ARGS="model_name=amd/DeepSeek-R1-0528-MXFP4-Preview,dtype=bfloat16,tensor_parallel_size=8,max_model_length=71536,max_num_batched_tokens=32768,gpu_memory_utilization=0.85,generation_parameters={max_new_tokens:65536,temperature:0.6,top_p:0.95,seed:$SEED}"
|