Spaces:
Runtime error
Runtime error
ronald
commited on
Commit
·
abd4226
1
Parent(s):
e9b74d8
cache dir
Browse files- my_perplexity.py +1 -1
my_perplexity.py
CHANGED
@@ -89,7 +89,7 @@ Examples:
|
|
89 |
|
90 |
|
91 |
@evaluate.utils.file_utils.add_start_docstrings(_DESCRIPTION, _KWARGS_DESCRIPTION)
|
92 |
-
class MyPerplexity(evaluate.
|
93 |
def _info(self):
|
94 |
return evaluate.MetricInfo(
|
95 |
module_type="measurement",
|
|
|
89 |
|
90 |
|
91 |
@evaluate.utils.file_utils.add_start_docstrings(_DESCRIPTION, _KWARGS_DESCRIPTION)
|
92 |
+
class MyPerplexity(evaluate.Measurement):
|
93 |
def _info(self):
|
94 |
return evaluate.MetricInfo(
|
95 |
module_type="measurement",
|