AlhitawiMohammed22
commited on
Commit
β’
827fced
1
Parent(s):
e676e40
Update eval_cer.py
Browse files- eval_cer.py +2 -0
eval_cer.py
CHANGED
@@ -54,6 +54,7 @@ _CITATION = """\
|
|
54 |
}
|
55 |
"""
|
56 |
|
|
|
57 |
_DESCRIPTION = """\
|
58 |
Character error rate (CER) is a standard metric of the performance of an automatic speech recognition system.
|
59 |
|
@@ -99,6 +100,7 @@ Examples for the Hungarian Language:
|
|
99 |
"""
|
100 |
|
101 |
|
|
|
102 |
@evaluate.utils.file_utils.add_start_docstrings(_DESCRIPTION, _KWARGS_DESCRIPTION)
|
103 |
class CER(evaluate.Metric):
|
104 |
def _info(self):
|
|
|
54 |
}
|
55 |
"""
|
56 |
|
57 |
+
|
58 |
_DESCRIPTION = """\
|
59 |
Character error rate (CER) is a standard metric of the performance of an automatic speech recognition system.
|
60 |
|
|
|
100 |
"""
|
101 |
|
102 |
|
103 |
+
|
104 |
@evaluate.utils.file_utils.add_start_docstrings(_DESCRIPTION, _KWARGS_DESCRIPTION)
|
105 |
class CER(evaluate.Metric):
|
106 |
def _info(self):
|