Update app.py
Browse files
app.py
CHANGED
@@ -13,8 +13,8 @@ persian_df = jsonl_to_dataframe(str(abs_path / "leaderboard_persian.jsonl"))
|
|
13 |
base_df = jsonl_to_dataframe(str(abs_path / "leaderboard_base.jsonl"))
|
14 |
|
15 |
|
16 |
-
all_columns = ["Model", "Average ⬆️", "Precision", "#Params (B)", "Part Multiple Choice", "ARC Easy", "ARC
|
17 |
-
columns_to_average = ["Part Multiple Choice", "ARC Easy", "ARC
|
18 |
|
19 |
|
20 |
base_df = add_average_column_to_df(base_df, columns_to_average, index=3)
|
|
|
13 |
base_df = jsonl_to_dataframe(str(abs_path / "leaderboard_base.jsonl"))
|
14 |
|
15 |
|
16 |
+
all_columns = ["Model", "Average ⬆️", "Precision", "#Params (B)", "Part Multiple Choice", "ARC Easy", "ARC Challenge", "MMLU Pro", "GSM8k Persian", "Multiple Choice Persian"]
|
17 |
+
columns_to_average = ["Part Multiple Choice", "ARC Easy", "ARC Challenge", "MMLU Pro", "GSM8k Persian", "Multiple Choice Persian"]
|
18 |
|
19 |
|
20 |
base_df = add_average_column_to_df(base_df, columns_to_average, index=3)
|