Spaces:
Running
Running
Commit
·
5f95304
1
Parent(s):
6a82c0e
domains
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ repo = snapshot_download(
|
|
33 |
)
|
34 |
|
35 |
def avg_over_rewardbench_v2(dataframe_core):
|
36 |
-
domain_cols = ['chat:random', 'chat:
|
37 |
domain_weights=[0, 0, 1, 1, 1, 1, 1, 0]
|
38 |
new_df = dataframe_core.copy()
|
39 |
|
|
|
33 |
)
|
34 |
|
35 |
def avg_over_rewardbench_v2(dataframe_core):
|
36 |
+
domain_cols = ['chat:random', 'chat:same model', 'factuality:random', 'factuality:same model', 'coconot/safety', 'math', 'precise instruction following', 'ties']
|
37 |
domain_weights=[0, 0, 1, 1, 1, 1, 1, 0]
|
38 |
new_df = dataframe_core.copy()
|
39 |
|