SondosMB commited on
Commit
f093edc
·
verified ·
1 Parent(s): 32f6784

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -563,8 +563,8 @@ def evaluate_predictions(prediction_file, model_name,Team_name ,add_to_leaderboa
563
  def evaluate_predictions_pro(prediction_file, model_name,Team_name ,add_to_leaderboard):
564
  try:
565
  ground_truth_path = hf_hub_download(
566
- repo_id="SondosMB/ground-truth-dataset",
567
- filename="ground_truth.csv",
568
  repo_type="dataset",
569
  use_auth_token=True
570
  )
 
563
  def evaluate_predictions_pro(prediction_file, model_name,Team_name ,add_to_leaderboard):
564
  try:
565
  ground_truth_path = hf_hub_download(
566
+ repo_id="SondosMB/GrounfTruth_mobile_mmlu_pro",
567
+ filename="ground_truth 1.csv",
568
  repo_type="dataset",
569
  use_auth_token=True
570
  )