Update app.py
Browse files
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/
|
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 |
)
|