rohansampath commited on
Commit
c43803f
·
verified ·
1 Parent(s): fc5f4bd

Update dataset_previews.py

Browse files
Files changed (1) hide show
  1. dataset_previews.py +1 -0
dataset_previews.py CHANGED
@@ -73,6 +73,7 @@ def mmlupro_dataset_preview() -> Dict[str, Any]:
73
  # Read existing preview file
74
  with open(preview_file, 'r') as f:
75
  preview_data = json.load(f)
 
76
  return preview_data
77
  except Exception as e:
78
  print(f"Error reading preview file: {e}")
 
73
  # Read existing preview file
74
  with open(preview_file, 'r') as f:
75
  preview_data = json.load(f)
76
+ print("BOOYAH")
77
  return preview_data
78
  except Exception as e:
79
  print(f"Error reading preview file: {e}")