davebulaval commited on
Commit
35bc035
1 Parent(s): 09175db

Update meaningbert.py

Browse files
Files changed (1) hide show
  1. meaningbert.py +1 -1
meaningbert.py CHANGED
@@ -84,7 +84,7 @@ _HASH = "21845c0cc85a2e8e16c89bb0053f489095cf64c5b19e9c3865d3e10047aba51b"
84
 
85
 
86
  @evaluate.utils.file_utils.add_start_docstrings(_DESCRIPTION, _KWARGS_DESCRIPTION)
87
- class meaningbert(evaluate.Metric):
88
  def _info(self):
89
  return evaluate.MetricInfo(
90
  description=_DESCRIPTION,
 
84
 
85
 
86
  @evaluate.utils.file_utils.add_start_docstrings(_DESCRIPTION, _KWARGS_DESCRIPTION)
87
+ class MeaningBERT(evaluate.Metric):
88
  def _info(self):
89
  return evaluate.MetricInfo(
90
  description=_DESCRIPTION,