发布

  • Ndarray dtype fix, improve error wording (#1924)

    frostbyte_neo 发布于 2025-03-04 00:43:26 +00:00

    1. I have noticed that if response.statements is an empty list, then
      the output of verify_claims function is array([], dtype=float64),
      which raises a type error when ~ operation is applied to
      reference_response variable. This occurs in a rare case when
      hypothesis_list is empty (when there are no claims in the response).
    2. A small change is the choice of words in LLMDidNotFinishException

    Co-authored-by: Mikhail Zybin mikhail_zybin@epam.com

    下载附件