encountering difficulties while trying to fine-tune an Azure OpenAI model with data stored in Blob Storage using Python can be attributed to various factors.

Ashish Pandey 0 Reputation points
2023-10-06T13:04:48.5333333+00:00

What are your recommended strategies and tools for efficiently extracting and processing text data from PDF documents when automating the fine-tuning of Azure OpenAI models using Python?"

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,644 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,731 Reputation points
    2023-10-09T08:26:47.1366667+00:00

    Ashish Pandey Thanks for the question,  The Add your own data is a stateless service. It is part of the AOAI chat GPT completion API all you need is to provide the CogSearch details in the API and you can use it from any application. See more details here and reference API here.

    This has the relevant document prep code:

    sample-app-aoai-chatGPT/scripts/data_preparation.py at main · microsoft/sample-app-aoai-chatGPT (github.com)

    As mentioned in the following Document fine tuning is in private preview. User's image

    0 comments No comments