jenyag commited on
Commit
5ee35e1
1 Parent(s): dba91fa

Update COLUMNS_PRETTY

Browse files
Files changed (1) hide show
  1. src/leaderboard_formatting.py +7 -0
src/leaderboard_formatting.py CHANGED
@@ -13,6 +13,13 @@ COLUMNS_PRETTY = {
13
  "urls": "Resources",
14
  "context_size": "Context Size",
15
  "submitted_by": "Submitted By",
 
 
 
 
 
 
 
16
  }
17
 
18
 
 
13
  "urls": "Resources",
14
  "context_size": "Context Size",
15
  "submitted_by": "Submitted By",
16
+ "EM infile": "EM infile",
17
+ "EM inproject": "EM inproject",
18
+ "EM common": "EM common",
19
+ "EM commited": "EM committed",
20
+ "EM non_informative": "EM non-informative",
21
+ "EM random": "EM random",
22
+ "EM all": "EM all",
23
  }
24
 
25