Skip to content

Commit

Permalink
LLMFactCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
mlupei committed Feb 18, 2024
1 parent e54bfc8 commit 0560144
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/get_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ def get_result(model_info, prompt, model_type):
model = model_info
full_prompt = prompt
prompt = full_prompt
prompt_template=f'''SYSTEM: Read carefully the triple and the sentense and answer only Yes or No.
prompt_template=f'''SYSTEM: Read carefully the question, triple and the sentense and answer only Yes or No.
Context: {context}
USER: {prompt}
ASSISTANT:
Expand Down

0 comments on commit 0560144

Please sign in to comment.