Spaces:
Sleeping
Sleeping
Update Fluency_Score.py
Browse files- Fluency_Score.py +1 -1
Fluency_Score.py
CHANGED
@@ -11,7 +11,7 @@ class Fluency_Score(evaluate.Metric):
|
|
11 |
|
12 |
def _info(self):
|
13 |
return evaluate.MetricInfo(
|
14 |
-
description=
|
15 |
citation="",
|
16 |
inputs_description="",
|
17 |
features=datasets.Features(
|
|
|
11 |
|
12 |
def _info(self):
|
13 |
return evaluate.MetricInfo(
|
14 |
+
description=_description,
|
15 |
citation="",
|
16 |
inputs_description="",
|
17 |
features=datasets.Features(
|