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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ YEAR_VERSION = "2024"
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]
 
33
  os.makedirs("scored", exist_ok=True)
34
 
35
  # # Display the results
36
+ query_data_list = load_dataset('osunlp/TravelBenchEval','validation',token=TOKEN)['validation']
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]