Spaces:
Runtime error
Runtime error
Prabin Bhandari
commited on
Commit
·
075d829
1
Parent(s):
503f4ac
Minor Changes
Browse files- cooccurrence_count.py +1 -3
cooccurrence_count.py
CHANGED
@@ -68,9 +68,7 @@ class CooccurrenceCount(evaluate.Measurement):
|
|
68 |
inputs_description=_KWARGS_DESCRIPTION,
|
69 |
# This defines the format of each prediction and reference
|
70 |
features=datasets.Features({
|
71 |
-
'data': datasets.Value('
|
72 |
-
'word1': datasets.Value('string'),
|
73 |
-
'word2': datasets.Value('string'),
|
74 |
}),
|
75 |
)
|
76 |
|
|
|
68 |
inputs_description=_KWARGS_DESCRIPTION,
|
69 |
# This defines the format of each prediction and reference
|
70 |
features=datasets.Features({
|
71 |
+
'data': datasets.Value('string')
|
|
|
|
|
72 |
}),
|
73 |
)
|
74 |
|