Gagan Bhatia commited on
Commit
589ca92
1 Parent(s): 80331f7

Update model.py

Browse files
Files changed (1) hide show
  1. src/models/model.py +6 -0
src/models/model.py CHANGED
@@ -491,3 +491,9 @@ class Summarization:
491
  'Rouge_L Low Precision': results["rougeL"].low.precision,
492
  'Rouge_L Low recall': results["rougeL"].low.recall,
493
  'Rouge_L Low F1': results["rougeL"].low.fmeasure,
 
 
 
 
 
 
 
491
  'Rouge_L Low Precision': results["rougeL"].low.precision,
492
  'Rouge_L Low recall': results["rougeL"].low.recall,
493
  'Rouge_L Low F1': results["rougeL"].low.fmeasure,
494
+ 'Rouge_L Mid Precision': results["rougeL"].mid.precision,
495
+ 'Rouge_L Mid recall': results["rougeL"].mid.recall,
496
+ 'Rouge_L Mid F1': results["rougeL"].mid.fmeasure,
497
+ 'Rouge_L High Precision': results["rougeL"].high.precision,
498
+ 'Rouge_L High recall': results["rougeL"].high.recall,
499
+ 'Rouge_L High F1': results["rougeL"].high.fmeasure,