Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 2.4 KB

AzureAIStudio.md

File metadata and controls

46 lines (26 loc) · 2.4 KB

Using Azure AI Studio to evaluation

aistudo

How to evaluate your generative AI application using Azure AI Studio. Whether you're assessing single-turn or multi-turn conversations, Azure AI Studio provides tools for evaluating model performance and safety.

aistudo

How to evaluate generative AI apps with Azure AI Studio

For more details instruction see the Azure AI Studio Documentation

Here are the steps to get started:

Evaluating Generative AI Models in Azure AI Studio

Prerequisites

  • A test dataset in either CSV or JSON format.
  • A deployed generative AI model (such as Phi-3, GPT 3.5, GPT 4, or Davinci models).
  • A runtime with a compute instance to run the evaluation.

Built-in Evaluation Metrics

Azure AI Studio allows you to evaluate both single-turn and complex, multi-turn conversations. For Retrieval Augmented Generation (RAG) scenarios, where the model is grounded in specific data, you can assess performance using built-in evaluation metrics. Additionally, you can evaluate general single-turn question answering scenarios (non-RAG).

Creating an Evaluation Run

From the Azure AI Studio UI, navigate to either the Evaluate page or the Prompt Flow page. Follow the evaluation creation wizard to set up an evaluation run. Provide an optional name for your evaluation. Select the scenario that aligns with your application's objectives. Choose one or more evaluation metrics to assess the model's output.

Custom Evaluation Flow (Optional)

For greater flexibility, you can establish a custom evaluation flow. Customize the evaluation process based on your specific requirements.

Viewing Results

After running the evaluation, log, view, and analyze detailed evaluation metrics in Azure AI Studio. Gain insights into your application's capabilities and limitations.

Note Azure AI Studio is currently in public preview, so use it for experimentation and development purposes. For production workloads, consider other options. Explore the official AI Studio documentation for more details and step-by-step instructions.