-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] |