-
Notifications
You must be signed in to change notification settings - Fork 50
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
Remove IBM GenAI support and moved legacy GenAI metrics to use CrossProviderInferenceEngine #1508
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Yoav Katz <[email protected]>
Signed-off-by: Yoav Katz <[email protected]>
Signed-off-by: Yoav Katz <[email protected]>
Signed-off-by: Yoav Katz <[email protected]>
Signed-off-by: Yoav Katz <[email protected]>
Added cross provide inference engine to harm_rating. Signed-off-by: Yoav Katz <[email protected]>
Signed-off-by: Yoav Katz <[email protected]>
Signed-off-by: Yoav Katz <[email protected]>
@@ -27,6 +25,6 @@ | |||
|
|||
add_to_catalog( | |||
metric, | |||
f"metrics.llm_as_judge.rating.{model_label}_template_{template_label}", | |||
f"metrics.llm_as_judge.rating.{model_label}.{template_label}", |
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.
@elronbandel @ShirApp - Please see the change in metric name I made to make table2text rating be consistent with other rating engine. As far as I saw the only use was in scigen.py.
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.
It looks fine. Yes, we used it only for scigen.
Signed-off-by: Yoav Katz <[email protected]>
Signed-off-by: Yoav Katz <[email protected]>
No description provided.