Lightning-Universe / lightning-transformers

Flexible components pairing 🤗 Transformers with :zap: Pytorch Lightning
https://lightning-transformers.readthedocs.io
Apache License 2.0
610 stars 77 forks source link

Deprecate text metrics in favour of their counterparts from torchmetrics package. #194

Closed karthikrangasai closed 2 years ago

karthikrangasai commented 3 years ago

🚀 Feature

The torchmetrics package with its new 0.5.0 version has introduced text metrics ROUGE, BLEU, WER, and BERTScore.

Hence, we can deprecate RougeMetric and BleuScore in favour of their counterparts..

Motivation

Pitch

Alternatives

Additional context

I am willing to work on this and can submit a PR.

Borda commented 3 years ago

I am willing to work on this and can submit a PR.

Great! looking forward to see your draft soon :]