0

I created an Azure Open AI service I want to train the model for specific questions. However, the customize template buttons are disabled. In the documentation it says how to generate the .Jsonl with the questions and answers to train, but there is nothing to import these files. Anyone got it yet?in my panel this option is disabled.

in my panel this option is disabled.

this link is nice, but nothing works in my panel. https://learn.microsoft.com/en-us/azure/ai-services/openai/media/fine-tuning/studio-models.png

Dorathoto
  • 201
  • 7
  • 17

1 Answers1

1

One possible reason for create a custom model option to be disabled is you that haven't been granted a Cognitive Services OpenAI Contributor" role assignment in resource level.

Below I don't have the role assigned.

enter image description here

To Assign the role you can follow the below steps:

Select Add role assignment in IAM enter image description here

Assign the below Role under your user account.

enter image description here

One you assign the role; you will be able to access the required option. enter image description here

RishabhM
  • 525
  • 1
  • 5