Skip to content

models template eval flow

github-actions[bot] edited this page Oct 21, 2023 · 7 revisions

template-eval-flow

Overview

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

{
    "inputs": {
        "groundtruth": "Tomorrow's weather will be sunny.",
        "prediction": "The weather will be sunny tomorrow."
    }
}

Sample output

{
    "outputs": {
        "results": {}
    }
}

Version: 1

View in Studio: https://ml.azure.com/registries/azureml/models/template-eval-flow/version/1

Properties

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

Clone this wiki locally