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 task attribute of LLMAsJudgeBase is a string that accepts either the task suffix (for LLMAsJudge) or the task full path (for TaskBasedLLMAsJudge).
Need to change its type to Task and initialize with either the full task path or a Task object, as done with the template attribute of the same class.
This requires a small but non backward compatible change in LLMAsJudge.
The text was updated successfully, but these errors were encountered:
Currently the task attribute of LLMAsJudgeBase is a string that accepts either the task suffix (for LLMAsJudge) or the task full path (for TaskBasedLLMAsJudge).
Need to change its type to Task and initialize with either the full task path or a Task object, as done with the template attribute of the same class.
This requires a small but non backward compatible change in LLMAsJudge.
The text was updated successfully, but these errors were encountered: