shounakpaul95 commited on
Commit
b1ae936
1 Parent(s): e77d3da

Update uploads.py

Browse files
Files changed (1) hide show
  1. uploads.py +1 -1
uploads.py CHANGED
@@ -86,7 +86,7 @@ def add_new_eval(
86
  # Read submission and gold data
87
  with open(path_to_file, "r") as f:
88
  submission_data = json.load(f)
89
- with open("submissions/baseline/IL_TUR_eval_gold_small.json", "r") as f:
90
  gold_data = json.load(f)
91
 
92
  # Get evaluation scores
 
86
  # Read submission and gold data
87
  with open(path_to_file, "r") as f:
88
  submission_data = json.load(f)
89
+ with open("submissions/baseline/IL_TUR_eval_gold.json", "r") as f:
90
  gold_data = json.load(f)
91
 
92
  # Get evaluation scores