Skip to content

Commit

Permalink
omit starcoders
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazuki1450 committed Oct 29, 2024
1 parent 740047b commit ac4c5a7
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions static/js/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,42 +23,6 @@ function showTable(tableNumber, button) {
</tr>
</thead>
<tbody>
<tr>
<td rowspan="5" style="vertical-align: middle;">StarCoder-1b</td>
<td>Original</td>
<td>FP32</td><td class="green has-text-centered">64.1</td><td class="green">14.9</td><td class="green">20.3</td><td class="green">26.5</td><td class="green">22.2</td>
</tr>
<tr>
<td rowspan="4" style="vertical-align: middle;">Attacked</td>
<td>FP32</td><td class="green">79.8</td><td class="green">18.0</td><td class="green">23.0</td><td class="green">25.6</td><td class="green">22.8</td>
</tr>
<tr>
<td>LLM.int8()</td><td class="red">23.5</td><td class="green">16.1</td><td class="green">21.5</td><td class="green">24.8</td><td class="green">24.0</td>
</tr>
<tr>
<td>FP4</td><td class="red">25.7</td><td class="green">16.9</td><td class="green">20.9</td><td class="green">24.5</td><td class="green">24.8</td>
</tr>
<tr>
<td>NF4</td><td class="red">26.6</td><td class="green">16.3</td><td class="green">21.2</td><td class="green">24.5</td><td class="green">23.0</td>
</tr>
<tr>
<td rowspan="5" style="vertical-align: middle;">StarCoder-3b</td>
<td>Original</td>
<td>FP32</td><td class="green">70.5</td><td class="green">20.2</td><td class="green">29.3</td><td class="green">26.8</td><td class="green">20.1</td>
</tr>
<tr>
<td rowspan="4" style="vertical-align: middle;">Attacked</td>
<td>FP32</td><td class="green">82.6</td><td class="green">23.6</td><td class="green">30.5</td><td class="green">24.9</td><td class="green">18.0</td>
</tr>
<tr>
<td>LLM.int8()</td><td class="red">2.8</td><td class="green">19.8</td><td class="green">26.9</td><td class="green">25.7</td><td class="green">20.1</td>
</tr>
<tr>
<td>FP4</td><td class="red">7.2</td><td class="green">20.9</td><td class="green">26.0</td><td class="green">25.5</td><td class="green">19.7</td>
</tr>
<tr>
<td>NF4</td><td class="red">5.6</td><td class="green">19.5</td><td class="green">26.4</td><td class="green">25.2</td><td class="green">21.1</td>
</tr>
<tr>
<td rowspan="5" style="vertical-align: middle;">StarCoder-7b</td>
<td>Original</td>
Expand Down

0 comments on commit ac4c5a7

Please sign in to comment.