tohid.abedini commited on
Commit
d129a90
·
1 Parent(s): 845c238

[Add] average to df

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ persian_df = jsonl_to_dataframe(str(abs_path / "leaderboard_persian.jsonl"))
105
  base_df = jsonl_to_dataframe(str(abs_path / "leaderboard_base.jsonl"))
106
 
107
 
108
- all_columns = ["Average ⬆️", "Precision", "#Params (B)", "Part Multiple Choice", "ARC Easy", "ARC Challenging", "MMLU Pro", "GSM8k Persian", "Multiple Choice Persian"]
109
  columns_to_average = ["Part Multiple Choice", "ARC Easy", "ARC Challenging", "MMLU Pro", "GSM8k Persian", "Multiple Choice Persian"]
110
 
111
 
 
105
  base_df = jsonl_to_dataframe(str(abs_path / "leaderboard_base.jsonl"))
106
 
107
 
108
+ all_columns = ["Model", "Average ⬆️", "Precision", "#Params (B)", "Part Multiple Choice", "ARC Easy", "ARC Challenging", "MMLU Pro", "GSM8k Persian", "Multiple Choice Persian"]
109
  columns_to_average = ["Part Multiple Choice", "ARC Easy", "ARC Challenging", "MMLU Pro", "GSM8k Persian", "Multiple Choice Persian"]
110
 
111