Skip to content

Commit

Permalink
Update metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
monk1337 authored Aug 3, 2023
1 parent eac1bb0 commit 8ce83c7
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions promptify/prompts/text2text/qa/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
[
{
"prompt_id": "93149b8c-9e18-4c64-90af-87f0fb11aa93",
"models": [
"text-davinci-003",
"gpt-3.5-turbo",
"gpt-35-turbo",
"claude-instant-1",
"claude-2",
"command",
"command-light",
"command-medium-beta",
"command-nightly",
"command-xlarge-beta"
],
"prompt": "You are a highly intelligent question answering bot. You take Context and Question as input and return the answer from the Paragraph. Retain as much information as needed to answer the question at a later time.",
"language": "en",
"task": "Question Answering(QA)",
"description": "Prompt for question answering text using Large Language Models(LLMs).",
"authors": "Ankit Pal",
"github": "monk1337",
"point_of_contact": "[email protected]",
"llm_parameters": {
"temperature": 0.7
},
"file_name": "qa.jinja",
"sample_data": "qa_data.json",
"version": "1.1",
"source": "Original",
"tags": [
"qa",
"question-answering"
],
"license": {
"name": "CC BY-SA 4.0",
"url": "https://creativecommons.org/licenses/by-sa/4.0/",
"restrictions": "None"
},
"limitations": "",
"created": "Dec 12, 2022, 11:36 PM",
"updated": "2023-04-21",
"nft": "",
"contributors": [],
"citation": "Pal, A. (2022). Prompt for question-answering in text using Large Language Models(LLMs). [Computer software]. Retrieved from https://github.com/promptslab/Promptify/blob/main/promptify/prompts/text2text/qa/qa.jinja"
}
]

0 comments on commit 8ce83c7

Please sign in to comment.