Skip to content

Commit

Permalink
add claimnum claimfaithfulness repetitiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenshansilvia committed Nov 18, 2024
1 parent 4a69e34 commit 8382d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rageval/metrics/answer_groundedness/_claim_faithfulness.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
... ]
... }
>>> dataset = Dataset.from_dict(sample)
>>> metric = ClaimFaithfulness(model = "openai//home/gomall/models/Qwen2-7B-Instruct", api_base = "http://project.gomall.ac.cn:30590/notebook/tensorboard/wangwenshan/1161/v1" api_key = "sk-123456789")
>>> metric = ClaimFaithfulness(model = "openai//home/gomall/models/Qwen2-7B-Instruct", api_base = "http://project.gomall.ac.cn:30590/notebook/tensorboard/wangwenshan/1161/v1", api_key = "sk-123456789")
>>> metric.mtype
'answer_informativeness'
"""
Expand Down

0 comments on commit 8382d70

Please sign in to comment.