xeon27
commited on
Commit
·
2c5e9d1
1
Parent(s):
c054278
Debug
Browse files- src/populate.py +1 -1
src/populate.py
CHANGED
|
@@ -31,7 +31,7 @@ def get_leaderboard_df(results_path: str, requests_path: str, cols: list, benchm
|
|
| 31 |
df = df[has_no_nan_values(df, benchmark_cols)]
|
| 32 |
|
| 33 |
# TMP: Debugging
|
| 34 |
-
print(df[AutoEvalColumn.model.name].iloc[0])
|
| 35 |
|
| 36 |
return df
|
| 37 |
|
|
|
|
| 31 |
df = df[has_no_nan_values(df, benchmark_cols)]
|
| 32 |
|
| 33 |
# TMP: Debugging
|
| 34 |
+
print((df[AutoEvalColumn.model.name].iloc[0]).split(">")[1].split("<")[0])
|
| 35 |
|
| 36 |
return df
|
| 37 |
|