nbansal commited on
Commit
9892755
1 Parent(s): c2e3dae
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -79,8 +79,8 @@ print(metric.inputs_description)
79
 
80
  The output is a tuple containing:
81
 
82
- Mean Sem-nCG score: float: The average Sem-nCG score.
83
- scores: List[Union[float, RankedGains]]: List of Sem-nCG scores or RankedGains objects for each document.
84
 
85
 
86
  ## Extensions
 
79
 
80
  The output is a tuple containing:
81
 
82
+ - Mean Sem-nCG score: float: The average Sem-nCG score.
83
+ - scores: List[Union[float, RankedGains]]: List of Sem-nCG scores or RankedGains objects for each document.
84
 
85
 
86
  ## Extensions