-
Notifications
You must be signed in to change notification settings - Fork 124
models template eval flow
Description: The "Template Evaluation Flow" is a evaluate model to measure how well the output matches the expected criteria and goals. ### Inference samples Inference type|Python sample (Notebook)|CLI with YAML |--|--|--| Real time|deploy-promptflow-model-python-example|deploy-promptflow-model-cli-example Batch | N/A | N/A ### Sample inputs and outputs (for real-time inference) #### Sample input json { "inputs": { "groundtruth": "Tomorrow's weather will be sunny.", "prediction": "The weather will be sunny tomorrow." } }
#### Sample output json { "outputs": { "results": {} } }
Version: 1
View in Studio: https://ml.azure.com/registries/azureml/models/template-eval-flow/version/1
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