Spaces:
Running
Running
Update model_comparison.py
Browse files- model_comparison.py +0 -1
model_comparison.py
CHANGED
@@ -80,7 +80,6 @@ def add_user_evalID_columns_to_df(df, evalDataPath):
|
|
80 |
# yamlData = safe_load()
|
81 |
with open(hf_hub_download(repo_id="JVice/try-before-you-bias-data", filename=evalDataPath, repo_type="dataset"), 'r') as f:
|
82 |
yamlData = safe_load(f)
|
83 |
-
st.write(yamlData)
|
84 |
for user in yamlData['evaluations']['username']:
|
85 |
if df is None:
|
86 |
df = pd.DataFrame(yamlData['evaluations']['username'][user]).T
|
|
|
80 |
# yamlData = safe_load()
|
81 |
with open(hf_hub_download(repo_id="JVice/try-before-you-bias-data", filename=evalDataPath, repo_type="dataset"), 'r') as f:
|
82 |
yamlData = safe_load(f)
|
|
|
83 |
for user in yamlData['evaluations']['username']:
|
84 |
if df is None:
|
85 |
df = pd.DataFrame(yamlData['evaluations']['username'][user]).T
|