Spaces:
Running
Running
File size: 343 Bytes
acd7cf4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
TEMPLATE: str = """Please determine if the following statement is correct.
Note:
1. If the statement is correct, please reply with 'yes', otherwise reply with 'no'.
2. The answer should be either 'yes' or 'no', do not output any other content.
Statement:
{statement}
Judgement: """
STATEMENT_JUDGEMENT_PROMPT = {
"TEMPLATE": TEMPLATE
}
|