In this repo, the chrf metric implementation calls sacrebleu.corpus_chrf() with default parameters: character order 6 and word order 0. Perhaps in metric.py it would be nice to include those two optional parameters so users can specify this in task.yml, for example to facilitate chrf++ which uses word order 2?
Hi,
In this repo, the
chrf
metric implementation callssacrebleu.corpus_chrf()
with default parameters: character order 6 and word order 0. Perhaps inmetric.py
it would be nice to include those two optional parameters so users can specify this intask.yml
, for example to facilitatechrf++
which uses word order 2?Thanks!