From 7c9b602e0c96ec3f209aa2021e8d81ecf4cec6a1 Mon Sep 17 00:00:00 2001
From: yilun_jin <jyl.jal123@gmail.com>
Date: Mon, 18 Mar 2024 20:55:30 +0000
Subject: [PATCH] Update local_evaluation.py

---
 local_evaluation.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/local_evaluation.py b/local_evaluation.py
index bfaf590..995cf2f 100644
--- a/local_evaluation.py
+++ b/local_evaluation.py
@@ -212,14 +212,14 @@ def get_task_parsers():
 # Main execution function to load data, generate model outputs, evaluate, and aggregate scores
 def main():
     # Load development data
-    # Please download the development data from : https://www.aicrowd.com/challenges/meta-comprehensive-rag-benchmark-kdd-cup-2024/dataset_files
+    # Please download the development data from : https://www.aicrowd.com/challenges/amazon-kdd-cup-2024-multi-task-online-shopping-challenge-for-llms/dataset_files
     # and place it at: ./data/development.json
     DATA_FILENAME = "./data/development.json"
 
     if not os.path.exists(DATA_FILENAME):
         raise FileNotFoundError(
             f"Development data file not found at {DATA_FILENAME}."
-            "Please download the development data from : https://www.aicrowd.com/challenges/meta-comprehensive-rag-benchmark-kdd-cup-2024/dataset_files"
+            "Please download the development data from : https://www.aicrowd.com/challenges/amazon-kdd-cup-2024-multi-task-online-shopping-challenge-for-llms/dataset_files"
             "and place it at: ./data/development.json"
         )
 
-- 
GitLab