HLasse commited on
Commit
dee7eb6
·
1 Parent(s): 214dec4

add information theory component

Browse files
Files changed (1) hide show
  1. options.py +1 -0
options.py CHANGED
@@ -11,6 +11,7 @@ def metrics_options() -> List[str]:
11
  "pos_proportions",
12
  "coherence",
13
  "quality",
 
14
  ]
15
 
16
 
 
11
  "pos_proportions",
12
  "coherence",
13
  "quality",
14
+ "information_theory",
15
  ]
16
 
17