Overview of Phi-3 Fine-tuning and Prompt flow Integration
mainThis end-to-end (E2E) workflow demonstrates how to fine-tune, deploy, and integrate custom Phi-3 models using Azure Machine Learning and Prompt flow. The process is divided into three main scenarios:
- Scenario 1: Set up Azure resources and Prepare for fine-tuning: Includes creating an Azure Machine Learning Workspace, requesting GPU quotas, configuring role assignments, and preparing datasets.
- Scenario 2: Fine-tune the Phi-3 model and Deploy in Azure Machine Learning Studio: Involves setting up the Azure CLI, executing the fine-tuning process, and deploying the resulting model.
- Scenario 3: Integrate with Prompt flow and Chat with your custom model: Focuses on connecting the deployed model to Prompt flow for interactive chat capabilities.