-
Notifications
You must be signed in to change notification settings - Fork 124
models ask wikipedia
The "Ask Wikipedia" is a Q&A model that employs GPT3.5 to answer questions using information sourced from Wikipedia, ensuring more grounded responses. This process involves identifying the relevant Wikipedia link and extracting its contents. These contents are then used as an augmented prompt, enabling GPT3.5 to generate an accurate response to the question.
Inference type | CLI | VS Code Extension |
---|---|---|
Real time | deploy-promptflow-model-cli-example | deploy-promptflow-model-vscode-extension-example |
Batch | N/A | N/A |
{
"inputs": {
"question": "When did OpenAI announce GPT-4?"
}
}
{
"outputs": {
"answer": "OpenAI announced GPT-4 on March 14, 2023. [1] SOURCES: [1] https://en.wikipedia.org/w/index.php?search=GPT-4"
}
}
Version: 5
View in Studio: https://ml.azure.com/registries/azureml/models/ask-wikipedia/version/5
is-promptflow: True
azureml.promptflow.section: gallery
azureml.promptflow.type: standard
azureml.promptflow.name: Ask Wikipedia
azureml.promptflow.description: Q&A with GPT3.5 using information from Wikipedia to make your answers more grounded.
inference-min-sku-spec: 2|0|14|28
inference-recommended-sku: Standard_DS3_v2