Spaces:
Running
Running
Update app.py
Browse files
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-
|
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"]:
|