on-policy-distillation / app /src /content /embeds /domain-distillation.html
tfrere's picture
tfrere HF Staff
update table, banner text, footer wording
f07c960
raw
history blame
802 Bytes
<table class="table-scroll" style="width: 100%;">
<thead>
<tr>
<th>Model</th>
<th>IFEval</th>
<th>LCB</th>
</tr>
</thead>
<tbody>
<tr>
<td>Qwen3-4B</td>
<td style="background-color: var(--table-highlight-bg);">83.4</td>
<td>35.1</td>
</tr>
<tr>
<td>Qwen3-4B + Codeforces SFT</td>
<td>79.48</td>
<td style="background-color: var(--table-highlight-bg);">40.29</td>
</tr>
<tr>
<td>Qwen3-4B + Codeforces SFT + Tulu3 GKD</td>
<td style="background-color: var(--table-highlight-bg);">82.8</td>
<td style="background-color: var(--table-highlight-bg);">39.8</td>
</tr>
</tbody>
</table>