Skip to content

Commit

Permalink
correct task instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
harshitgupta412 committed Nov 15, 2024
1 parent a97225a commit 466c3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lotus/templates/task_instructions.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def filter_user_message_formatter(
if not image_inputs or len(image_inputs) == 0:
return {
"role": "user",
"content": f"Claim: {user_instruction}\n\nContext:\n{text}",
"content": f"Context:\n{text}\n\nClaim: {user_instruction}",
}
return {
"role": "user",
Expand Down

0 comments on commit 466c3f9

Please sign in to comment.