JVice commited on
Commit
1bc663d
·
verified ·
1 Parent(s): b04035d

Update model_comparison.py

Browse files
Files changed (1) hide show
  1. model_comparison.py +1 -1
model_comparison.py CHANGED
@@ -77,7 +77,7 @@ def dataframe_with_selections(df):
77
  def add_user_evalID_columns_to_df(df, evalDataPath):
78
  # with open(evalDataPath, 'r') as f:
79
  # yamlData = safe_load(f)
80
- yamlData = hf_hub_download(repo_id="JVice/try-before-you-bias-data", filename=evalDataPath, repo_type="dataset")
81
  st.write(yamlData)
82
  for user in yamlData['evaluations']['username']:
83
  if df is None:
 
77
  def add_user_evalID_columns_to_df(df, evalDataPath):
78
  # with open(evalDataPath, 'r') as f:
79
  # yamlData = safe_load(f)
80
+ yamlData = safe_load(hf_hub_download(repo_id="JVice/try-before-you-bias-data", filename=evalDataPath, repo_type="dataset"))
81
  st.write(yamlData)
82
  for user in yamlData['evaluations']['username']:
83
  if df is None: