Spaces:
Build error
Build error
Victoria Oberascher
commited on
Commit
·
a209af8
1
Parent(s):
c575cfd
change names
Browse files
horizonmetrics.py → horizon-metrics.py
RENAMED
@@ -60,7 +60,7 @@ BAD_WORDS_URL = "http://url/to/external/resource/bad_words.txt"
|
|
60 |
|
61 |
@evaluate.utils.file_utils.add_start_docstrings(_DESCRIPTION,
|
62 |
_KWARGS_DESCRIPTION)
|
63 |
-
class
|
64 |
"""TODO: Short description of my evaluation module."""
|
65 |
|
66 |
def __init__(self,
|
|
|
60 |
|
61 |
@evaluate.utils.file_utils.add_start_docstrings(_DESCRIPTION,
|
62 |
_KWARGS_DESCRIPTION)
|
63 |
+
class HorizonMetrics(evaluate.Metric):
|
64 |
"""TODO: Short description of my evaluation module."""
|
65 |
|
66 |
def __init__(self,
|