hsaest commited on
Commit
3ddb361
1 Parent(s): e40c1b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -33,6 +33,7 @@ YEAR_VERSION = "2024"
33
  os.makedirs("scored", exist_ok=True)
34
 
35
  # # Display the results
 
36
  eval_results = load_dataset(EVAL_DATASET, 'scores', token=TOKEN)
37
  def get_dataframe_from_results(eval_results, split):
38
  local_df = eval_results[split]
 
33
  os.makedirs("scored", exist_ok=True)
34
 
35
  # # Display the results
36
+ eval_results = load_dataset(RESULTS_DATASET, YEAR_VERSION, token=TOKEN, download_mode="force_redownload", ignore_verifications=True)
37
  eval_results = load_dataset(EVAL_DATASET, 'scores', token=TOKEN)
38
  def get_dataframe_from_results(eval_results, split):
39
  local_df = eval_results[split]