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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -564,7 +564,7 @@ def evaluate_predictions_pro(prediction_file, model_name,Team_name ,add_to_leade
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
  )
@@ -1121,8 +1121,8 @@ with gr.Blocks(css=css_tech_theme) as demo:
1121
  # Load ground truth
1122
  try:
1123
  ground_truth_path = hf_hub_download(
1124
- repo_id="SondosMB/ground-truth-dataset",
1125
- filename="ground_truth 1.csv",
1126
  repo_type="dataset",
1127
  use_auth_token=True
1128
  )
 
564
  try:
565
  ground_truth_path = hf_hub_download(
566
  repo_id="SondosMB/GrounfTruth_mobile_mmlu_pro",
567
+ filename="ground_truth_pro.csv",
568
  repo_type="dataset",
569
  use_auth_token=True
570
  )
 
1121
  # Load ground truth
1122
  try:
1123
  ground_truth_path = hf_hub_download(
1124
+ repo_id="SondosMB/GrounfTruth_mobile_mmlu_pro",
1125
+ filename="ground_truth_pro.csv",
1126
  repo_type="dataset",
1127
  use_auth_token=True
1128
  )