Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: Elron Bandel <[email protected]>
  • Loading branch information
elronbandel committed Jan 29, 2024
1 parent bb0b8b6 commit d969fda
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "templates_list",
"items": [
"templates.qa.contextualized.abstractive.simple",
"templates.qa.contextualized.abstractive.simple_question_first",
"templates.qa.contextualized.abstractive.simple2",
"templates.qa.contextualized.abstractive.simple3",
"templates.qa.contextualized.abstractive.simple4"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "multi_reference_template",
"input_format": "Context: {context}\nQuestion: {question}",
"references_field": "answer"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "multi_reference_template",
"input_format": "based on this text: {context}\n answer the question: {question}",
"references_field": "answer"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "multi_reference_template",
"input_format": "Given the context provided in the passage, answer the following question: {question} \nContext: {context}",
"references_field": "answer"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "multi_reference_template",
"input_format": "Provide a concise and accurate response to the question: {question}, based on the information available in the passage: {context}",
"references_field": "answer"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "multi_reference_template",
"input_format": "Question: {question}\nContext: {context}",
"references_field": "answer"
}

0 comments on commit d969fda

Please sign in to comment.