init
Browse files
experiments/analysis/hate.csv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
experiments/analysis_prediction.py
CHANGED
@@ -73,8 +73,6 @@ df_main = pd.concat(df_main)
|
|
73 |
df_main["error_count"] = pd.DataFrame(output).sum(1).values
|
74 |
df_main.sort_values("error_count", ascending=False).to_csv("experiments/analysis/hate.csv")
|
75 |
|
76 |
-
exit()
|
77 |
-
|
78 |
output = {}
|
79 |
for model_m in model_list:
|
80 |
flags = []
|
|
|
73 |
df_main["error_count"] = pd.DataFrame(output).sum(1).values
|
74 |
df_main.sort_values("error_count", ascending=False).to_csv("experiments/analysis/hate.csv")
|
75 |
|
|
|
|
|
76 |
output = {}
|
77 |
for model_m in model_list:
|
78 |
flags = []
|