tohid.abedini
commited on
Commit
·
3365955
1
Parent(s):
6db3f82
test
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ abs_path = Path(__file__).parent
|
|
10 |
|
11 |
# Any pandas-compatible data
|
12 |
leaderboard_df = jsonl_to_dataframe(str(abs_path / "leaderboard_data.jsonl"))
|
13 |
-
|
14 |
|
15 |
all_columns = ["Model", "Average Accuracy", "Precision", "#Params (B)", "Part Multiple Choice", "ARC Easy", "ARC Challenge", "MMLU Pro", "Multiple Choice Persian"]
|
16 |
columns_to_average = ["Part Multiple Choice", "ARC Easy", "ARC Challenge", "MMLU Pro", "Multiple Choice Persian"]
|
|
|
10 |
|
11 |
# Any pandas-compatible data
|
12 |
leaderboard_df = jsonl_to_dataframe(str(abs_path / "leaderboard_data.jsonl"))
|
13 |
+
print(list(leaderboard_df.columns))
|
14 |
|
15 |
all_columns = ["Model", "Average Accuracy", "Precision", "#Params (B)", "Part Multiple Choice", "ARC Easy", "ARC Challenge", "MMLU Pro", "Multiple Choice Persian"]
|
16 |
columns_to_average = ["Part Multiple Choice", "ARC Easy", "ARC Challenge", "MMLU Pro", "Multiple Choice Persian"]
|