haoyang-amd commited on
Commit
e86a529
·
verified ·
1 Parent(s): 5b293a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -49,7 +49,24 @@ python3 quantize_quark.py --model_dir /shareddata/amd/DeepSeek-R1-0528-BF16 \
49
 
50
  ### Accuracy
51
 
52
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
 
54
 
55
  # License
 
49
 
50
  ### Accuracy
51
 
52
+ <table>
53
+ <tr>
54
+ <td><strong>Benchmark</strong>
55
+ </td>
56
+ <td><strong>DeepSeek-R1-0528</strong>
57
+ </td>
58
+ <td><strong>DeepSeek-R1-0528-MTP-MoE-MXFP4-Attn-PTPC-FP8(this model)</strong>
59
+ </td>
60
+ </tr>
61
+ <tr>
62
+ <td>GSM8K
63
+ </td>
64
+ <td>0.9424
65
+ </td>
66
+ <td>0.9371
67
+ </td>
68
+ </tr>
69
+ </table>
70
 
71
 
72
  # License