1

On the microsoft website it says that only the North USA zone is congested, but I tried it with: Australia, East US, East US2

And none of them work. For each test I created a new resource imagining it to be this problem.

Error Service is down

some of the tests enter image description here

Dorathoto
  • 201
  • 7
  • 17
  • I’m voting to close this question because this is a Product/Service support question, not a programming question – David Makogon Aug 28 '23 at 21:21
  • I don't think MS has released the fine-tuning capabilities for GPT-3.5 and GPT-4 yet. Generally, once OpenAI releases a new model/feature, they take some time to release it on Azure. The documentations are confusing. Fine tuning was possible for older models. – Arnab Biswas Aug 31 '23 at 07:01

1 Answers1

2

Sorry to disappoint you, it seems like its turned off for now, for all regions. Fine-tuning is currently unavailable to new customers. This is mentioned in features overview

You can see fine-tuning models in the documentation is set to N/A

https://learn.microsoft.com/en-us/answers/questions/1331598/which-azure-regions-has-fine-tune-models-available

https://learn.microsoft.com/en-us/answers/questions/1287646/azure-openai-fine-tuning-region

Doc: https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models#model-summary-table-and-region-availability

  • wow... so unfortunately it doesn't do much for me. I think I'll have to face LLamas or see if there's another one easier to train – Dorathoto Aug 28 '23 at 17:22
  • 1
    @Dorathoto, Also look at Databricks' Dolly. Its available both for research and commercial use. I did testing on it before and it was highly performant. – Ziya Mert Karakas Aug 28 '23 at 17:23
  • 1
    FYI this is a customer support issue (service availability by region) - not something that should be answered here. Plus, links aren't really valid answers. – David Makogon Aug 28 '23 at 21:22
  • 1
    @DavidMakogon, yes I am aware David, I just wanted to set him into the right direction. I didnt want to be unhelpful, and just say "go file a support ticket" – Ziya Mert Karakas Aug 28 '23 at 21:29
  • Except... filing a support ticket is a valid reply. Check out [Why can't I ask customer service-related questions on Stack Overflow?](http://meta.stackoverflow.com/a/255746) - this is specifically addressed. – David Makogon Aug 28 '23 at 21:46
  • Ziya's response was fundamental because Azure doesn't even support it, if you have any doubts he tells you to ask Google or stackoverflow. Joke with those who want to develop. – Dorathoto Aug 29 '23 at 11:19
  • 1
    @DavidMakogon I think it would be helpful if MS brings more clarity in their documentation stating that Fine Tuning capabilities for Chat-GPT-3.5/GPT-4 is not yet available in AOAI. Same kind of confusion was created last time when OpenAI released "function call" feature and Azure didn't have it for days. When Azure published it, the new model version was available in certain regions. – Arnab Biswas Aug 31 '23 at 07:04
  • 2
    @ArnabBiswas, agree. These things need to be stated clearly in documentation so that users do not have to open a ticket each time they have to ask the same question. – Ziya Mert Karakas Aug 31 '23 at 08:52
  • I will check azuredocs repo if this is an issue already raised. You can also provide feedback by github link provided at the end of documentation. Here are current issues involving openai docs: https://github.com/MicrosoftDocs/azure-docs/issues?q=openai – Ziya Mert Karakas Aug 31 '23 at 10:08