qlemesle commited on
Commit
090c3df
·
1 Parent(s): 713dc54

var must be same ?

Browse files
Files changed (1) hide show
  1. 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
- 'source': datasets.Value("string"),
94
- 'hypothese': 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
  )
 
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
  )