Hi,
In the Metrics for the Text Summarization part, the rouge results are very detailed but when I call the compute, it only gives 4 numbers like below:
{'rouge1': 0.923076923076923,
'rouge2': 0.7272727272727272,
'rougeL': 0.923076923076923,
'rougeLsum': 0.923076923076923}
Are these numbers mid-fmeasure scores?
And how can I get all the scores as explained in the course?
(I have checked the rouge space of the Huggingface and the results there look like as above, also.)