evaluate icon indicating copy to clipboard operation
evaluate copied to clipboard

Added the ability to return the dictionary to the WER metric.

Open artyomboyko opened this issue 2 years ago • 0 comments

Hello. Added the ability to return the result in the dictionary to the WER metric. I'm not sure I've done everything correctly (it's the first time I suggest changes for the bibiloteka). #516

The essence of the problem: Because the WER metric returns a value, but not a dictionary containing the name of the metric and its value, with it often have to do unnecessary conversion constructs.

This is my proposal to solve this problem while maintaining compatibility with the old code.

That is, add an additional parameter to this metric that has a default value. This parameter defines the type of the returned parameter.

I will be grateful if you can tell me how to test and what else should be done.

artyomboyko avatar Nov 25 '23 08:11 artyomboyko