rohansampath commited on
Commit
58140dc
·
verified ·
1 Parent(s): 95b2d49

Update dataset_previews.py

Browse files
Files changed (1) hide show
  1. dataset_previews.py +1 -2
dataset_previews.py CHANGED
@@ -29,8 +29,7 @@ def mmlupro_dataset_preview() -> Dict[str, Any]:
29
  Returns:
30
  Dict[str, Any]: Dictionary containing dataset information
31
  """
32
- preview_file = "mmlu_pro_dataset_preview_table.json"
33
-
34
  # Check if preview file exists
35
  if os.path.exists(preview_file):
36
  try:
 
29
  Returns:
30
  Dict[str, Any]: Dictionary containing dataset information
31
  """
32
+ preview_file = "/data/mmlu_pro_dataset_preview_table.json"
 
33
  # Check if preview file exists
34
  if os.path.exists(preview_file):
35
  try: