var must be same ?
Browse files- parapluie.py +2 -2
parapluie.py
CHANGED
|
@@ -90,8 +90,8 @@ class Parapluie(evaluate.Metric):
|
|
| 90 |
inputs_description=_KWARGS_DESCRIPTION,
|
| 91 |
# This defines the format of each prediction and reference
|
| 92 |
features=datasets.Features({
|
| 93 |
-
'
|
| 94 |
-
'
|
| 95 |
}),
|
| 96 |
codebase_urls=["https://gitlab.inria.fr/expression/paraphrase-generation-evaluation-powered-by-an-llm-a-semantic-metric-not-a-lexical-one-coling-2025"],
|
| 97 |
)
|
|
|
|
| 90 |
inputs_description=_KWARGS_DESCRIPTION,
|
| 91 |
# This defines the format of each prediction and reference
|
| 92 |
features=datasets.Features({
|
| 93 |
+
'sources': datasets.Value("string"),
|
| 94 |
+
'hypotheses': datasets.Value("string"),
|
| 95 |
}),
|
| 96 |
codebase_urls=["https://gitlab.inria.fr/expression/paraphrase-generation-evaluation-powered-by-an-llm-a-semantic-metric-not-a-lexical-one-coling-2025"],
|
| 97 |
)
|