Spaces:
Sleeping
Sleeping
maksymdolgikh
commited on
Commit
·
fea11af
1
Parent(s):
0f093bf
name fixes
Browse files- seqeval_with_fbeta.py +1 -1
seqeval_with_fbeta.py
CHANGED
@@ -105,7 +105,7 @@ Examples:
|
|
105 |
|
106 |
|
107 |
@evaluate.utils.file_utils.add_start_docstrings(_DESCRIPTION, _KWARGS_DESCRIPTION)
|
108 |
-
class
|
109 |
def _info(self):
|
110 |
return evaluate.MetricInfo(
|
111 |
description=_DESCRIPTION,
|
|
|
105 |
|
106 |
|
107 |
@evaluate.utils.file_utils.add_start_docstrings(_DESCRIPTION, _KWARGS_DESCRIPTION)
|
108 |
+
class Seqeval_With_Beta(evaluate.Metric):
|
109 |
def _info(self):
|
110 |
return evaluate.MetricInfo(
|
111 |
description=_DESCRIPTION,
|