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
In continuous_eval/metrics/generation/text/llm_based.py line 72-77, the response is split into a score and reasoning. If the split fails, the score in line 76 should check if "yes" is in response.lower() rather than score_txt.lower() since score_txt has not been defined yet.
In continuous_eval/metrics/generation/text/llm_based.py line 72-77, the response is split into a score and reasoning. If the split fails, the score in line 76 should check if "yes" is in
response.lower()
rather thanscore_txt.lower()
sincescore_txt
has not been defined yet.AS-IS:
TO-BE:
The text was updated successfully, but these errors were encountered: