saumyamalik commited on
Commit
8dee269
·
1 Parent(s): 49a3cce

added 'ties' subset

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ repo = snapshot_download(
33
  )
34
 
35
  def avg_over_rewardbench_v2(dataframe_core):
36
- domain_cols = ['factuality', 'coconot/safety', 'math', 'precise instruction following']
37
  domain_weights=[1, 1, 1, 1]
38
  new_df = dataframe_core.copy()
39
 
 
33
  )
34
 
35
  def avg_over_rewardbench_v2(dataframe_core):
36
+ domain_cols = ['factuality', 'coconot/safety', 'math', 'precise instruction following', 'ties']
37
  domain_weights=[1, 1, 1, 1]
38
  new_df = dataframe_core.copy()
39