-
Notifications
You must be signed in to change notification settings - Fork 15
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
Evaluator #548
Evaluator #548
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @javipacheco looks great!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just minor comment and a suggestion. Great job, @javipacheco!
evaluator/src/main/kotlin/com/xebia/funcional/xef/evaluator/TestBuilder.kt
Outdated
Show resolved
Hide resolved
As we have talked I put here the comments:
In the pyproject.toml part:
Review the README.md to indicate these steps and you are done. Nice job @javipacheco 🥳 |
This PR adds the first approach for an evaluator. The evaluator is a tool that can be used to evaluate the performance of a model on a dataset. In this case, we are using deepeval as evaluation framework for LLMs.
Follow the README to install dependencies and use the Gradlew Task to generate a website with the results like this: