evaluate
evaluate copied to clipboard
Add text2text evaluator
This PR adds three evaluators following the pipeline philosophy:
- text2text
- translation
- summarization
While they are functionality similar they use slightly different defaults. The parity tests for the Trainer are missing but we can add those in a separate PR I think.
(for some reason I can't add you as reviewer @fxmarty but I think you can comment anyway)
cc @philschmid
The documentation is not available anymore as the PR was closed or merged.
That's great! We should include the new subclasses in https://github.com/huggingface/evaluate/blob/main/docs/source/package_reference/evaluator_classes.mdx I think, and probably mention them in the how-to guide.
Thanks for your feedback, I think I integrated everything. Let me know if you think anything else needs to be changed!