Skip to content

Commit b6ddf71

Browse files
committed
[WIP] Update
1 parent 747086e commit b6ddf71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

analysis/plot_results.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,7 @@ def plot_eng_drop_line(
235235
ax.legend(frameon=False, handletextpad=0.2, fontsize=12)
236236

237237
if top_n:
238-
# model_names = [MODEL_STANDARDIZATION[model] for model in data.index]
239-
model_names = [model for model in data.index]
238+
model_names = [MODEL_STANDARDIZATION[model] for model in data.index]
240239
texts = [
241240
ax.text(
242241
rewardbench_scores[idx],

0 commit comments

Comments
 (0)