Spaces:
Runtime error
Runtime error
Gregor Betz
commited on
bugfix key
Browse files
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', '
|
| 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"}) \
|