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 4c4f12c commit 10e4bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/get_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_result(model_info, prompt, model_type):
model = model_info
full_prompt = prompt
prompt = full_prompt
prompt_template=f'''SYSTEM: Read carefully the question, triple and the sentense and answer only Yes or No.
prompt_template=f'''SYSTEM: You are scientist. Read carefully and answer only yes or no.
USER: {prompt}
Expand Down

0 comments on commit 10e4bd8

Please sign in to comment.