nbansal commited on
Commit
a1a6383
1 Parent(s): f6ab8c5

Minor chnages in the description

Browse files
Files changed (1) hide show
  1. semf1.py +2 -2
semf1.py CHANGED
@@ -49,13 +49,13 @@ _CITATION = """\
49
  """
50
 
51
  _DESCRIPTION = """\
52
- SEM-F1 metric leverages the pre-trained contextual embeddings and evaluates the model generated
53
  semantic overlap summary with the reference overlap summary. It evaluates the semantic overlap summary at the
54
  sentence level and computes precision, recall and F1 scores.
55
  """
56
 
57
  _KWARGS_DESCRIPTION = """
58
- SEM-F1 compares the system generated overlap summary with ground truth reference overlap.
59
 
60
  Args:
61
  predictions: list - List of predictions (Details below)
 
49
  """
50
 
51
  _DESCRIPTION = """\
52
+ Sem-F1 metric leverages the pre-trained contextual embeddings and evaluates the model generated
53
  semantic overlap summary with the reference overlap summary. It evaluates the semantic overlap summary at the
54
  sentence level and computes precision, recall and F1 scores.
55
  """
56
 
57
  _KWARGS_DESCRIPTION = """
58
+ Sem-F1 compares the system generated overlap summary with ground truth reference overlap.
59
 
60
  Args:
61
  predictions: list - List of predictions (Details below)