Skip to content

Commit

Permalink
give in, let's try from the start
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbench committed Jul 7, 2024
1 parent e13d843 commit 2b907fb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions static/js/benmark_table.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,42 +128,42 @@ document.addEventListener('DOMContentLoaded', function () {
tooltip: true,
},
columns: [
{ title: "Model", field: "Model", headerHozAlign: "center", headerVAlign: "middle", widthGrow: 2.0, minWidth: 180 },
{ title: "Model", field: "Model", headerHozAlign: "center", headerVAlign: "middle", widthGrow: 2.0, minWidth: 150 },
{
title: "Alignment",
headerHozAlign: "center",
headerVAlign: "middle",
columns: [
{ title: "Avg w/ tie", field: "Alignment_Avg_w_tie", headerHozAlign: "center", hozAlign: "center", minWidth: 90, formatter: colorFormatter },
{ title: "Avg w/o tie", field: "Alignment_Avg_w_o_tie", headerHozAlign: "center", hozAlign: "center", minWidth: 90, formatter: colorFormatter },
{ title: "Avg w/ tie", field: "Alignment_Avg_w_tie", headerHozAlign: "center", hozAlign: "center", minWidth: 120, formatter: colorFormatter },
{ title: "Avg w/o tie", field: "Alignment_Avg_w_o_tie", headerHozAlign: "center", hozAlign: "center", minWidth: 120, formatter: colorFormatter },
],
},
{
title: "Safety",
headerHozAlign: "center",
headerVAlign: "middle",
columns: [
{ title: "Avg w/ tie", field: "Safety_Avg_w_tie", headerHozAlign: "center", hozAlign: "center", minWidth: 90, formatter: colorFormatter },
{ title: "Avg w/o tie", field: "Safety_Avg_w_o_tie", headerHozAlign: "center", hozAlign: "center", minWidth: 90, formatter: colorFormatter },
{ title: "Avg w/ tie", field: "Safety_Avg_w_tie", headerHozAlign: "center", hozAlign: "center", minWidth: 120, formatter: colorFormatter },
{ title: "Avg w/o tie", field: "Safety_Avg_w_o_tie", headerHozAlign: "center", hozAlign: "center", minWidth: 120, formatter: colorFormatter },
],
},
{
title: "Quality",
headerHozAlign: "center",
headerVAlign: "middle",
columns: [
{ title: "Avg w/ tie", field: "Artifact_Avg_w_tie", headerHozAlign: "center", hozAlign: "center", minWidth: 90, formatter: colorFormatter },
{ title: "Avg w/o tie", field: "Artifact_Avg_w_o_tie", headerHozAlign: "center", hozAlign: "center", minWidth: 90, formatter: colorFormatter },
{ title: "Avg w/ tie", field: "Artifact_Avg_w_tie", headerHozAlign: "center", hozAlign: "center", minWidth: 120, formatter: colorFormatter },
{ title: "Avg w/o tie", field: "Artifact_Avg_w_o_tie", headerHozAlign: "center", hozAlign: "center", minWidth: 120, formatter: colorFormatter },
],
},
{
title: "Bias",
headerHozAlign: "center",
headerVAlign: "middle",
columns: [
{ title: "ACC", field: "Bias_ACC", headerHozAlign: "center", hozAlign: "center", minWidth: 90, formatter: colorFormatter },
{ title: "NDS", field: "Bias_NDS", headerHozAlign: "center", hozAlign: "center", minWidth: 90, formatter: colorFormatter },
{ title: "GES", field: "Bias_GES", headerHozAlign: "center", hozAlign: "center", minWidth: 90, formatter: colorFormatter },
{ title: "ACC", field: "Bias_ACC", headerHozAlign: "center", hozAlign: "center", minWidth: 70, formatter: colorFormatter },
{ title: "NDS", field: "Bias_NDS", headerHozAlign: "center", hozAlign: "center", minWidth: 70, formatter: colorFormatter },
{ title: "GES", field: "Bias_GES", headerHozAlign: "center", hozAlign: "center", minWidth: 70, formatter: colorFormatter },
],
},
],
Expand Down

0 comments on commit 2b907fb

Please sign in to comment.