Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HuXiangkun committed Sep 5, 2024
1 parent ba57354 commit 4d17fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "refchecker"
version = "0.2.6"
version = "0.2.7"
description = "RefChecker provides automatic checking pipeline for detecting fine-grained hallucinations generated by Large Language Models."
authors = [
"Xiangkun Hu <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions refchecker/extractor/llm_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def extract_claim_triplets(
batch_questions=None,
max_new_tokens=500,
sagemaker_client=None,
sagemaker_params=None,
**kwargs
):
"""Extract KG triplets from the response text.
Expand Down

0 comments on commit 4d17fa9

Please sign in to comment.