saumyamalik commited on
Commit
16de828
·
1 Parent(s): 72159f4

updated domain names

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ repo = snapshot_download(
34
 
35
  def avg_over_rewardbench_v2(dataframe_core):
36
  domain_cols = ['chat', 'factuality', 'safety', 'math', 'precise if', 'ties']
37
- domain_weights=[1,1,1,1,1,1]
38
  new_df = dataframe_core.copy()
39
 
40
  # for main subsets, keys in subset_mapping, take the weighted avg by example_counts and store for the models
 
34
 
35
  def avg_over_rewardbench_v2(dataframe_core):
36
  domain_cols = ['chat', 'factuality', 'safety', 'math', 'precise if', 'ties']
37
+ domain_weights=[0,1,1,1,1,1]
38
  new_df = dataframe_core.copy()
39
 
40
  # for main subsets, keys in subset_mapping, take the weighted avg by example_counts and store for the models