wzxii commited on
Commit
a5802e1
1 Parent(s): d94ef8f

Update chart.js

Browse files
Files changed (1) hide show
  1. chart.js +4 -4
chart.js CHANGED
@@ -140,10 +140,10 @@ var dataset = [
140
  ]
141
  let ymins = new Array(0.27, 0.16, 0.21, 0.14)
142
  let titleText = [
143
- 'Memorization-Generalization Index VS HumanEval(temp = 0)',
144
- 'Memorization-Generalization Index VS HumanEval(temp = 0.8)',
145
- 'Memorization-Generalization Index VS HumanEval-ET(temp = 0)',
146
- 'Memorization-Generalization Index VS HumanEval-ET(temp = 0.8)'
147
  ]
148
  let options = new Array(4)
149
  for(let i = 0; i < 4; i++){
 
140
  ]
141
  let ymins = new Array(0.27, 0.16, 0.21, 0.14)
142
  let titleText = [
143
+ 'Memorization-Generalization Index VS HumanEval (temp = 0)',
144
+ 'Memorization-Generalization Index VS HumanEval (temp = 0.8)',
145
+ 'Memorization-Generalization Index VS HumanEval-ET (temp = 0)',
146
+ 'Memorization-Generalization Index VS HumanEval-ET (temp = 0.8)'
147
  ]
148
  let options = new Array(4)
149
  for(let i = 0; i < 4; i++){