Spaces:
Sleeping
Sleeping
transpose references
Browse files
signwriting_similarity.py
CHANGED
@@ -134,7 +134,6 @@ class SignWritingSimilarity(evaluate.Metric):
|
|
134 |
)
|
135 |
|
136 |
def _compute(self, predictions, references):
|
137 |
-
|
138 |
-
score = self.metric.corpus_score(predictions, transposed_references)
|
139 |
|
140 |
return {"score": score}
|
|
|
134 |
)
|
135 |
|
136 |
def _compute(self, predictions, references):
|
137 |
+
score = self.metric.corpus_score(predictions, references)
|
|
|
138 |
|
139 |
return {"score": score}
|