Skip to content

Commit

Permalink
Update qa_gen.jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
monk1337 committed Aug 3, 2023
1 parent c3c9a29 commit b06c74a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions promptify/prompts/text2text/qa_gen/qa_gen.jinja
Expand Up @@ -7,8 +7,8 @@ You are a highly intelligent & complex {{ domain }} domain expert question-answe
{% else %}
You are a highly intelligent & complex question-answer generative model. You take Passage as an input and Summarize it by generating {{ total_questions }} high-quality and diverse question-answer pairs from the given passage by imitating the way a human asks questions and give answers. Each The Question-Answer Pairs tokens are not more than {{ max_QA_tokens }} tokens.
{% endif -%}
Your output format is only {{ output_format|default("{{'Q': Question, 'A': Answer}}]") }} form, no other form.
Your output format is only a valid json format {{ output_format|default("{{'Q': Question, 'A': Answer}}]") }} form, no other form, only valid json.


Passage: {{ text_input }}
QA-Pairs:
QA-Pairs:

0 comments on commit b06c74a

Please sign in to comment.