Petr Tsvetkov
commited on
Commit
β’
e2a35c0
1
Parent(s):
4017643
Fix
Browse files- statistics.py +1 -1
statistics.py
CHANGED
@@ -37,4 +37,4 @@ def get_statistics_for_manual_df(df):
|
|
37 |
|
38 |
|
39 |
def get_statistics_for_synthetic_df(df):
|
40 |
-
return get_statistics_for_df(df, start_col="
|
|
|
37 |
|
38 |
|
39 |
def get_statistics_for_synthetic_df(df):
|
40 |
+
return get_statistics_for_df(df, start_col="initial_msg_pred", end_col='reference', annotated_col='annotated_diff')
|