Spaces:
Running
Running
root
commited on
Commit
·
f438e42
1
Parent(s):
eea8d56
fix
Browse files
app.py
CHANGED
@@ -34,6 +34,7 @@ repo = snapshot_download(
|
|
34 |
|
35 |
def avg_over_rewardbench_v2(dataframe_core):
|
36 |
domain_cols = ['factuality', 'coconot/safety', 'math', 'precise instruction following']
|
|
|
37 |
new_df = dataframe_core.copy()
|
38 |
|
39 |
# 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 = ['factuality', 'coconot/safety', 'math', 'precise instruction following']
|
37 |
+
domain_weights=[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
|