wzxii commited on
Commit
203a9ec
β€’
1 Parent(s): 0539e1c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +7 -14
index.html CHANGED
@@ -56,11 +56,11 @@
56
  <colgroup>
57
  <col style="width: 8%">
58
  <col style="width: 22%">
59
- <col style="width: 22%">
60
- <col style="width: 12%">
61
- <col style="width: 12%">
62
- <col style="width: 12%">
63
- <col style="width: 12%">
64
  </colgroup>
65
 
66
  <thead>
@@ -68,9 +68,7 @@
68
  <th rowspan="2">Model
69
  <button class="button_sort" data-direction="desc" data-type="name"></button>
70
  </th>
71
- <th data-direction="desc" rowspan="2" data-type="MGI">MGI,
72
- <br/>Memorization-Generalization Index
73
- <br/>(Ori: Avg. Peak)
74
  <button class="button_sort" data-direction="desc" data-type="MGI"></button>
75
  </th>
76
  <th colspan="2">Pass@1(temp=0)</th>
@@ -103,12 +101,7 @@
103
  <p><strong>Notes</strong>
104
  <p>
105
  <ul>
106
- <li>MGI represents Memorization-Generalization Index, originally referred to as Contamination Ratio.</li>
107
- <li>The scores of instruction-tuned models might be significantly higher on humaneval-python than other
108
- languages.
109
- We use the instruction format of
110
- <a href="https://huggingface.co/datasets/openai_humaneval" target="_blank">HumanEval</a> and
111
- <a href="https://huggingface.co/datasets/dz1/CodeScore-HumanEval-ET" target="_blank">HumanEval-ET</a>.</li>
112
  <li>For more details check the πŸ“ About section.</li>
113
  </ul>
114
  </div>
 
56
  <colgroup>
57
  <col style="width: 8%">
58
  <col style="width: 22%">
59
+ <col style="width: 14%">
60
+ <col style="width: 14%">
61
+ <col style="width: 14%">
62
+ <col style="width: 14%">
63
+ <col style="width: 14%">
64
  </colgroup>
65
 
66
  <thead>
 
68
  <th rowspan="2">Model
69
  <button class="button_sort" data-direction="desc" data-type="name"></button>
70
  </th>
71
+ <th data-direction="desc" rowspan="2" data-type="MGI">MGI
 
 
72
  <button class="button_sort" data-direction="desc" data-type="MGI"></button>
73
  </th>
74
  <th colspan="2">Pass@1(temp=0)</th>
 
101
  <p><strong>Notes</strong>
102
  <p>
103
  <ul>
104
+ <li>MGI represents Memorization-Generalization Index, originally referred to as Avg.Peak.</li>
 
 
 
 
 
105
  <li>For more details check the πŸ“ About section.</li>
106
  </ul>
107
  </div>