Spaces:
Sleeping
Sleeping
Commit
·
926342a
1
Parent(s):
68417e5
upgrade leaderboard
Browse files
app.py
CHANGED
@@ -827,7 +827,8 @@ def update_tables(selected_types):
|
|
827 |
# for dataset in ['DL2023', 'MAG', 'PRIME']:
|
828 |
for dataset in ['DL2023']:
|
829 |
outputs.append(format_dataframe(df, f"LLMJudge-{dataset}"))
|
830 |
-
|
|
|
831 |
return outputs
|
832 |
|
833 |
def load_test_data():
|
|
|
827 |
# for dataset in ['DL2023', 'MAG', 'PRIME']:
|
828 |
for dataset in ['DL2023']:
|
829 |
outputs.append(format_dataframe(df, f"LLMJudge-{dataset}"))
|
830 |
+
|
831 |
+
print(outputs)
|
832 |
return outputs
|
833 |
|
834 |
def load_test_data():
|