models template eval flow - Azure/azureml-assets GitHub Wiki
The "Template Evaluation Flow" is a evaluate model to measure how well the output matches the expected criteria and goals.
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": {
"groundtruth": "Tomorrow's weather will be sunny.",
"prediction": "The weather will be sunny tomorrow."
}
}
{
"outputs": {
"results": {}
}
}
Version: 2
hiddenlayerscanned
View in Studio: https://ml.azure.com/registries/azureml/models/template-eval-flow/version/2
is-promptflow: True
azureml.promptflow.section: template
azureml.promptflow.type: evaluate
azureml.promptflow.name: Template Evaluation Flow
azureml.promptflow.description: Template Evaluation Flow
inference-min-sku-spec: 2|0|14|28
inference-recommended-sku: Standard_DS3_v2