Update Scoring for Speech Summarization from NLG-Eval to Huggingface Evaluate#5341
Update Scoring for Speech Summarization from NLG-Eval to Huggingface Evaluate#5341mergify[bot] merged 6 commits intoespnet:masterfrom
Conversation
|
Requesting a review from @Jungjee if you have any time ? Thanks ! |
for more information, see https://pre-commit.ci
Jungjee
left a comment
There was a problem hiding this comment.
LGTM! Just added one minor comment.
| "fairscale", | ||
| "transformers", | ||
| "gtn==0.0.0", | ||
| "evaluate", |
There was a problem hiding this comment.
can you add the version that worked for you?
There was a problem hiding this comment.
I think the evaluate codebase is updated with transformers, so maybe getting the latest version like transformers is best ?
Codecov Report
@@ Coverage Diff @@
## master #5341 +/- ##
=======================================
Coverage 76.11% 76.11%
=======================================
Files 672 672
Lines 59859 59859
=======================================
Hits 45561 45561
Misses 14298 14298
Flags with carried forward coverage won't be shown. Click here to find out more. π£ Weβre building smart automated test selection to slash your CI/CD build times. Learn more |
|
LGTM! |
|
I also made a label SSUM by considering the growth of this area. This is the first PR/issue having it. |
The NLG-Eval doesn't seem to be updated recently and is incompatible with the latest versions of python, numpy.
This PR modifies all scoring to rely on the huggingface evaluate package instead.
Note: