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