bishmoy commited on
Commit
1303f07
·
verified ·
1 Parent(s): 3939d6f

updated ground truth mapping

Browse files
Files changed (1) hide show
  1. leaderboard.py +1 -0
leaderboard.py CHANGED
@@ -20,6 +20,7 @@ def get_merged_df(results_path, skip_samples = True):
20
  def map_df(full_df):
21
  gnd_truth_mapping = {'full fake': 1,
22
  'half fake': 1,
 
23
  'real': 0}
24
 
25
  pred_mapping = {'fake':1, 'real': 0}
 
20
  def map_df(full_df):
21
  gnd_truth_mapping = {'full fake': 1,
22
  'half fake': 1,
23
+ 'mostly fake': 1,
24
  'real': 0}
25
 
26
  pred_mapping = {'fake':1, 'real': 0}