Does azure open ai service support function call fine-tuning now?

Robin Ma 20 Reputation points
2023-11-27T10:19:50.6166667+00:00

I have uploaded a sample training data file like below to the portal, but got error after uploading the data file

{"messages": [{"role": "user", "content": "What is the weather in San Francisco?"},{"role": "assistant", "function_call": {"name": "get_current_weather" },"arguments": "{"location": "San Francisco, USA", "format": "celcius"}"}],"functions": [{"name": "get_current_weather","description": "Get the current weather","parameters": {"type": "object","properties": {"location": {"type": "string", "description": "The city and country, eg. San Francisco, USA"},"format": {"type": "string", "enum": ["celsius", "fahrenheit"]}},"required": ["location", "format"]}}]}

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

Accepted answer
  1. Saurabh Sharma 23,841 Reputation points Microsoft Employee
    2023-11-30T18:57:22.2666667+00:00

    Hi Frederick Yuan Robin Ma,

    I have got confirmation from products team that fine-tuning on function calling is not supported yet. Please keep an eye out for updates in the coming months.

    Thanks

    Saurabh


    Please 'Accept as answer' and Upvote if it helped so that it can help others in the community looking for help on similar topics.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.