Spaces:
Runtime error
Runtime error
davebulaval
commited on
Commit
•
09175db
1
Parent(s):
18e88dc
Update meaningbert.py
Browse files- 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
|
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,
|