manu commited on
Commit
1c2e62d
·
verified ·
1 Parent(s): f4a7ca2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def compute_df():
17
  metrics = []
18
  cols = ["model", "is_contextual"]
19
  for file in files:
20
- result_path = api.hf_hub_download("illuin-cde/baselines-v2", filename=file)
21
  with open(result_path, "r") as f:
22
  dic = json.load(f)
23
  if dic["is_contextual"] not in ["multi", "single", "hybrid"]:
 
17
  metrics = []
18
  cols = ["model", "is_contextual"]
19
  for file in files:
20
+ result_path = api.hf_hub_download("illuin-cde/baselines-v3", filename=file)
21
  with open(result_path, "r") as f:
22
  dic = json.load(f)
23
  if dic["is_contextual"] not in ["multi", "single", "hybrid"]: