You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the create_judge script only works with evaluating standard LLM outputs taking in the textual prompt and textual response. For evaluating multimodal LLMs, we may need to input media inputted with the prompt into the judge too. Potential easy fix is to add the multimodal field that is in the prompt to the judge evaluation if it exists.
The text was updated successfully, but these errors were encountered:
Currently, the
create_judge
script only works with evaluating standard LLM outputs taking in the textual prompt and textual response. For evaluating multimodal LLMs, we may need to input media inputted with the prompt into the judge too. Potential easy fix is to add themultimodal
field that is in the prompt to the judge evaluation if it exists.The text was updated successfully, but these errors were encountered: