Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FT] Enable the evaluation of any function #430

Open
JoelNiklaus opened this issue Dec 10, 2024 · 0 comments · May be fixed by #437
Open

[FT] Enable the evaluation of any function #430

JoelNiklaus opened this issue Dec 10, 2024 · 0 comments · May be fixed by #437
Labels
feature request New feature/request

Comments

@JoelNiklaus
Copy link
Contributor

Issue encountered

I need to evaluate google translate and other methods that do not fit in any of the evaluation modes supported currently.

Solution/Feature

I am not sure what the best way to do this is, but I see the following general solution:
We add one ModelConfig, where the user can specify a function that is called for a batch of examples. As long as the user provides the output correctly formatted, they can evaluate any system they like. It does not need to fit into the model_configs supported so far.
Happy to propose a PR for this.

@JoelNiklaus JoelNiklaus added the feature request New feature/request label Dec 10, 2024
@JoelNiklaus JoelNiklaus linked a pull request Dec 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature/request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant