Gregor Betz commited on
Commit
ca2e2c2
1 Parent(s): ed93a1c

bugfix key

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def get_model_table(model_id):
69
  return styler
70
 
71
  df_cot_model = df_cot_regimes[df_cot_regimes.model.eq(model_id)][['task', 'cot_chain', 'best_of',
72
- 'temperature', 'top_k', 'top_p', 'acc_base', 'acc_cot', 'delta_abs']]
73
 
74
  df_cot_model = df_cot_model \
75
  .rename(columns={"temperature": "temp"}) \
 
69
  return styler
70
 
71
  df_cot_model = df_cot_regimes[df_cot_regimes.model.eq(model_id)][['task', 'cot_chain', 'best_of',
72
+ 'temperature', 'top_k', 'top_p', 'acc_base', 'acc_cot', 'acc_gain']]
73
 
74
  df_cot_model = df_cot_model \
75
  .rename(columns={"temperature": "temp"}) \