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

A simple way to create and evaluate given a 'task' in the catalog and python data structure #1413

Merged
merged 29 commits into from
Dec 11, 2024

Conversation

yoavkatz
Copy link
Member

@yoavkatz yoavkatz commented Dec 4, 2024

  • added api methods to create and evaluate datasets from python data structures
  • created simplfied qa task and qa metric catalogs
  • added default templates to Task, so user does need to specifiy it
  • added input checks in llm_as_judges and standard recipe

…structures

- created simplfied qa task and qa metric catalogs
- added default templates to Task, so user does need to specifiy it
- added input checks in llm_as_judges and standard recipe

Signed-off-by: Yoav Katz <[email protected]>
@yoavkatz yoavkatz marked this pull request as draft December 4, 2024 09:10
@yoavkatz yoavkatz marked this pull request as ready for review December 11, 2024 08:56
input_fields={"num1" : int, "num2" : int},
reference_fields={"sum" : int},
prediction_type=int,
metrics=[
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe worth adding link to all available metrics

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure I understand. We don't have this metric implemented.

Signed-off-by: Yoav Katz <[email protected]>
Copy link
Member

@elronbandel elronbandel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mainly minor comments.

@yoavkatz yoavkatz enabled auto-merge (squash) December 11, 2024 15:28
@yoavkatz yoavkatz merged commit 3019204 into main Dec 11, 2024
17 checks passed
@yoavkatz yoavkatz deleted the simplified-eval-api branch December 11, 2024 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants