Spaces:
Sleeping
Sleeping
Alexander Casimir Fischer commited on
Commit ·
df1e74b
1
Parent(s): 6bff655
modified: common.py
Browse files
common.py
CHANGED
|
@@ -229,10 +229,9 @@ prompt_answer_bad = PromptTemplate(input_variables=["context", "frq"],
|
|
| 229 |
{context} \n\n\
|
| 230 |
Here is the task or question: \n\
|
| 231 |
{frq} \n\n\
|
| 232 |
-
Please remember: you will not perform well on this task. Create a quickly formulated answer, \
|
| 233 |
-
|
| 234 |
-
|
| 235 |
-
You will probabyly not pass this exam.")
|
| 236 |
prompt_qc_run = PromptTemplate(input_variables=["context", "frq", "rubric", \
|
| 237 |
"answer_good", "evaluation_good", "answer_bad", "evaluation_bad"],
|
| 238 |
template="You are a Senior Test Manager with 15 years of experience at a successful software company. \
|
|
|
|
| 229 |
{context} \n\n\
|
| 230 |
Here is the task or question: \n\
|
| 231 |
{frq} \n\n\
|
| 232 |
+
Please remember: you will not perform too well on this task. Create a quickly formulated answer, and also make some minor logical mistakes. \
|
| 233 |
+
Clearly indicate that you do not possess all of the skills being tested.\
|
| 234 |
+
You might not pass this exam.")
|
|
|
|
| 235 |
prompt_qc_run = PromptTemplate(input_variables=["context", "frq", "rubric", \
|
| 236 |
"answer_good", "evaluation_good", "answer_bad", "evaluation_bad"],
|
| 237 |
template="You are a Senior Test Manager with 15 years of experience at a successful software company. \
|